X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=NEWS;h=f0d9bb9c292bb19bbffcdccc6e0e169875eb1668;hb=ecb02c93f105787d7247288a28633f0fbac48a8f;hp=49a5ca59be8f1ff3b439bf63b5d807c2157d728f;hpb=42c28f0525d5babcb0cf18de927110af066aec05;p=cparser diff --git a/NEWS b/NEWS index 49a5ca5..f0d9bb9 100644 --- a/NEWS +++ b/NEWS @@ -1,31 +1,42 @@ -===== cparser 0.9.12 (2009-05-15) ===== +cparser 0.9.12 (2009-05-15) +--------------------------- + * Adapt to libfirm-1.19.0 * Introduce -mtarget (and -mtriple for llvm compatibility) for conventient cross-compilation * Fix big-endian struct layouting * Bugfixes -===== cparser 0.9.11 (2009-05-16) ===== +cparser 0.9.11 (2009-05-16) +--------------------------- + * add missing NEWS entries * fix crash when known C library functions had the wrong number of arguments -===== cparser 0.9.10 (2009-04-15) ===== +cparser 0.9.10 (2009-04-15) +--------------------------- + * bugfixes * adapt to libfirm-1.18.0 -===== cparser 0.9.9 (2009-05-15) ===== +cparser 0.9.9 (2009-05-15) +-------------------------- + * bugfixes * extend and improve support for attributes * adapat to latest libfirm -===== cparser 0.9.8 (2009-01-28) ===== +cparser 0.9.8 (2009-01-28) +-------------------------- * several bugfixes * add/correct semantic checks * improve error recovery * support more GCC extensions * add/improve/correct warnings -===== cparser 0.9.7 (2008-12-01) ===== +cparser 0.9.7 (2008-12-01) +-------------------------- + * several bugfixes * add/correct semantic checks * improved error recovery @@ -33,7 +44,9 @@ * support more GCC switches * add a manpage -===== cparser 0.9.6 (2008-11-22) ===== +cparser 0.9.6 (2008-11-22) +-------------------------- + * lots of bugfixes * add/correct semantic checks * more/improved warnings @@ -43,7 +56,8 @@ * support more switches for gcc compatibility * support for libc builtins -===== cparser 0.9.5 (2008-07-31) ===== +cparser 0.9.5 (2008-07-31) +-------------------------- * lots of bugfixes * sync with latest libfirm @@ -53,7 +67,8 @@ * support more gnu extensions * parse all gnu extensions -===== cparser 0.9 (2008-02-08) ===== +cparser 0.9 (2008-02-08) +------------------------ * initial release * cparser is able to bootstrap itself