X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a8beef7e6a9f6b75fa249d59b4c79585190540b6..1e0348079323bc0dcf023e60873c976c77ece418:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6796f5c0..6098a6b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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.