summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-11-01 14:35:28 +0000
committerAkim Demaille <akim@epita.fr>2001-11-01 14:35:28 +0000
commit5c2a5a89709c010c0267c964ec071b0236e8c34e (patch)
treec839136801841594e16a35d7fecd8de98cd27000
parent6b784f8552b824d3073dfe9fecd13eedf716fc29 (diff)
downloadbison-5c2a5a89709c010c0267c964ec071b0236e8c34e.tar.gz
Update.
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ee1e4423..5c44ae3e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Bison News
----------
Changes in version 1.30a:
-
+
Changes in version 1.30:
* `--defines' and `--graph' have now an optionnal argument which is the
@@ -12,10 +12,8 @@ Changes in version 1.30:
* `%source_extension' and `%header_extension' are removed, failed
experiment.
-* The test suite is more portable.
-
-* Better portability.
-
+* Portability fixes.
+
Changes in version 1.29:
* The output file does not define const, as this caused problems when used
@@ -47,6 +45,9 @@ Changes in version 1.29:
* New directives.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
`%debug', `%source_extension' and `%header_extension'.
+
+* @$
+ Automatic location tracking.
Changes in version 1.28: