summaryrefslogtreecommitdiff
path: root/source3/aparser/token.awk
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15I committed this change to the cliffs archive a while back and have heardChristopher R. Hertel1-5/+20
no complaints. ;) Basically, instead of ignoring single-line C-style comments in IDL source files this change allows token.awk to ignore both single- and multi-line C-style comments. Chris -)----- (This used to be commit 34f69f09f840b8990b718e8585785e2a6ad7c314)
2000-06-09started adding support for relative, plus options for autoalignmentAndrew Tridgell1-0/+5
so the same parser generator can be uses for cifs and rpc (This used to be commit c7829fa0d87081d9b3f33468527583e3b763916b)
2000-05-31messing about.Luke Leighton1-1/+11
(This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
2000-05-22more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell1-2/+61
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
2000-05-17added primitive define macrosAndrew Tridgell1-9/+8
started converting matty's srvsvc.idl to a .struct file (This used to be commit cf8d4c42e259d65d4d16c91316acc0bad71ff177)
2000-05-17- added typedefsAndrew Tridgell1-0/+92
- added parse error checking - made parser more flexible (This used to be commit ab0beaf3573471fab1fda3358987b337811f99b7)