add license comments
[cparser] / type_hash.c
2008-02-18 Matthias Braunadd license comments
2008-02-17 Matthias Braunimplement VLAs (just the Free nodes aren't constructed...
2007-12-12 Michael Beck- create an error type
2007-12-11 Michael Beck- renamed atomic_type_type_t to atomic_type_kind_t
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-29 Matthias Braunimplement K&R style function definitions, code cleanup...
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunput Type types into a union again, but so that all...
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-09-23 Matthias Braunfilter trigraphs in advance and simplify lexer code...
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunfix bug in method type hashing
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-14 Matthias Braunimprovements for handling of function parameters
2007-09-10 Matthias Braunimproved support for enums
2007-09-07 Matthias Braunfix compound type comparison
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-18 Matthias Braunmore work on parser
2007-06-17 Matthias Braunmore work on parser