I give up with modulo shift - doing the right thing is not compatible with firm at...
[cparser] / NEWS
diff --git a/NEWS b/NEWS
index 9116d38..937bcab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
-===== cparser 0.9.5 (14.06.2008) =====
+===== cparser 0.9.7 (27.11.2008) =====
+* several bugfixes
+* add/correct semantic checks
+* improved error recovery
 
+===== cparser 0.9.6 (22.11.2008) =====
+* 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 (31.07.2008) =====
+
+* lots of bugfixes
 * sync with latest libfirm
 * improve error handling (more graceful continue in case of an error)
-* lots of bugfixes
 * compatibility fixes for old C stuff (=> SPECint2000 works now)
-* improved commandline
+* improved commandline, more gcc compatibility flags
+* support more gnu extensions
+* parse all gnu extensions
 
 ===== cparser 0.9 (18.02.2008) =====