X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aefef0d6cf40ee09d6ffb6b24547adc718de6327..4ad3ed84f659f5ccb02e9f1ab79758d4f4a3cbe3:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 85646aec..c44f0e4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2006-06-05 Paul Eggert + + * NEWS: Version 2.3. + * configure.ac (AC_INIT): Likewise. + +2006-05-30 Paul Eggert + + * data/glr.c (YYRECOVERING): Define to be a function-like macro + with no arguments, not as an object-like macro. This is for + compatibility with data/yacc.c. Problem reported by John P. Hartmann in + . + * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols): + Document this. + +2006-05-30 Joel E. Denny + + * src/getargs.c (usage): Back out yesterday's modification of the + --help output so that we don't have to wait for translation before + releasing 2.3. + +2006-05-29 Paul Eggert + + * doc/bison.texinfo (Introduction): Don't say "GLR grammar". + Problem reported by Akim Demaille. + +2006-05-29 Joel E. Denny + + * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. + 2006-05-26 Paul Eggert * data/yacc.c (yy_reduce_print): Omit trailing white space in