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