Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I committed this change to the cliffs archive a while back and have heard | Christopher R. Hertel | 2000-07-15 | 1 | -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 -)----- | ||||
* | started adding support for relative, plus options for autoalignment | Andrew Tridgell | 2000-06-09 | 1 | -0/+5 |
| | | | | so the same parser generator can be uses for cifs and rpc | ||||
* | messing about. | Luke Leighton | 2000-05-31 | 1 | -1/+11 |
| | |||||
* | more aparser stuff - we now handle everything but the idl headers in srvsvc.idl | Andrew Tridgell | 2000-05-22 | 1 | -2/+61 |
| | |||||
* | added primitive define macros | Andrew Tridgell | 2000-05-17 | 1 | -9/+8 |
| | | | | started converting matty's srvsvc.idl to a .struct file | ||||
* | - added typedefs | Andrew Tridgell | 2000-05-17 | 1 | -0/+92 |
- added parse error checking - made parser more flexible |