X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=NEWS;h=4dffea4178da8b427070c85d6794d82fa3289332;hb=3fff0153da9f782bb0393af8debbefc415f42836;hp=7da07e1729aac8b233838cb32ccf55e87fbd0e89;hpb=80e91ad25a4651e293ef9de0dc78a81a69d39bb4;p=cparser diff --git a/NEWS b/NEWS index 7da07e1..4dffea4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,39 @@ -===== cparser 0.9 (18.02.2008) ===== +===== cparser 0.9.8 (2008-12-11) ===== +* 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 +* improve error handling (more graceful continue in case of an error) +* compatibility fixes for old C stuff (=> SPECint2000 works now) +* improved commandline, more gcc compatibility flags +* support more gnu extensions +* parse all gnu extensions + +===== cparser 0.9 (2008-02-08) ===== * initial release * cparser is able to bootstrap itself