summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/util.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij1-32/+36
(This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
2007-10-10r20563: Start using the new parser in ParseExpr(). It's now trivial to use thisJelmer Vernooij1-14/+23
to check for NULL pointers when pointers are being dereferenced (#4218). There are exactly 500 tests for pidl now :-) (This used to be commit d3146f3bcd4541f890d6c1b072ff34853e9239d2)
2007-10-10r20556: Add more tests to make sure nothing breaks when I replace the ↵Jelmer Vernooij1-1/+19
ParseExpr code. (This used to be commit 0ba52e459bb322a0aee59c6616d7696658934b38)
2007-10-10r20545: Fix is_constant().Jelmer Vernooij1-1/+5
(This used to be commit ae9b0895e8b7fd98335ece82aae3e391b94d2ec9)
2007-10-10r20543: Merge some pidl bug fixes:Jelmer Vernooij1-0/+55
* C expressions that just started with a constant were erroneously flagged as being a constant. * 1-length variable names in expressions were broken. (This used to be commit 44775a6ac456247fe7ab4da75498bb550c74c854)