NEWS update, fix type compatibility check for k&r functions
[cparser] / NEWS
1 ===== cparser 0.9.9 (2009-05-15) =====
2 * bugfixes
3 * extend and improve support for attributes
4 * adapat to latest libfirm
5
6 ===== cparser 0.9.8 (2009-01-28) =====
7 * several bugfixes
8 * add/correct semantic checks
9 * improve error recovery
10 * support more GCC extensions
11 * add/improve/correct warnings
12
13 ===== cparser 0.9.7 (2008-12-01) =====
14 * several bugfixes
15 * add/correct semantic checks
16 * improved error recovery
17 * support more GCC extensions
18 * support more GCC switches
19 * add a manpage
20
21 ===== cparser 0.9.6 (2008-11-22) =====
22 * lots of bugfixes
23 * add/correct semantic checks
24 * more/improved warnings
25 * internal cleanups (introduce entity_t types)
26 * support more gnu extensions
27 * improved error recovery
28 * support more switches for gcc compatibility
29 * support for libc builtins
30
31 ===== cparser 0.9.5 (2008-07-31) =====
32
33 * lots of bugfixes
34 * sync with latest libfirm
35 * improve error handling (more graceful continue in case of an error)
36 * compatibility fixes for old C stuff (=> SPECint2000 works now)
37 * improved commandline, more gcc compatibility flags
38 * support more gnu extensions
39 * parse all gnu extensions
40
41 ===== cparser 0.9 (2008-02-08) =====
42
43 * initial release
44 * cparser is able to bootstrap itself