X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=NEWS;h=0462cab46adb17be1db8a111000e6448b6902671;hb=86be857d0646d455d3aca59bed1f4c97ea905097;hp=d8104d480efa17218044b09d3f0e9d577d92874d;hpb=c8d5e781ce607df4cc5b75daad38c5c1a9150fb2;p=cparser diff --git a/NEWS b/NEWS index d8104d4..0462cab 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,42 @@ -===== cparser 0.9.5 (31.07.2008) ===== +===== 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) ===== +* bugfixes +* adapt to libfirm-1.18.0 + +===== 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) ===== +* several bugfixes +* add/correct semantic checks +* improve error recovery +* support more GCC extensions +* add/improve/correct warnings + +===== cparser 0.9.7 (2008-12-01) ===== +* several bugfixes +* add/correct semantic checks +* improved error recovery +* support more GCC extensions +* support more GCC switches +* add a manpage + +===== cparser 0.9.6 (2008-11-22) ===== +* lots of bugfixes +* add/correct semantic checks +* more/improved warnings +* internal cleanups (introduce entity_t types) +* support more gnu extensions +* improved error recovery +* support more switches for gcc compatibility +* support for libc builtins + +===== cparser 0.9.5 (2008-07-31) ===== * lots of bugfixes * sync with latest libfirm @@ -8,7 +46,7 @@ * support more gnu extensions * parse all gnu extensions -===== cparser 0.9 (18.02.2008) ===== +===== cparser 0.9 (2008-02-08) ===== * initial release * cparser is able to bootstrap itself