X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/32dfccf8f8b93d61f8fcedfc879e3a5848a777ea..847bf1f53803bb6b605d19bcde720de43ae57d48:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 88f39a8d..1b5e1b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2001-08-01 Robert Anisko + + * doc/autoconf.texi: Document @$. + (Locations): New section. + +2001-07-18 Akim Demaille + + * Makefile.maint, GNUmakefile: New, from Autoconf 2.52. + * config/prev-version.txt, config/move-if-change: New. + * Makefile.am: Adjust. + +2001-07-08 Pascal Bart + + * src/bison.simple (yyparse): Suppress warning `comparaison + between signed and unsigned'. + +2001-07-05 Pascal Bart + + * src/getargs.h (raw_flag): Remove. + * src/getargs.c: Die on `-r'/`--raw'. + * src/lex.c (parse_percent_token): Die on `%raw'. + * src/reader.c (output_token_defines): Suppress call to `raw_flag'. + * tests/calc.at: Suppress test with option `--raw'. + +2001-07-14 Akim Demaille + + * config/: New. + * configure.in: Require Autoconf 2.50. + Update to gettext 0.10.38. + 2001-03-16 Akim Demaille * doc/bison.texinfo: ANSIfy the examples.