X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f5f419debe888b749faa1c6525b58062278ab9f1..1e0348079323bc0dcf023e60873c976c77ece418:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ea3d21f6..6098a6b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2008-11-18 Akim Demaille + + More TODO. + * TODO: More short term issues. + +2008-11-18 Akim Demaille + + Regen. + * src/parse-gram.h, src/parse-gram.c: Regen. + +2008-11-18 Akim Demaille + + Use b4_subtract where possible. + * data/lalr1.cc (b4_subtract): Move to... + * data/bison.m4: here. + * data/glr.c (b4_rhs_data): Use it. + * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it. + +2008-11-18 Akim Demaille + + Remove incorrect mode specification. + * data/glr.cc: Don't pretend it's C code. + +2008-11-17 Joel E. Denny + + Simplify last patch slightly. + * src/getargs.c (getargs): Here. + +2008-11-17 Joel E. Denny + + Fix last warning from --enable-gcc-warnings. + * src/getargs.c (getargs): Don't assign const address to non-const + pointer. + +2008-11-17 Joel E. Denny + + Don't let maintainer-*-check targets force a version update. + * cfg.mk (_is-dist-target): Implement. maintainer-check* was already + handled. + 2008-11-17 Di-an Jan * doc/bison.texinfo: Synchronize ``Detail Node Listing''. @@ -5,7 +45,7 @@ (Examples): Don't abbreviate node names. (LocalWords): Remove abbreviations. (Copying): Make description a sentence. - (Java Action Features): Remove period to match the rest of menu. + (Java Action Features): Remove period to match the rest of menu. 2008-11-17 Di-an Jan @@ -18,7 +58,7 @@ (muscles_output): Move symbol_definitions_output to... (output): here as prepare_symbol_definitions. * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main. - (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed. + (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed. 2008-11-17 Di-an Jan