X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=908c93d265aabadfb5d4d008d5d4b9fab8f308b6;hb=331f6ee713f7038d6d1a1c0451016c8aaab6a079;hp=6cb1413b5beac724bc7f103c1888e65fbb826314;hpb=0a70212f6fdd155158109a8286f0d7b0bdd6c5be;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 6cb1413b5..908c93d26 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,125 @@ +2006-09-20 Paul Eggert + + * regex.m4 (gl_REGEX): Check for locale.h, since the test + now requires it. + (gl_PREREQ_REGEX): Don't check for locale.h any more, since + gl_REGEX now does it for us. + (gl_REGEX): Add test taken from + http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html. + + * mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE. + Check that large offsets work. Modernize Autoconf usages. + Prefer "yes" to mean a good thing rather than a bad. + Don't put "#define mkstemp" in config.h, as this might interfere + with standard system headers that "#define mkstemp mkstemp64". + +2006-09-18 Bruno Haible + + * inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro. + * inttypes-pri.m4: Require autoconf >= 2.52. + (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test + ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h. + * gettext.m4: Require autoconf >= 2.52. + (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h. + * inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead + of gl_cv_header_inttypes_h. + +2006-09-18 Mark D. Baushke + + * inttypes.m4 (gl_INTTYPES_H): Quote "test" args + more systematically. + +2006-09-15 Paul Eggert + + * savewd.m4: New file. + +2006-09-15 Jim Meyering + + * rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New file. + + * rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME. + +2006-09-13 Simon Josefsson + + * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of + that internally, suggested by Ralf Wildenhues + . + +2006-09-10 Bruno Haible + + * mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require gl_AC_TYPE_UINTMAX_T. + +2006-09-08 Paul Eggert + + * mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf. + Check for unistd.h too, since Autoconf doesn't assume POSIX. + Also: + + 2006-09-08 Paul Eggert + Add year_2050_test to catch glibc bug 2821 + . + + 2006-08-15 Paul Eggert + Prefer #ifdef to #if. + + 2006-04-02 Paul Eggert + Return from 'main' instead of calling 'exit'. + +2006-09-08 Jim Meyering + + Avoid new build failure on FreeBSD 6.0. + * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include + when testing whether getmntinfo uses statvfs. Patch by Pavel Tsekov, + in . + +2006-09-07 Ralf Wildenhues + + * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo. + +2006-09-03 Bruno Haible + + * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries + correctly. + +2006-09-01 Paul Eggert + + * getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG, + not gl_GETLOADAVG. Omit unneeded semicolons. + Problems reported by Ralf Wildenhues in + . + (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define. Put + at the end, which is the usual gnulib style. + + * fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead + of doing all the work ourselves. + * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for + sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H. + +2006-08-31 Paul Eggert + + * fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is + obsolescent, and programs should use gnulib instead. + * getloadavg.m4: New file, with contents taken from Autoconf + but with prefixes changed. + +2006-08-30 Paul Eggert + + Work around a bug in both the Linux and SunOS 64-bit kernels: + nanosleep mishandles sleeps for longer than 2**31 seconds. + Problem reported by Frank v Waveren in + . + * nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME. + Check for nanosleep bug. + (LIB_NANOSLEEP): Append clock_gettime library if needed. + +2006-08-29 Paul Eggert + + * isapipe.m4: New file. + +2006-08-28 Paul Eggert + + * fcntl_h.m4: New file. + 2006-08-28 Eric Blake * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif. @@ -13,6 +135,7 @@ * inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX* macros. + Reported by Eric Blake. 2006-08-22 Eric Blake