X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=b4e396f33d944bbdd869d8ade231c2b1d56cbcfc;hb=ab02754c3d078853a2e318e9871d2d253980aa4f;hp=daf789fe8e20aa724d417801b7f717732c585e3e;hpb=e53c0aea9584b98c75e83978da70fa6f98d27ae8;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index daf789fe8..b4e396f33 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,136 @@ +2003-08-09 Paul Eggert + + * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371"; + apparently Emacs's Unicode mode got confused before my 2003-08-05 + checkin. + +2003-08-08 Paul Eggert + + * extensions.m4: New file. + * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): + Require gl_USE_SYSTEM_EXTENSIONS. + * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): + Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE. + +2003-08-07 Paul Eggert + + * restrict.m4: New file. + * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT. + +2003-08-07 Bruno Haible + + * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes + the module 'getndelim2' compatible with the module 'getline'. + +2003-08-05 Paul Eggert + + * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII + byte with "\201" to avoid glitches when editing that source file + with multi-gnome-terminal. + +2003-07-31 Bruno Haible + + * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro. + +2003-07-18 Bruno Haible + + * getndelim2.m4: New file. + * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and + invoke gl_PREREQ_GETNDELIM2. + (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by + gl_PREREQ_GETNDELIM2. + * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by + gl_GETNDELIM2. + +2003-07-17 Bruno Haible + + * Makefile.am.in: Remove file. + * Makefile.am: Remove file. + * Makefile.in: Remove file. + +2003-07-17 Bruno Haible + + * getnline.m4: New file. + +2003-07-14 Simon Josefsson + + * mempcpy.m4: New file. + +2003-07-10 Jim Meyering + + * clock_time.m4: Remove trailing blank. + * intmax_t.m4: Likewise. + +2003-07-01 Paul Eggert + + * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since + xreadlink.c now includes it unconditionally. + +2003-07-01 Bruno Haible + + * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include . + should be sufficient. + Reported by Paul Eggert. + +2003-06-25 Bruno Haible + + * readlink.m4: New file. + +2003-06-22 Bruno Haible + + Portability to mingw32. + * ssize_t.m4: New file, from GNU gettext. + * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T. + * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T. + +2003-06-11 Bruno Haible + + * sysexits.m4: New file. + +2003-06-10 Simon Josefsson + + * strchrnul.m4: New file. + +2003-06-07 Bruno Haible + + * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX, + gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking + AC_CONFIG_LINKS. Needed to allow for a different name of the lib + directory. + * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking + AC_CONFIG_LINKS. Needed to allow for a different name of the lib + directory. + +2003-06-04 Paul Eggert + + * human.m4 (gl_HUMAN): Require AM_STDBOOL_H. Check for + locale.h, localeconv. This merges changes from coreutils. + + * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS. + It can be removed after the next Autoconf is released. + * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner + needed. + +2003-05-30 Bruno Haible + + * gettext.m4: Upgrade to gettext-0.12.1. + * nls.m4: New file, from gettext-0.12.1. + * po.m4: New file, from gettext-0.12.1. + * progtest.m4: Upgrade to gettext-0.12.1. + +2003-05-28 Paul Eggert + + Assume the headers required for C89 freestanding compilers. + * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h. + * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise. + * human.m4 (gl_HUMAN): Likewise. + * pathmax.m4 (gl_PATHMAX): Likewise. + * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise. + * userspec.m4 (gl_USERSPEC): Likewise. + * xreadlink.m4 (gl_XREADLINK): Likewise. + * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise. + * quote.m4 (gl_QUOTE): Don't check for stddef.h. + 2003-05-26 Jim Meyering Merge in a change from coreutils: @@ -836,7 +969,7 @@ 2002-02-15 Paul Eggert - * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro. + * prereq.m4 (jm_PREREQ_POSIXVER): New macro. (jm_PREREQ): Use it. 2002-01-26 Jim Meyering @@ -862,7 +995,7 @@ 2001-11-20 Jim Meyering * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that - SunOS4.1.4 and solaris2.5.1 lose, too. + SunOS 4.1.4 and Solaris 2.5.1 lose, too. 2001-11-19 Jim Meyering @@ -951,7 +1084,7 @@ * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) [one-argument getmntent function]): Include stdio.h before mntent.h. - SunOS4.1.x needs it for the declaration of `FILE'. + SunOS 4.1.x needs it for the declaration of `FILE'. Patch by Volker Borchert. * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) @@ -1776,7 +1909,7 @@ * search-libs.m4: Update from autoconf. - su doesn't work on Solaris2.6. + su doesn't work on Solaris 2.6. * lib-check.m4: When checking for struct spwd.sp_pwdp, also include . Reported by Dragos Harabor. @@ -1923,7 +2056,7 @@ 2000-02-09 Jim Meyering * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in - struct spwd, rather than in struct passwd. Reported by Gaël Quéri. + struct spwd, rather than in struct passwd. Reported by Ga� Qu�i. 2000-02-08 Akim Demaille @@ -1981,7 +2114,7 @@ 2000-01-28 Jim Meyering * perl.m4: Change format of warning message to look more like that - from the missing script. Suggestion from François Pinard. + from the missing script. Suggestion from Fran�is Pinard. 2000-01-25 Jim Meyering