Update NEWS.
[cparser] / NEWS
1 ===== cparser 0.9.7 (1.12.2008) =====
2 * several bugfixes
3 * add/correct semantic checks
4 * improved error recovery
5 * support more GCC extensions
6 * support more GCC switches
7 * add a manpage
8
9 ===== cparser 0.9.6 (22.11.2008) =====
10 * lots of bugfixes
11 * add/correct semantic checks
12 * more/improved warnings
13 * internal cleanups (introduce entity_t types)
14 * support more gnu extensions
15 * improved error recovery
16 * support more switches for gcc compatibility
17 * support for libc builtins
18
19 ===== cparser 0.9.5 (31.07.2008) =====
20
21 * lots of bugfixes
22 * sync with latest libfirm
23 * improve error handling (more graceful continue in case of an error)
24 * compatibility fixes for old C stuff (=> SPECint2000 works now)
25 * improved commandline, more gcc compatibility flags
26 * support more gnu extensions
27 * parse all gnu extensions
28
29 ===== cparser 0.9 (18.02.2008) =====
30
31 * initial release
32 * cparser is able to bootstrap itself