X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/29553547938b79d6a70d1f8be4ef4da96e245017..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 5b60a19a..3b0b8647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-04-04 Paul Eggert + + * THANKS: Use ASCII for Sebastien Fricker's name. Bison source + still sticks to ASCII. Sorry! + + * README-hacking: New file, taken mostly from coreutils, with changes + for Bison. Contains much of the contents of: + * README-cvs: Remove. + * bootstrap: Sync from gnulib. + * build-aux/.cvsignore: Remove *.t, mkinstalldirs. + * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h. + 2007-03-10 Joel E. Denny * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian @@ -81,7 +93,7 @@ b4_percent_define_flag_if and b4_percent_define_default. For %define variables, report locations for invalid values and - redefinitions. + redefinitions. * data/bison.m4 (b4_percent_define_flag_if): Read b4_percent_define_loc(VARIABLE) to report the location of an invalid value for VARIABLE. @@ -118,9 +130,9 @@ 2007-02-24 Joel E. Denny Use YYFPRINTF instead of fprintf where appropriate. Reported by - Sébastien Fricker at + Sebastien Fricker at . - * THANKS: Add Sébastien Fricker. + * THANKS: Add Sebastien Fricker. * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement. * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must accept a variable number of arguments.