Released version 1.28.

This commit is contained in:
Jesse Thilo
1999-07-06 13:19:44 +00:00
parent 3e2bf5adf6
commit d2e00347cb
3 changed files with 15 additions and 1 deletions

10
NEWS
View File

@@ -1,6 +1,16 @@
Bison News Bison News
---------- ----------
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: Changes in version 1.27:
* The make rule which prevented bison.simple from being created on * The make rule which prevented bison.simple from being created on

4
README
View File

@@ -11,6 +11,10 @@ On VMS, you will probably have to create Makefile from Makefile.in by
hand. Remember to do `SET COMMAND BISON' to install the data in hand. Remember to do `SET COMMAND BISON' to install the data in
`BISON.CLD'. `BISON.CLD'.
VMS and MS-DOS builds are probably broken right now. If you are able
to build Bison on either platform and you need to make changes to do
so, please submit those changes as a bug report.
Send bug reports to bug-bison@gnu.org. Please include the version Send bug reports to bug-bison@gnu.org. Please include the version
number from `bison --version', and a complete, self-contained test number from `bison --version', and a complete, self-contained test
case in each bug report. case in each bug report.

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/reduce.c) AC_INIT(src/reduce.c)
AM_INIT_AUTOMAKE(bison,1.27) AM_INIT_AUTOMAKE(bison,1.28)
AM_CONFIG_HEADER(config.h:config.hin) AM_CONFIG_HEADER(config.h:config.hin)
AC_PREREQ(2.13) AC_PREREQ(2.13)