log

age author description
Mon, 05 Sep 2011 17:40:58 -0700 Paul Eggert openat: port to AIX 7.1 with large files
Tue, 06 Sep 2011 00:34:33 +0200 Joachim Schmitz acl: Avoid errors on NonStop Kernel.
Tue, 06 Sep 2011 00:26:07 +0200 Bruno Haible acl: Clean up Solaris code.
Tue, 06 Sep 2011 00:01:24 +0200 Bruno Haible acl: Fix a bug with NFSv4 ACLs on Solaris 10 (newer version).
Mon, 05 Sep 2011 23:45:11 +0200 Bruno Haible acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).
Mon, 05 Sep 2011 11:25:09 +0200 Bruno Haible copy-file: Try unit tests on more file systems.
Mon, 05 Sep 2011 11:23:55 +0200 Bruno Haible acl: Try unit tests on more file systems.
Mon, 05 Sep 2011 02:38:24 +0200 Bruno Haible acl: Remove unused code in last commit.
Mon, 05 Sep 2011 00:44:13 +0200 Bruno Haible acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).
Sat, 03 Sep 2011 20:17:33 -0700 Paul Eggert openat: test for fstatat (..., 0) bug
Sat, 03 Sep 2011 10:03:22 -0700 Paul Eggert openat: test for fstatat (AT_FDCWD, ..., 0) bug
Sat, 03 Sep 2011 09:56:26 -0700 Karl Berry avoid literal : in index entries
Fri, 02 Sep 2011 22:15:45 +0200 Bruno Haible Allow the user to override the choice of AR, ARFLAGS, RANLIB.
Fri, 02 Sep 2011 22:00:24 +0200 Bruno Haible Find 'ar' program that fits with --host argument.
Fri, 02 Sep 2011 18:27:55 +0200 Bruno Haible tests: init.sh: Support any non-GNU diff.
Fri, 02 Sep 2011 14:13:59 +0200 Bruno Haible tests: init.sh: work also with any non-GNU diff that supports -u
Fri, 02 Sep 2011 01:39:22 +0200 Bruno Haible strtoimax, strtoumax: Document problem on HP-UX 11.
Fri, 02 Sep 2011 01:36:31 +0200 Bruno Haible strtoumax: Avoid link error on OSF/1 with DTK cc.
Fri, 02 Sep 2011 01:35:53 +0200 Bruno Haible strtoimax: Avoid link error on OSF/1 with DTK cc.
Fri, 02 Sep 2011 01:33:11 +0200 Bruno Haible imaxdiv: Avoid link error on OSF/1 with DTK cc.
Fri, 02 Sep 2011 01:32:05 +0200 Bruno Haible imaxabs: Avoid link error on OSF/1 with DTK cc.
Fri, 02 Sep 2011 00:53:00 +0200 Bruno Haible Tests for module 'strtoumax'.
Fri, 02 Sep 2011 00:52:28 +0200 Bruno Haible Tests for module 'strtoimax'.
Fri, 02 Sep 2011 00:51:51 +0200 Bruno Haible Tests for module 'imaxdiv'.
Fri, 02 Sep 2011 00:51:11 +0200 Bruno Haible Tests for module 'imaxabs'.
Thu, 01 Sep 2011 23:03:26 +0200 Bruno Haible pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
Thu, 01 Sep 2011 13:10:42 -0700 Paul Eggert * lib/fstatat.c: Include <sys/types.h> before <sys/stat.h>.
Thu, 01 Sep 2011 12:53:10 -0700 Paul Eggert openat: work around AIX 7.1 fstatat issue
Thu, 01 Sep 2011 12:15:11 +0200 Bruno Haible sys_select: Avoid a syntax error regarding timespec_t on IRIX 6.5.
Wed, 31 Aug 2011 17:47:18 +0200 Jim Meyering tests: avoid spurious assertion failure in test-float.c on ppc64
Wed, 31 Aug 2011 17:15:35 +0200 Jim Meyering maint: indent with spaces, not TABs
Wed, 31 Aug 2011 16:43:29 +0200 Jim Meyering test-parse-datetime.c: accommodate a relatively strict gcc warning
Wed, 17 Aug 2011 16:40:49 -0700 J.T. Conklin parse-datetime: accept ISO 8601 date and time rep with "T" separator
Wed, 31 Aug 2011 10:48:02 +0200 Bruno Haible freopen: Documentation.
Wed, 31 Aug 2011 10:12:25 +0200 Claudio Bley freopen: Don't crash if the filename argument is NULL.
Tue, 30 Aug 2011 16:38:59 -0700 Paul Eggert openat: work around AIX 7.1 fstatat bug
Tue, 30 Aug 2011 09:57:33 +0200 Bruno Haible Avoid endless recursions if config.h includes some header files.
Thu, 25 Aug 2011 15:24:28 -0700 Karl Berry autoupdate ylwrap
Thu, 25 Aug 2011 11:27:14 -0700 Karl Berry autoupdate ylwrap
Tue, 23 Aug 2011 07:06:30 -0700 Karl Berry autoupdate
Tue, 23 Aug 2011 08:40:27 +0200 Bruno Haible tmpdir: Use a good default directory on native Windows.
Sat, 20 Aug 2011 06:22:38 -0700 Karl Berry autoupdate
Fri, 19 Aug 2011 21:25:35 +0100 Reuben Thomas doc: fix typo in README-release
Wed, 17 Aug 2011 10:27:29 +0200 Jim Meyering fts: do not exhaust memory when processing million-entry directories
Wed, 17 Aug 2011 09:24:06 +0200 Jim Meyering maint: fts: move decl of `dp' down into while loop; split a long line
Wed, 17 Aug 2011 09:20:41 +0200 Jim Meyering fts: add/use new struct member, fts_dirp
Tue, 16 Aug 2011 20:20:30 +0200 Jim Meyering maint: fts: give __opendir2 a new parameter and rename
Tue, 16 Aug 2011 20:18:33 +0200 Jim Meyering maint: fts.c: remove __opendir2's now-unused parameter, oflag
Tue, 16 Aug 2011 20:17:07 +0200 Jim Meyering maint: fts.c: correct off-by-one indentation
Tue, 16 Aug 2011 20:11:51 +0200 Jim Meyering maint: fts.c: move __opendir2 #define "up" out of function body
Tue, 16 Aug 2011 20:08:24 +0200 Jim Meyering maint: fts.c: remove #if-0'd FTS_WHITEOUT code
Thu, 18 Aug 2011 00:46:17 -0700 Paul Eggert regex: port to Stratus OpenVOS
Wed, 17 Aug 2011 17:51:47 -0600 Eric Blake getcwd: fix test failures on mingw
Wed, 17 Aug 2011 16:14:12 -0600 Eric Blake getcwd-lgpl: fix m4 to match relaxed test for BSD
Wed, 17 Aug 2011 14:13:35 -0600 Eric Blake getcwd: fix compilation on mingw64
Wed, 17 Aug 2011 14:35:00 -0600 Eric Blake pipe2: silence compiler warning
Tue, 16 Aug 2011 06:35:34 -0700 Karl Berry autoupdate
Mon, 15 Aug 2011 22:33:25 -0700 Ben Pfaff relocatable-prog: fix link error
Fri, 12 Aug 2011 00:18:19 -0700 Paul Eggert getaddrinfo: fix sh typo in gai_strerrorA decl checking
Fri, 12 Aug 2011 00:33:43 +0200 Simon Josefsson base64: Reference latest RFC.
Thu, 11 Aug 2011 10:48:28 -0700 Paul Eggert * build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
Thu, 11 Aug 2011 10:46:26 -0700 Paul Eggert po/Makefile.in.in: fix make -q problem
Thu, 11 Aug 2011 11:20:28 -0700 Paul Eggert configmake: fix make -q problem
Thu, 11 Aug 2011 14:16:35 +0200 Jim Meyering git-version-gen: correct the advice in a comment
Wed, 10 Aug 2011 12:36:13 -0700 Paul Eggert base64: fix off-by-one buffer size bug
Wed, 10 Aug 2011 05:28:29 -0600 Eric Blake closein: correct comments
Wed, 10 Aug 2011 00:10:20 +0200 Bruno Haible More tests for 'fseeko'.
Tue, 09 Aug 2011 16:07:11 -0600 Eric Blake ChangeLog: fix wrong attribution in last commit
Tue, 09 Aug 2011 15:50:12 -0600 Eric Blake fseeko: remove unneeded hack
Tue, 09 Aug 2011 15:18:31 -0600 Eric Blake fseeko: fix bug on glibc
Tue, 09 Aug 2011 00:03:17 +0200 Bruno Haible unictype/base: Fix interoperability with preinstalled libunistring.
Mon, 08 Aug 2011 23:49:41 +0200 Bruno Haible iswblank: Detect declaration correctly.
Mon, 08 Aug 2011 23:48:51 +0200 Bruno Haible tcgetsid: Detect declaration correctly.
Mon, 08 Aug 2011 09:35:14 -0600 Eric Blake largefile: fix typo that regressed large file support
Sat, 06 Aug 2011 07:30:55 -0700 Karl Berry _Noreturn not a separate module
Fri, 05 Aug 2011 13:27:17 +0200 Simon Josefsson openat: Fix warnings and commens when building unlinkat.c on Hurd.
Fri, 05 Aug 2011 03:13:20 +0200 Bruno Haible Tests for module 'pathmax'.
Fri, 05 Aug 2011 03:04:06 +0200 Bruno Haible canonicalize-lgpl: Support larger filenames on the Hurd.
Fri, 05 Aug 2011 03:01:01 +0200 Bruno Haible pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.
Wed, 03 Aug 2011 01:04:40 +0200 Bruno Haible pthread_sigmask: Actually use results of gl_THREADLIB.
Tue, 02 Aug 2011 09:35:17 -0700 Karl Berry autoupdate
Tue, 02 Aug 2011 14:54:34 +0200 Jim Meyering maint.mk: relax the default _gl_TS_function_match regexp
Sun, 31 Jul 2011 13:30:59 +0100 Iain Nicol git-version-gen: document that EXTRA_DIST must include .version
Mon, 01 Aug 2011 21:58:36 +0200 Bruno Haible wctype-h: Fix last change.
Mon, 01 Aug 2011 00:33:56 +0200 Bruno Haible frexpl: Update autoconf test.
Sun, 31 Jul 2011 23:28:02 +0200 Bruno Haible sys_utsname: Add support for Minix.
Sun, 31 Jul 2011 23:03:25 +0200 Bruno Haible strings: Add support for Minix.
Sun, 31 Jul 2011 22:39:32 +0200 Bruno Haible wctype-h: Add support for Minix.
Sun, 31 Jul 2011 12:50:12 -0700 Paul Eggert * lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
Sun, 31 Jul 2011 21:16:15 +0200 Bruno Haible stdioext: Add support for Minix.
Sun, 31 Jul 2011 19:00:23 +0200 Bruno Haible errno: Port to Minix.
Sun, 31 Jul 2011 17:05:59 +0200 Bruno Haible Work around declaration collisions on Minix.
Sun, 31 Jul 2011 16:44:55 +0200 Bruno Haible Add support for Minix with ACK compiler.
Sun, 31 Jul 2011 14:31:24 +0200 Bruno Haible Documentation about Minix.
Sun, 31 Jul 2011 14:49:36 +0200 Bruno Haible snippet/warn-on-use: Fix indentation.
Mon, 25 Jul 2011 18:29:59 +0200 Jim Meyering tests: test-update-copyright.sh: remove unnecessary "rm" commands
Wed, 27 Jul 2011 20:27:48 +0200 Jim Meyering maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
Tue, 26 Jul 2011 15:55:05 -0600 Eric Blake warnings: add comments about previous patch
Tue, 26 Jul 2011 13:58:26 -0600 Eric Blake include-next, warnings: support older autoconf
Tue, 26 Jul 2011 02:30:07 +0200 Bruno Haible fseek, ftell: Fix doc.
Tue, 26 Jul 2011 02:48:03 +0200 Paul Eggert Add dependencies to the 'largefile' module.
Tue, 26 Jul 2011 00:39:35 +0200 Bruno Haible fcntl: Move AC_LIBOBJ invocation to module description.
Tue, 26 Jul 2011 00:37:05 +0200 Bruno Haible fcntl: Remove call-in from fchdir.m4.
Tue, 26 Jul 2011 00:33:07 +0200 Bruno Haible dup3: Remove potential call-in from fchdir.m4.
Tue, 26 Jul 2011 00:28:07 +0200 Bruno Haible dup2: Move AC_LIBOBJ invocation to module description.
Tue, 26 Jul 2011 00:12:55 +0200 Bruno Haible dup2: Remove call-in from fchdir.m4.
Tue, 26 Jul 2011 00:01:49 +0200 Bruno Haible fclose: Move AC_LIBOBJ invocation to module description.
Mon, 25 Jul 2011 23:53:06 +0200 Bruno Haible fclose: Remove call-in from close.m4.
Mon, 25 Jul 2011 23:47:31 +0200 Bruno Haible close: Move AC_LIBOBJ invocation to module description.
Mon, 25 Jul 2011 23:42:28 +0200 Bruno Haible close: Remove call-in from fchdir.m4.
Mon, 25 Jul 2011 23:38:11 +0200 Bruno Haible open: Move AC_LIBOBJ invocation to module description.
Mon, 25 Jul 2011 23:31:54 +0200 Bruno Haible open: Remove call-in from fchdir.m4.
Mon, 25 Jul 2011 23:23:14 +0200 Bruno Haible fchdir: Start to remove gl_REPLACE_* idiom.
Mon, 25 Jul 2011 09:21:22 -0700 Paul Eggert * lib/ftell.c (ftell): Comment out cast.
Mon, 25 Jul 2011 07:38:52 -0700 Paul Eggert close: use gl_REPLACE_FCLOSE only if defined
Sun, 24 Jul 2011 23:37:17 +0200 Jim Meyering test-select.h: avoid warning from gcc's -Wmissing-declarations
Sun, 24 Jul 2011 22:19:21 +0200 Bruno Haible doc: Mention the effects of AC_SYS_LARGEFILE.
Sun, 24 Jul 2011 22:05:01 +0200 Bruno Haible doc: Fix typo.
Sun, 24 Jul 2011 19:35:53 +0200 Bruno Haible doc: Mention fsusage.
Sun, 24 Jul 2011 19:23:58 +0200 Bruno Haible Reorder ChangeLog entries to match the order in which the changes went