add option -l and -L, reorganize option handler
[cparser] / parsetest /
2007-12-12 Matthias Braunmore tricky test
2007-12-12 Michael Beck- functions returning arrays are not allowed
2007-12-12 Michael Beck- create an error type
2007-12-12 Michael Beckadd error if array of voids is declared
2007-12-12 Michael Becktest for error directive
2007-12-12 Michael Beckfixed crash with unclosed string literal
2007-12-12 Matthias Braundesignator test
2007-12-12 Michael Beckmade error output for missing labels gcc like
2007-12-12 Michael Beckmore cases to test added
2007-12-12 Michael Becktest for wrong switches
2007-12-12 Matthias Braun2 test programs I had lying around here
2007-12-12 Matthias Braunimprovements and fixes to K&R style parameter parsing
2007-12-11 Michael Beckadd test for array subscript type char
2007-12-11 Michael Beckissue a warning if returning the address of a local...
2007-12-11 Michael Beckshould produce error: address of register variable...
2007-12-05 Matthias Brauna bug
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Matthias Braundeclaration with unspecified parameters can follow...
2007-11-29 Matthias Braunkr tests
2007-11-28 Matthias Braunadd some tests/stuff that was lying around here
2007-11-27 Matthias Brauntest some detail about unspecified parameters
2007-11-23 Matthias Braunstring literals as array intiailizers are supported now
2007-11-19 Matthias Braunstrange structs
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-19 Matthias BraunC99 has stupid rules sometimes...
2007-11-19 Matthias Braunstarted collecting some parser tests