use C linkage for implicit functions
[cparser] / NEWS
1 ===== cparser 0.9.7 (2008-12-01) =====
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 (2008-11-22) =====
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 (2008-07-31) =====
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 (2008-02-08) =====
30
31 * initial release
32 * cparser is able to bootstrap itself