cparser
2008-03-18 Michael Beckadded GNU complex keywords
2008-03-18 Michael Beckupdated
2008-03-18 Michael Beckadd option -std=, supporting c99, c89, gnu99, microsoft
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-18 Michael Becktests for __func__ and friends
2008-03-18 Sebastian Hackchanged printf format for size_t printing
2008-03-18 Michael Beck- completed __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckadded __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckadded __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beck- made an extra field for the deprecated attribute...
2008-03-18 Michael Beck- fixed names of MS keywords
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-17 Michael Beckfix tests
2008-03-17 Michael Beckfix test
2008-03-17 Michael Beckimplement MS type extension types
2008-03-17 Michael Beckimprove tests, new ms types test
2008-03-17 Michael Beckmake do_tests check MS extension tests
2008-03-17 Michael Beck- more test cases
2008-03-17 Michael BeckBugFix:
2008-03-17 Michael Beck- T_declspec may start a declaration
2008-03-17 Michael Beckshould be a const expression
2008-03-16 Michael Beckset the source position of an call expression
2008-03-16 Michael Beckcheck the deprecated modifier
2008-03-16 Michael Beckuseless block removed
2008-03-16 Michael Beckrecognize microsoft format specifiers in MS mode
2008-03-16 Michael Becktypo fixed
2008-03-16 Michael Beckmicrosoft explicit types added
2008-03-14 Michael Beckformat checker can now handle normal and wide strings
2008-03-14 Matthias Braunempty initializers should be INITIALIZER_LIST with...
2008-03-14 Matthias Braunavoid endless recursion when printing anonymous enums...
2008-03-14 Michael Beckmore ...
2008-03-14 Michael Beckfixed empty initializers printingast.c
2008-03-14 Michael Beckempty initializers
2008-03-14 Matthias Braundon't emit enum declarations when printing declaration...
2008-03-14 Michael Beckast printing is wrong
2008-03-14 Michael Beck- add __declspec restrict and noalias
2008-03-14 Michael Becktest for the ast printer
2008-03-14 Michael Beck- add empty and invalid statements
2008-03-14 Michael Beckmore anchor sets added
2008-03-14 Michael Beckmore cases
2008-03-14 Michael Beckadd a test for the new anchor based error recovery
2008-03-13 Matthias Braunadd missing skip_typeref, fixing 255.vortex
2008-03-13 Matthias Braunimprove declaration counting code
2008-03-13 Michael Beckimplemented anchor set
2008-03-13 Michael Becktest the build version
2008-03-13 Michael Beckmain added
2008-03-13 Michael Becksome fixes
2008-03-13 Michael Beckmain added
2008-03-13 Matthias Braunsmall fixes
2008-03-13 Matthias Braunremove invalid shouldfail test
2008-03-13 Matthias Braunimprove testscript
2008-03-13 Matthias Braundon't rely on designator side-effect order in test
2008-03-13 Matthias Braunbeginning of a testscript
2008-03-12 Michael Beckimplemented deprecated and property __declspec's
2008-03-10 Michael BeckBugFix: compute the layout of the frame types AFTER...
2008-03-07 Michael Beck- add alignment to types and declarations
2008-03-07 Michael Beckmore on MS __declspec
2008-03-06 Matthias Braunremove loop_unrolling opt
2008-03-06 Matthias Braundon't build in profile mode
2008-03-06 Michael Becksome examples for the MS mode
2008-03-06 Michael Beckpreliminary support for MS __declspec()
2008-03-06 Christoph MallonGenerate an error when redeclaring enum entries.
2008-03-06 Michael Beck__w64 keyword added in MS mode
2008-03-06 Michael Beck- fixes memory leak
2008-03-06 Michael BeckMore fixes for initializers:
2008-03-06 Matthias Braunremove expect_void macro, fix scope not being reset...
2008-03-05 Michael BeckFixed segfault3.c:
2008-03-05 Michael Becksome commnets added
2008-03-05 Michael BeckFixing segfault1.c:
2008-03-04 Matthias Braunups it was not unnecessary
2008-03-04 Matthias Brauntest (remove an unnecessary line)
2008-03-04 Matthias Braunanother segfault
2008-03-04 Matthias Braunanother segfault
2008-02-25 Michael BeckBugFix:
2008-02-20 Michael Beckremoved set_opt_overflow_unsafe_transform(), not needed...
2008-02-20 Matthias Brauncommit some files I forgot
2008-02-20 Michael Beckhandle the new overflow_unsafe_transform option right...
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunmake sure dirs are constructed in makefile
2008-02-18 Matthias Braunfix bootstrap targets
2008-02-18 Matthias Braunfix bootstrap target in makefile, make_release.sh script
2008-02-18 Matthias BraunREADME for release
2008-02-18 Matthias Braunadd license comments
2008-02-18 Matthias Braunadd license prefix
2008-02-18 Matthias Brauntextfiles for release
2008-02-18 Matthias Braunfix is_constant_expression for conditionals
2008-02-17 Christoph MallonAdd layer 8 semantics to expression_has_effect(), i...
2008-02-17 Christoph MallonList to be created directory names in a variable.
2008-02-17 Matthias Braunwe can do make bootstrap2 now
2008-02-17 Matthias Braunonly make implicit cast if array size expression !...
2008-02-17 Matthias Braunimplement VLAs (just the Free nodes aren't constructed...
2008-02-16 Matthias Braunit gets even more strange
2008-02-16 Matthias Braunit gets even more strange
2008-02-16 Matthias BraunVLA test
2008-02-16 Matthias Braundisable some optimisations in debug mode
2008-02-16 Matthias Brauncrude -g implementation
2008-02-16 Matthias Braundon't print trailing 0 in strings
2008-02-16 Matthias Braunstring literals really have array type, revert_automati...
2008-02-16 Matthias Braunsizeof from string is defect
2008-02-16 Matthias Braunimprove bootstrap rule, align long long to 4 bytes
next