X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae64af3556d36c1e3b7d0d0033def2a58e1f486e..719010ad2b7323d7840d7c074c02eb8d0bcd5885:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 64d20c64..b4ed0ebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-09-30 Art Haas + + * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER + invocations. + * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not + defined. + +2002-09-27 Akim Demaille + + Version 1.49c. + +2002-09-27 Akim Demaille + + * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7. + (Because of AC_LIBSOURCE). + +2002-09-27 Akim Demaille + + Playing with Autoscan. + + * configure.ac: Remove the old LIBOBJ tweaks. + (AC_REPLACE_FUNCS): Add strrchr and strtol. + * lib/strrchr.c: New. + * lib/strtol.c: New, from the Coreutils 4.5.1. + 2002-09-27 Akim Demaille Playing with Autoscan.