Do not consider alignment in the type hash. It is just wrong.
[cparser] / NEWS
1 ===== cparser 0.9.8 (2008-12-11) =====
2 * several bugfixes
3 * add/correct semantic checks
4 * improve error recovery
5 * support more GCC extensions
6 * add/improve/correct warnings
7
8 ===== cparser 0.9.7 (2008-12-01) =====
9 * several bugfixes
10 * add/correct semantic checks
11 * improved error recovery
12 * support more GCC extensions
13 * support more GCC switches
14 * add a manpage
15
16 ===== cparser 0.9.6 (2008-11-22) =====
17 * lots of bugfixes
18 * add/correct semantic checks
19 * more/improved warnings
20 * internal cleanups (introduce entity_t types)
21 * support more gnu extensions
22 * improved error recovery
23 * support more switches for gcc compatibility
24 * support for libc builtins
25
26 ===== cparser 0.9.5 (2008-07-31) =====
27
28 * lots of bugfixes
29 * sync with latest libfirm
30 * improve error handling (more graceful continue in case of an error)
31 * compatibility fixes for old C stuff (=> SPECint2000 works now)
32 * improved commandline, more gcc compatibility flags
33 * support more gnu extensions
34 * parse all gnu extensions
35
36 ===== cparser 0.9 (2008-02-08) =====
37
38 * initial release
39 * cparser is able to bootstrap itself