summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-04 14:55:21 +0000
committerAkim Demaille <akim@epita.fr>2001-10-04 14:55:21 +0000
commit342b8b6e2156e923797745af2da2596e3086ccd5 (patch)
tree60ce6f66bc53ee602536c6f66fc82a63d31405ab /NEWS
parent0150aabe359f48ec9ea0b0d4cef081799731e414 (diff)
downloadbison-342b8b6e2156e923797745af2da2596e3086ccd5.tar.gz
Merge in branch-1_29.after-merge-branch-1_29
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db3cdb27..af7d37d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
Bison News
----------
-Changes in version 1.28c:
+Changes in version 1.29d:
+
+* `--defines' and `--graph' have now an optionnal argument which is the
+ output file name. `-d' and `-g' do not change, they do not take any
+ argument.
+
+* `%source_extension' and `%header_extension' are removed, failed
+ experiment.
+
+* The test suite is more portable.
+
+* Better portability.
+
+Changes in version 1.29:
+
+* The output file does not define const, as this caused problems when used
+ with common autoconfiguration schemes. If you still use ancient compilers
+ that lack const, compile with the equivalent of the C compiler option
+ `-Dconst='. autoconf's AC_C_CONST macro provides one way to do this.
+
+* Added `-g' and `--graph'.
* The Bison manual is now distributed under the terms of the GNU FDL.