Added .i file extension. Changed behaviour for .ii file extension.
[cparser] / NEWS
1 ===== cparser 0.9.11 (2009-05-16) =====
2 * add missing NEWS entries
3 * fix crash when known C library functions had the wrong number of arguments
4
5 ===== cparser 0.9.10 (2009-04-15) =====
6 * bugfixes
7 * adapt to libfirm-1.18.0
8
9 ===== cparser 0.9.9 (2009-05-15) =====
10 * bugfixes
11 * extend and improve support for attributes
12 * adapat to latest libfirm
13
14 ===== cparser 0.9.8 (2009-01-28) =====
15 * several bugfixes
16 * add/correct semantic checks
17 * improve error recovery
18 * support more GCC extensions
19 * add/improve/correct warnings
20
21 ===== cparser 0.9.7 (2008-12-01) =====
22 * several bugfixes
23 * add/correct semantic checks
24 * improved error recovery
25 * support more GCC extensions
26 * support more GCC switches
27 * add a manpage
28
29 ===== cparser 0.9.6 (2008-11-22) =====
30 * lots of bugfixes
31 * add/correct semantic checks
32 * more/improved warnings
33 * internal cleanups (introduce entity_t types)
34 * support more gnu extensions
35 * improved error recovery
36 * support more switches for gcc compatibility
37 * support for libc builtins
38
39 ===== cparser 0.9.5 (2008-07-31) =====
40
41 * lots of bugfixes
42 * sync with latest libfirm
43 * improve error handling (more graceful continue in case of an error)
44 * compatibility fixes for old C stuff (=> SPECint2000 works now)
45 * improved commandline, more gcc compatibility flags
46 * support more gnu extensions
47 * parse all gnu extensions
48
49 ===== cparser 0.9 (2008-02-08) =====
50
51 * initial release
52 * cparser is able to bootstrap itself