summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Expr.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-1442/+0
2008-07-21Properly cast array length in print functions.Jelmer Vernooij1-36/+36
(This used to be commit f321240fa91fa19c1131f119c42f64897d220682)
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-36/+36
struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-569/+642
* Pidl will now warn when trying to use pointers as integers in expressions. * "subcontext()" is now marked as deprecated. The alternatives, transmit_as() / represent_as() should be available soon. * More tests. * Remove some unused code in smbtorture. (This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
2007-10-10r20746: Don't report each individual test in test_smbclient as a single ↵Jelmer Vernooij1-34/+34
testsuite. Create separate directory for blackbox tests. (This used to be commit 7e6357f21350d264ebedabd34f2b8f42fc0427ff)
2007-10-10r20625: Fix couple of warnings.Jelmer Vernooij1-1/+5
(This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij1-39/+47
(This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
2007-10-10r20564: Regenerate.Jelmer Vernooij1-34/+34
(This used to be commit a4d6e340cdfdab8c6ac49c4fc8a504f8910cefed)
2007-10-10r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij1-0/+1357
(This used to be commit 7e7fdb01d3fba449f33b7b67ba0e3a0089dd3902)