log m4/ChangeLog @ 6826:e896d59bd228

age author description
Fri, 16 Jun 2006 13:29:51 +0000 Bruno Haible Rewrite module 'stdint' to be fully autoconfiguring.
Fri, 16 Jun 2006 13:15:45 +0000 Bruno Haible Make it work when cross-compiling.
Thu, 15 Jun 2006 12:01:17 +0000 Eric Blake * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
Tue, 30 May 2006 19:14:05 +0000 Bruno Haible Work around broken AIX 5.1 strndup function.
Sun, 28 May 2006 09:17:17 +0000 Paul Eggert * c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
Fri, 19 May 2006 17:49:21 +0000 Paul Eggert * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
Mon, 15 May 2006 02:37:03 +0000 Paul Eggert * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
Thu, 11 May 2006 12:21:14 +0000 Bruno Haible Fix typo in macro name.
Tue, 09 May 2006 17:26:15 +0000 Bruno Haible Recognize the special case of a string concatenation in xvasprintf.
Mon, 08 May 2006 13:13:13 +0000 Bruno Haible New module 'stdarg'.
Fri, 05 May 2006 07:34:56 +0000 Jim Meyering *** empty log message ***
Tue, 02 May 2006 23:48:20 +0000 Paul Eggert * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
Mon, 24 Apr 2006 17:50:05 +0000 Paul Eggert * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
Mon, 24 Apr 2006 11:33:54 +0000 Bruno Haible Rearrange code.
Mon, 24 Apr 2006 11:32:59 +0000 Bruno Haible AIX 5.3 also has a broken poll(), reported Ralf Wildenhues.
Mon, 24 Apr 2006 11:30:53 +0000 Bruno Haible Apply a fix from Eric Blake that already went into autoconf.
Mon, 24 Apr 2006 07:35:24 +0000 Paul Eggert * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
Thu, 20 Apr 2006 22:28:33 +0000 Paul Eggert * argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
Wed, 19 Apr 2006 16:47:17 +0000 Derek R. Price * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h> rather
Tue, 18 Apr 2006 17:20:47 +0000 Derek R. Price * modules/inttypes: New file.
Wed, 12 Apr 2006 07:11:09 +0000 Paul Eggert * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
Mon, 10 Apr 2006 06:43:33 +0000 Paul Eggert Merge regex changes from libc, removing some of our
Sat, 25 Mar 2006 11:05:05 +0000 Ralf Wildenhues * argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
Sat, 25 Mar 2006 09:48:47 +0000 Paul Eggert * regex.m4 (gl_REGEX): Fix a longstanding typo in the
Sat, 25 Mar 2006 09:09:59 +0000 Paul Eggert * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
Fri, 17 Mar 2006 10:14:32 +0000 Jim Meyering (gl_REGEX): Fix typo in last change:
Fri, 17 Mar 2006 07:26:42 +0000 Paul Eggert * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
Wed, 15 Mar 2006 21:16:25 +0000 Eric Blake * dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
Wed, 08 Mar 2006 13:40:30 +0000 Simon Josefsson Fix gc-random module.
Wed, 08 Mar 2006 09:32:40 +0000 Simon Josefsson * gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
Wed, 08 Mar 2006 01:45:53 +0000 Paul Eggert * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
Tue, 07 Mar 2006 13:30:51 +0000 Simon Josefsson Fix use of unistd.h in getopt through a new unistd module.
Tue, 07 Mar 2006 13:20:11 +0000 Simon Josefsson * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
Tue, 07 Mar 2006 13:17:10 +0000 Simon Josefsson Split off gc-random from gc, and only warn on missing devices.
Sat, 04 Mar 2006 06:35:03 +0000 Paul Eggert Fix poll.m4 for AIX.
Thu, 02 Mar 2006 07:36:41 +0000 Paul Eggert * modules/gettime (Depends-on): Add extensions module.
Thu, 02 Mar 2006 00:04:59 +0000 Paul Eggert * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", not "==".
Wed, 01 Mar 2006 00:11:04 +0000 Paul Eggert * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER.
Tue, 28 Feb 2006 14:52:22 +0000 Simon Josefsson 2006-02-17 Eric Blake <address@hidden>
Thu, 16 Feb 2006 09:48:07 +0000 Simon Josefsson * sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
Tue, 14 Feb 2006 23:00:23 +0000 Paul Eggert Sync from coreutils.
Mon, 13 Feb 2006 08:09:15 +0000 Paul Eggert Add 2006 to copyright year.
Mon, 06 Feb 2006 05:22:04 +0000 Paul Eggert * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
Fri, 27 Jan 2006 12:50:41 +0000 Simon Josefsson Mingw32 fixes for getaddrinfo.
Thu, 26 Jan 2006 13:32:38 +0000 Bruno Haible Fixes from Paul Eggert.
Tue, 24 Jan 2006 22:05:28 +0000 Bruno Haible Check against AIX and HP-UX C compiler bugs.
Tue, 24 Jan 2006 19:16:13 +0000 Jim Meyering *** empty log message ***
Tue, 24 Jan 2006 07:40:58 +0000 Paul Eggert Work around porting bugs reported by Dieter in
Sat, 21 Jan 2006 08:01:53 +0000 Paul Eggert * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
Thu, 19 Jan 2006 14:13:52 +0000 Simon Josefsson * socklen.m4: Look in ws2tcpip.h too, for mingw32.
Tue, 17 Jan 2006 07:23:20 +0000 Paul Eggert * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Thu, 12 Jan 2006 13:04:57 +0000 Bruno Haible New module 'ldd'.
Wed, 11 Jan 2006 13:01:13 +0000 Bruno Haible Ensure automatic ordering between gl_LOCK and gl_ARGP.
Wed, 11 Jan 2006 07:34:33 +0000 Paul Eggert Undo previous change.
Tue, 10 Jan 2006 22:02:14 +0000 Paul Eggert * modules/readutmp (Maintainer): Add Paul Eggert.
Tue, 10 Jan 2006 21:31:01 +0000 Paul Eggert Sync from coreutils.
Tue, 10 Jan 2006 14:28:52 +0000 Simon Josefsson Add sys_socket module.
Tue, 10 Jan 2006 13:57:21 +0000 Bruno Haible Optimize file reading where possible.
Mon, 09 Jan 2006 23:13:56 +0000 Paul Eggert Sync from coreutils.
Mon, 09 Jan 2006 13:20:01 +0000 Bruno Haible Support for Linux libc4 and libc5.