cparser
2008-03-25 Matthias Braunfix wrong usage of idx_fmt (detected by a compiler...
2008-03-22 Michael Beckimproved is_type_arithmetic()
2008-03-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Michael Beckfixed indentation
2008-03-22 Michael Beck- removed useless symbol from reference expression
2008-03-22 Michael Beck- renamed modifier to decl_modifier
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias Brauntestcommit
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias BraunTODO update
2008-03-22 Matthias Braunfloat type alignment will be set later
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-22 Matthias Braunavoid warning
2008-03-22 Matthias Braunuse global table for atomic type properties
2008-03-20 Michael Beck__leave implemented
2008-03-20 Michael Beck- fixed parse_error_expected()
2008-03-20 Michael BeckBugFix: fix #k output
2008-03-20 Michael Beckmissing return added
2008-03-20 Michael Becktypo fixed
2008-03-20 Matthias Braunsome struct namespacing tests
2008-03-19 Michael Beckuse a.exe on windows
2008-03-19 Michael Beckadd missing dllimport and dllexport attributes
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-19 Michael Becksmall changes
2008-03-19 Michael Beckcollect GNU attributes in list, not used yet ...
2008-03-19 Michael Beckfixed ICC warning
2008-03-19 Matthias Braunmark entities as volatile where needed
2008-03-19 Michael Beckmore function and type attributes
2008-03-19 Michael Beckadded a lot of attributes
2008-03-19 Matthias Braunadd a few more keyword synonmys found in gcc source
2008-03-19 Matthias Braun__signed is a synonym for signed
2008-03-19 Matthias Braunrespect volatile type uqlaifiers in ast2firm
2008-03-19 Michael Beckadded nothrow,weakref,nonnull attributes
2008-03-19 Michael Beckrenamed format option, added nonnull option
2008-03-18 Michael Beckno more multi-line errors/warnings
2008-03-18 Michael Beckbetter error handling for attributes
2008-03-18 Matthias Braunrelax assignment semantics
2008-03-18 Michael BeckMostly finished parsing of GNU attributes.
2008-03-18 Matthias Braunimprove conditional_expression semantics (and don't...
2008-03-18 Michael Beckbetter GNU attribute parser
2008-03-18 Michael Becksuppress "statement has no effect" warning for ms __noo...
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
next