update NEWS, README
[cparser] / NEWS.md
1 cpasrer 0.9.13 (2011-12-07)
2 ---------------------------
3
4 * Adapt to libfirm-1.20.0
5 * Implement --help
6 * More work on preprocessor (still not finished though)
7 * Refactoring work so others can reuse input, optimization order logic
8 * Columns in source positions (but external preprocessor doesn't preserve all spaces)
9 * Improvements to gnu builtins/attributes
10 * Bugfixes (we did alot of csmith testing)
11
12 cparser 0.9.12 (2011-03-15)
13 ---------------------------
14
15 * Adapt to libfirm-1.19.0
16 * Introduce -mtarget (and -mtriple for llvm compatibility) for conventient
17   cross-compilation
18 * Fix big-endian struct layouting
19 * Bugfixes
20
21 cparser 0.9.11 (2009-05-16)
22 ---------------------------
23
24 * add missing NEWS entries
25 * fix crash when known C library functions had the wrong number of arguments
26
27 cparser 0.9.10 (2009-04-15)
28 ---------------------------
29
30 * bugfixes
31 * adapt to libfirm-1.18.0
32
33 cparser 0.9.9 (2009-05-15)
34 --------------------------
35
36 * bugfixes
37 * extend and improve support for attributes
38 * adapat to latest libfirm
39
40 cparser 0.9.8 (2009-01-28)
41 --------------------------
42 * several bugfixes
43 * add/correct semantic checks
44 * improve error recovery
45 * support more GCC extensions
46 * add/improve/correct warnings
47
48 cparser 0.9.7 (2008-12-01)
49 --------------------------
50
51 * several bugfixes
52 * add/correct semantic checks
53 * improved error recovery
54 * support more GCC extensions
55 * support more GCC switches
56 * add a manpage
57
58 cparser 0.9.6 (2008-11-22)
59 --------------------------
60
61 * lots of bugfixes
62 * add/correct semantic checks
63 * more/improved warnings
64 * internal cleanups (introduce entity_t types)
65 * support more gnu extensions
66 * improved error recovery
67 * support more switches for gcc compatibility
68 * support for libc builtins
69
70 cparser 0.9.5 (2008-07-31)
71 --------------------------
72
73 * lots of bugfixes
74 * sync with latest libfirm
75 * improve error handling (more graceful continue in case of an error)
76 * compatibility fixes for old C stuff (=> SPECint2000 works now)
77 * improved commandline, more gcc compatibility flags
78 * support more gnu extensions
79 * parse all gnu extensions
80
81 cparser 0.9 (2008-02-08)
82 ------------------------
83
84 * initial release
85 * cparser is able to bootstrap itself