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