X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d6b771c345a389742bfcd73ff13dac1d4f016c88..55ba27be34b24644e7b7d581d0313b299ce0aa39:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c1d0c374..10e9d521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2006-03-10 Akim + + * doc/FAQ: Remove, merged into... + * doc/bison.texinfo (FAQ): this. + * doc/Makefile.am (EXTRA_DIST): Adjust. + +2006-03-10 Akim Demaille + + * data/c.m4 (b4_token_enum): Always define the enum of tokens, + even if empty. + * data/lalrl1.cc, data/glr.cc (parser::token_type): New. + * doc/bison.texinfo (Calc++ Scanner): Use it. + +2006-03-09 Paul Eggert + + Fix two nits reported by twlevo, plus one more that I discovered. + + * src/assoc.h (assoc_to_string): Give a name to the arg, as + this is the usual Bison style. + * src/location.h (location_print): Likewise. + + * src/reader.h (token_name): Likewise. + 2006-03-08 Paul Eggert Fix some nits reported by twlevo.