X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0d8f3c8a7ab5a379c80caa26b64152c5a873942d..18569462dba3a1ce0dbcdefdcfe04cfea33e8826:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d3362a91..c99c37b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-02-08 Akim Demaille + + * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c: + New, from fileutils 4.0.37. + * configure.in: Require Autoconf 2.49c. I took some time before + making this decision. This is the only way out for portability + issues in Bison, it would mean way too much duplicate effort to + import in Bison features implemented in 2.49c since 2.13. + AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above. + 2001-02-02 Akim Demaille * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.