r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.
[ira/wip.git] / source / build / pidl / eparser.pm
2007-10-10 Tim Potterr4770: Change from processing ndr_*.[ch] files all...
2007-10-10 Tim Potterr4613: Fix stuff I broke in the last commit with the...
2007-10-10 Tim Potterr4606: Start adding some more comments and some indenta...
2007-10-10 Tim Potterr4600: Remove Data::Dumper import leftover from debugging.
2007-10-10 Tim Potterr4599: Remove some duplicated code in pidl.pl.
2007-10-10 Tim Potterr4578: Minor cleanup of ndr_pull_array() and ndr_pull_a...
2007-10-10 Andrew Tridgellr4521: fixed up the handling of PROPERTIES elements...
2007-10-10 Tim Potterr4517: Revert previous commit about giving arrays of...
2007-10-10 Tim Potterr4512: Give arrays of scalar types their own subtree.
2007-10-10 Tim Potterr4511: Remove a crapload of dead code.
2007-10-10 Tim Potterr4495: Some more regexps for handling stuff in the...
2007-10-10 Tim Potterr4469: Version n + 1 of the pidl ethereal parser genera...
2007-10-10 Tim Potterr2222: Generate correct function prototypes for unions...
2007-10-10 Tim Potterr2221: Experiment with extra properties for telling...
2007-10-10 Tim Potterr2183: Tidy up naming of ethereal fields. The field...
2007-10-10 Tim Potterr1826: Implement some stub functions: ndr_pull_{save...
2007-10-10 Tim Potterr1815: Update parser for recent changes to perl parser.
2007-10-10 Tim Potterr1767: Checkin of workarea. Sorry Jelmer but this...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Jelmer Vernooijr1703: - Lots of RPC updates, adding new pipes and...
2007-10-10 Jelmer Vernooijr1701: Bugfixes to Tim's ethereal parser generator
2007-10-10 Tim Potterr1595: Always use a loop variable named $e when iterati...
2007-10-10 Tim Potterr1594: Remove some array checks that we can't do becaus...
2007-10-10 Tim Potterr1592: Fix up subtrees for non-scalar types instead...
2007-10-10 Tim Potterr1586: Finally, a technique for putting buffers in...
2007-10-10 Tim Potterr1540: - Remove return statements when a parse error...
2007-10-10 Tim Potterr1534: Alternate method of grouping togethers buffers...
2007-10-10 Tim Potterr1174: Remove $var_prefix parameter for all functions...
2007-10-10 Tim Potterr1167: Misc cleanups:
2007-10-10 Tim Potterr1166: Convert (commented out) ndr_pull_error() calls...
2007-10-10 Tim Potterr1164: Whoops - remove debugging printfs and Data:...
2007-10-10 Tim Potterr1162: Give each struct it's own subtree in the etherea...
2007-10-10 Tim Potterr1160: Some minor cosmetic fixes to make the generated...
2007-10-10 Tim Potterr1158: Fix bug in dissection of array count. Arrays...
2007-10-10 Tim Potterr1152: Checkin of workarea. The parser can now dissect...
2007-10-10 Tim Potterr1099: Set $module variable to name of module.
2007-10-10 Tim Potterr1083: Generate prototypes for structs and unions marke...
2007-10-10 Tim Potterr1047: Now samr eparser compiles, links and doesn't...
2007-10-10 Tim Potterr1045: Wow - we actually compile (but not link) the...
2007-10-10 Tim Potterr1003: Removed e_ndr stuff - too verbose.
2007-10-10 Tim Potterr987: Start replacing ndr_* functions with e_ndr_*...
2007-10-10 Tim Potterr986: Attempt #3 at eparser. This time use the 'pull...
2007-10-10 Tim Potterr954: Start working on typedef parsing.
2007-10-10 Tim Potterr953: Remove unused Pull and Print parse functions...
2007-10-10 Tim Potterr948: Tridge suggested that the best way to write the...
2007-10-10 Tim Potterr806: Checkin of workarea - tridge gave me some good...
2007-10-10 Tim Potterr759: Fix some perl warnings.
2007-10-10 Tim Potterr753: Big reorganisation of everything - also fixes...
2007-10-10 Tim Potterr750: Rename global $name -> $module.
2007-10-10 Tim Potterr746: Add entry in proto tree when we don't handle...
2007-10-10 Tim Potterr744: A bunch of minor fixes. The ethereal pidl parser...
2007-10-10 Stefan Metzmacherr641: readd 'use dump;'
2007-10-10 Stefan Metzmacherr638: remove unused dependency to Data::Dumper and...
2007-10-10 Tim Potterr617: Sync some minor updates with repository:
2007-10-10 Tim Potterr602: Autogenerated packet-dcerpc-samr.c now compiles!
2007-10-10 Tim Potterr597: Start generating parser code - only supports...
2007-10-10 Tim Potterr550: Remove clientfns.pm module - it was a bad idea.
2003-12-15 Andrew Tridgellmake pidl no longer dependent on Data::Dumper, which...
2003-11-20 Andrew Tridgelluse a precompiled grammer in pidl. This speeds up pidl...
2003-11-20 Andrew Tridgelldamn, "use strict;" in util.pm breaks pidl - but why?
2003-11-09 Andrew Tridgell- handle void functions
2003-11-06 Andrew Tridgellupdated pidl to auto-generate the ndr_push_*() function...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2001-12-10 Tim PotterAdded "return offset;" to end of generated function.
2001-12-10 Tim PotterFix for pointers to structures in function args.
2001-12-09 Tim PotterMisc fixes:
2001-12-09 Tim Potterwchar_t is a scalar.
2001-12-08 Tim PotterConvert a bunch of "prs_foo()" to "offset = prs_foo()"
2001-12-08 Tim PotterRemoved old commented-out code.
2001-12-08 Tim PotterReinvented has_properties() function lost after HD...
2001-12-08 Tim PotterMade hyper a simple type.
2001-12-06 Tim PotterMoved processing of function arguments and structure...
2001-12-06 Tim PotterDon't pass down drep (data representation) arg from...
2001-11-28 Tim PotterDon't pass decorative name to policy handle or ntstatus...
2001-11-28 Tim PotterDecorate some of the parse functions with element names...
2001-11-27 Tim PotterStart generating some ethereal code that may actually...
2001-11-26 Tim PotterStart generating code for unions.
2001-11-24 Tim PotterInitial version of ethereal parser generator. Works...