X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=393d9746fcd9c60e450f1d712b501d793a1d2f5d;hb=8575b0774d7270385308b89a8d021c054db65c58;hp=c30cb077ab396a282227c7b4b32f62ee3f8df2bf;hpb=f521b73c60ac0caf5464cb773b039f73a0be4a09;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index c30cb077a..393d9746f 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,99 @@ +2005-08-25 Bruno Haible + + * minmax.m4 (gl_MINMAX_IN_HEADER): Add comments. + Patch from Stepan Kasal . + +2005-08-24 Paul Eggert + + * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing + for GNU regex features. + +2005-08-24 Jim Meyering + + Sync from coreutils. + * fcntl-safer.m4: New file. + + * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source + and object files for this module. + +2005-08-23 Paul Eggert + + * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used. + All contents moved to gl_REGEX. + (gl_REGEX): Don't bother checking whether lib/regex.c exists; + assume that it does. + +2005-08-20 Bruno Haible + + * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE. + +2005-08-17 Bruno Haible + + * strcasestr.m4: New file. + +2005-08-17 Bruno Haible + + * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always. + (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC. + +2005-08-16 Paul Eggert + + * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results + of gl_GETOPT_SUBSTITUTE. That way, if both gl_GETOPT_SUBSTITUTE + and gl_GETOPT are both invoked via different paths (as happens + with GNU tar CVS because it uses both argp and getopt), the former + wins. + +2005-08-16 Bruno Haible + + * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always. + (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC. + +2005-08-16 Bruno Haible + + * mbfile.m4: New file. + +2005-08-16 Bruno Haible + + * mbiter.m4: New file. + +2005-08-16 Bruno Haible + + * mbchar.m4: New file. + +2005-08-16 Bruno Haible + + * tls.m4: New file, from GNU gettext. + +2005-08-12 Bruno Haible + + * readline.m4 (gl_FUNC_READLINE): Look for ncurses first. + +2005-08-12 Simon Josefsson + + * readline.m4: Look for termcap, curses or ncurses if required. + +2005-08-11 Simon Josefsson + + * readline.m4: New file. + +2005-08-10 Simon Josefsson + + * strnlen.m4: New file. + + * strndup.m4: Don't check for strnlen declaration, done in + strnlen.m4. + +2005-08-10 Stepan Kasal + + * onceonly_2_57.m4: Really require Autoconf 2.57. + +2005-08-02 Simon Josefsson + + * getline.m4: Separate out getdelim stuff into separate module. + + * getdelim.m4: New file. + 2005-07-26 Paul Eggert Add support to getopt for Emacs, which doesn't use LIBOBJS in the