summaryrefslogtreecommitdiff
path: root/contrib/bison/NEWS
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-14 21:39:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-14 21:39:07 +0000
commitff077f9ca87f0ecaaead34795fbe2af5ae3ab7d8 (patch)
treed4121b4dd1f219824ff5e0d5afe88e30543000c9 /contrib/bison/NEWS
parent9f36c7f4977bd212e8f21a4dc6ab2c55e0086baa (diff)
Notes
Diffstat (limited to 'contrib/bison/NEWS')
-rw-r--r--contrib/bison/NEWS34
1 files changed, 33 insertions, 1 deletions
diff --git a/contrib/bison/NEWS b/contrib/bison/NEWS
index db839bdd67831..e147df8f6ffb5 100644
--- a/contrib/bison/NEWS
+++ b/contrib/bison/NEWS
@@ -1,7 +1,39 @@
Bison News
----------
-Change in version 1.25:
+Changes in version 1.28:
+
+* Should compile better now with K&R compilers.
+
+* Added NLS.
+
+* Fixed a problem with escaping the double quote character.
+
+* There is now a FAQ.
+
+Changes in version 1.27:
+
+* The make rule which prevented bison.simple from being created on
+ some systems has been fixed.
+
+Changes in version 1.26:
+
+* Bison now uses automake.
+
+* New mailing lists: <bug-bison@gnu.org> and <help-bison@gnu.org>.
+
+* Token numbers now start at 257 as previously documented, not 258.
+
+* Bison honors the TMPDIR environment variable.
+
+* A couple of buffer overruns have been fixed.
+
+* Problems when closing files should now be reported.
+
+* Generated parsers should now work even on operating systems which do
+ not provide alloca().
+
+Changes in version 1.25:
* Errors in the input grammar are not fatal; Bison keeps reading
the grammar file, and reports all the errors found in it.