X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5d52e7d0456a69b89b73bea74a56a05a66a20c1a..f987e9d257795abe81cab17ddaf9041e19e5c07a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 85468624..4168a345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2001-11-01 Akim Demaille + + * tests/calc.at: Catch up with 1.30. + * configure.in: Bump to 1.49a. + Adjust to newer Autotest. + +2001-10-19 Pascal Bart + + * src/conflicts.c: Move global variables rrc_total and src_total ... + (print_conflicts): here. + * src/output.c (output): Free global variable user_toknums. + * src/lex.c (token_obstack): Become static. + +2001-10-18 Akim Demaille + + * tests/atlocal.in (GCC): Add. + * tests/calc.at: s/m4_match/m4_bmatch/. + s/m4_patsubst/m4_bpatsubst/. + (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC. + * configure.in: AC_SUBST(GCC). + 2001-10-14 Marc Autret * src/options.c (create_long_option_table): Fix.