From: Paul Eggert Date: Thu, 17 Oct 2002 01:29:58 +0000 (+0000) Subject: * NEWS: Officially drop support for building Bison with K&R C, X-Git-Tag: BISON-1_875~455 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e76d2469e55dc5ce36814bda0d800c70c895cd4a * NEWS: Officially drop support for building Bison with K&R C, since it didn't work anyway and it's not worth worrying about. * Makefile.maint (wget_files): Remove ansi2knr.c. (ansi2knr.c-url_prefix): Remove. * lib/.cvsignore: Remove ansi2knr, ansi2knr.*. * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove. * src/Makefile.am (AUTOMAKE_OPTIONS): Remove. --- diff --git a/ChangeLog b/ChangeLog index 3efd36c0..9dcd1b9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-10-16 Paul Eggert + + * NEWS: Officially drop support for building Bison with K&R C, + since it didn't work anyway and it's not worth worrying about. + * Makefile.maint (wget_files): Remove ansi2knr.c. + (ansi2knr.c-url_prefix): Remove. + * lib/.cvsignore: Remove ansi2knr, ansi2knr.*. + * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove. + * src/Makefile.am (AUTOMAKE_OPTIONS): Remove. + 2002-10-15 Paul Eggert Stop using the "enum_" trick for K&R-style function definitions; @@ -9,7 +19,7 @@ All uses of "enum_" changed to "enum ". * lib/ebitset.c (enum_ebitset_find_mode): Likewise. * lib/lbitset.c (enum_lbitset_find_mode): Likewise. - + * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or, abitset_and_or_cmp, abitset_andn, abitset_andn_cmp, abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy, @@ -73,7 +83,7 @@ lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size, lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor, lbitset_xor_cmp, lbitset_zero): Likewise. - + 2002-10-14 Akim Demaille Version 1.75.