summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib/Parse/Pidl/Expr.pm
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-1442/+0
|
* Properly cast array length in print functions.Jelmer Vernooij2008-07-211-36/+36
| | | | (This used to be commit f321240fa91fa19c1131f119c42f64897d220682)
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-101-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)
* r21222: Merge a couple of pidl fixes:Jelmer Vernooij2007-10-101-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)
* r20746: Don't report each individual test in test_smbclient as a single ↵Jelmer Vernooij2007-10-101-34/+34
| | | | | | | testsuite. Create separate directory for blackbox tests. (This used to be commit 7e6357f21350d264ebedabd34f2b8f42fc0427ff)
* r20625: Fix couple of warnings.Jelmer Vernooij2007-10-101-1/+5
| | | | (This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
* r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij2007-10-101-39/+47
| | | | (This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
* r20564: Regenerate.Jelmer Vernooij2007-10-101-34/+34
| | | | (This used to be commit a4d6e340cdfdab8c6ac49c4fc8a504f8910cefed)
* r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij2007-10-101-0/+1357
(This used to be commit 7e7fdb01d3fba449f33b7b67ba0e3a0089dd3902)