X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fc6edc45c09f4fa32e18f8df7258c7f7be6a24e9..30f8c3953fd53e0623f6cdd76bfb3af0a0033193:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 98569cf6..1eef7317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2002-01-25 Akim Demaille + + * tests/regression.at (%nonassoc and eof): New. + Suggested by Robert Anisko. + +2002-01-24 Akim Demaille + + Bison dumps core when trying to complain about broken input files. + Reported by Cris van Pelt. + + * src/lex.c (parse_percent_token): Be sure to set token_buffer. + * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge + into... + (Invalid inputs): Strengthen: exercise parse_percent_token. + +2002-01-24 Robert Anisko + + * src/Makefile.am: Add bison.c++. + * src/bison.c++: New skeleton. + +2002-01-21 Paolo Bonzini + + * po/it.po: New. + +2002-01-21 Kees Zeelenberg + + * src/files.c (skeleton_find) [MSDOS]: Fix cp definition. + 2002-01-20 Marc Autret * src/files.c (compute_output_file_names): Fix @@ -11,7 +39,7 @@ 2002-01-20 Marc Autret - * src/system.h: Need to define __attribute__ away for non-GCC + * src/system.h: Need to define __attribute__ away for non-GCC compilers as well (i.e. the vendor C compiler). Suggested by Albert Chin-A-Young.