update for new release
authorMatthias Braun <matze@braunis.de>
Fri, 16 Nov 2012 18:08:30 +0000 (19:08 +0100)
committerMatthias Braun <matze@braunis.de>
Wed, 21 Nov 2012 17:49:08 +0000 (18:49 +0100)
NEWS.md
README.md
libfirm
make_release.sh

diff --git a/NEWS.md b/NEWS.md
index 219d951..17c6cdb 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,15 @@
+cparser 0.9.14 (2012-11-21)
+---------------------------
+
+* Adapt to libfirm-1.21.0
+* Improved error recovery
+* Improved firm graph generation (faster/smaller graphs)
+* Implement U,u and u8 strings
+* Preliminary preprocessor (we still use system cpp by default, as some macro
+  expansion corner cases are still buggy and prevent us from compiling glibc
+  headers)
+* More gcc extensions: binary constants, __leaf__ attribute
+
 cparser 0.9.13 (2011-12-07)
 ---------------------------
 
index be46246..31e7ea8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Requirements:
 
 * A C99 compiler (gcc and icc are known to work).
 * pkg-config (recommended)
-* libFirm-1.20 or later
+* libFirm-1.21 or later
 
 Make sure you have installed libFirm and pkg-config can find the libfirm.pc
 files ("pkg-config --modversion libfirm" should work). Use (GNU)-make to build
diff --git a/libfirm b/libfirm
index 81bb3bf..7a4389d 160000 (submodule)
--- a/libfirm
+++ b/libfirm
@@ -1 +1 @@
-Subproject commit 81bb3bf37432ecdd7f973faf49984ebb45acf934
+Subproject commit 7a4389d62c358d1a419189140512df08866c9941
index 68bb070..fdf6ca1 100755 (executable)
@@ -2,7 +2,7 @@
 
 #set -x
 WORKDIR="release"
-VERSION="0.9.13"
+VERSION="0.9.14"
 RELEASEDIR="cparser-$VERSION"
 FULLRELEASEDIR="$WORKDIR/$RELEASEDIR"
 RELEASEFILE="cparser-$VERSION.tar.bz2"