AM_PROG_LEX -> AC_PROG_LEX.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 08:09:43 +0000 (08:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 08:09:43 +0000 (08:09 +0000)
Go back to returning (not exiting) from main.
Work around empty struct in glr.c.
Typo fixes for doc.

ChangeLog

index 1add02b..6ab3560 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-10-23  Paul Eggert  <eggert@twinsun.com>
+
+       * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
+       Suggested by Art Haas.
+
+2002-10-22  Paul Eggert  <eggert@twinsun.com>
+
+       * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
+       decl; not needed any more.
+       * src/main.c (main): Use return to exit, undoing yesterday's change.
+       The last OS that we could find where this wouldn't work is
+       SunOS 3.5, and that's too old to worry about now.
+
+       * data/glr.c (struct yyltype): Define members even when not
+       doing locations.  This is more consistent with yacc.c, and it
+       works around the following bug reports:
+       http://mail.gnu.org/pipermail/bug-bison/2002-October/001764.html
+       http://mail.gnu.org/pipermail/bug-bison/2002-October/001769.html
+       and I hope it also fixes this bug report:
+       http://mail.gnu.org/pipermail/bug-bison/2002-October/001748.html
+       
+       * doc/bison.texinfo: Minor spelling and typographical fixes.  Use
+       @acronym consistently.  Standardize on "Yacc" instead of "YACC",
+       "Algol" instead of "ALGOL".  Give a bit more history about BNF.
+
 2002-10-22  Akim Demaille  <akim@epita.fr>
 
        * data/README: New.