X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6a254321add1dd9a0e4c19d56e1341579818d0af..09ba4ab244480cfab5a31de08fbd368e6bb3aaf5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6c6f81fa..6e5296dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,40 @@ +2002-09-06 Paul Eggert + + * doc/bison.texinfo (Conditions): Make explicit that the GPL + exception applies only to yacc.c. This is a modification of a + patch originally suggested by Akim Demaille. + +2002-09-06 Akim Demaille + + * data/c.m4 (b4_copyright): Move the GPL exception comment from + here to... + * data/yacc.c: here. + + * data/lalr1.cc (struct yyltype): Don't define it, since we use + LocationType. + (b4_ltype): Default to yy::Location from location.hh. + +2002-09-04 Jim Meyering + + * data/yacc.c: Guard the declaration of yytoknum also with + `#ifdef YYPRINT', so it is declared only when used. + +2002-09-04 Akim Demaille + + * configure.in: Rename as... + * configure.ac: this. + Bump to 1.49c. + +2002-09-04 Akim Demaille + + * src/assoc.c, src/closure.c, src/gram.c, src/injections.c, + * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't + translate maintainer only messages. + 2002-08-12 Paul Eggert + Version 1.49b. + * Makefile.am (SUBDIRS): Remove intl. (DISTCLEANFILES): Remove. * NEWS: Mention that GNU M4 is now required. Clarify what is