log

age author description
Fri, 05 Nov 2010 08:03:34 -0600 Eric Blake copysign: enhance tests
Thu, 04 Nov 2010 15:53:52 -0600 Eric Blake ceil, floor, round, trunc: enhance tests of -0
Thu, 04 Nov 2010 12:29:27 -0600 Eric Blake frexp, tests: work around ICC bug with -zero
Thu, 04 Nov 2010 16:40:41 -0600 Eric Blake isnanl: work around icc bug
Wed, 03 Nov 2010 16:48:56 -0600 Eric Blake tests: fix compiler warnings
Wed, 03 Nov 2010 11:36:14 -0600 Eric Blake utimens: fix broken m4 test
Thu, 28 Oct 2010 23:26:26 +0200 Bruno Haible posix_spawn*, getdtablesize: Relax license.
Wed, 27 Oct 2010 10:32:22 -0700 Karl Berry autoupdate
Wed, 27 Oct 2010 02:59:47 +0200 Bruno Haible unistd: Refine workaround from 2009-12-23 against Cygwin bug.
Wed, 27 Oct 2010 02:53:42 +0200 Bruno Haible stdio: Work around compilation error due to renameat() on Solaris 10.
Tue, 26 Oct 2010 13:48:34 -0700 Paul Eggert renameat: port to Solaris 10, which declares renameat in unistd.h
Tue, 26 Oct 2010 08:57:35 -0600 Christian Weisgerber fdopendir: fix C89 compilation
Sun, 24 Oct 2010 10:11:16 -0700 Paul Eggert inttostr: simplify by removing unnecessary redundancy
Sat, 23 Oct 2010 14:50:38 +0200 Bruno Haible nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0.
Sat, 23 Oct 2010 13:38:11 +0200 Bruno Haible Tests: Fix LOCALE_JA on MirBSD 10.
Fri, 22 Oct 2010 12:42:17 -0700 Paul Eggert inttostr: revert most-recent change
Fri, 22 Oct 2010 11:14:17 -0700 Paul Eggert inttostr: simplify by removing unnecessary redundancy
Fri, 22 Oct 2010 01:59:15 +0200 Bruno Haible nl_langinfo test: Avoid test failure on NetBSD 5.
Thu, 21 Oct 2010 10:29:13 -0600 Eric Blake c-stack: work around libsigsegv 2.8 bug
Sun, 17 Oct 2010 23:23:01 +0200 Bruno Haible userspec: Drop redundant file.
Sun, 17 Oct 2010 22:15:52 +0200 Bruno Haible nl_langinfo tests: Silence some warnings.
Sun, 17 Oct 2010 16:04:04 +0200 Bruno Haible Make use of GCC's attribute __alloc_size__.
Sat, 16 Oct 2010 16:54:23 -0400 Joel E. Denny bootstrap: anchor .gitignore entries.
Sat, 16 Oct 2010 14:20:18 +0200 Bruno Haible nextafter: Fix configure check.
Sat, 16 Oct 2010 13:23:54 +0200 Bruno Haible Fix date in ChangeLog.
Sat, 16 Oct 2010 13:18:37 +0200 Bruno Haible termios: Update documentation.
Sat, 16 Oct 2010 03:04:19 +0200 Bruno Haible tests: Make them compile with TinyCC.
Fri, 15 Oct 2010 16:05:27 -0600 Eric Blake ignore-value: make header idempotent
Fri, 15 Oct 2010 20:12:52 +0200 Jim Meyering GNUmakefile: handle "stable" target, not "major"
Fri, 15 Oct 2010 15:43:57 +0200 Ludovic Courtès isnan: Add support for TinyCC
Fri, 15 Oct 2010 02:01:51 +0200 Bruno Haible vasnprintf: Don't set errno to 0.
Fri, 15 Oct 2010 00:41:56 +0200 Bruno Haible socketlib: Fix.
Wed, 13 Oct 2010 11:22:35 +0200 Jim Meyering test-select-stdin.c: avoid warn_unused_result warnings
Wed, 13 Oct 2010 22:11:31 +0200 Jim Meyering git-version-gen: do require git-VC'd files in cwd
Wed, 13 Oct 2010 20:49:40 -0700 Paul Eggert argv-iter: omit nonconforming declaration
Wed, 13 Oct 2010 14:54:00 -0600 Eric Blake termios: fix compilation on mingw
Wed, 13 Oct 2010 16:08:36 +0200 Jim Meyering git-version-gen: don't require that .git/ be in the current dir
Wed, 13 Oct 2010 10:15:38 +0200 Jim Meyering test-select: avoid warn_unused_result warnings
Wed, 13 Oct 2010 10:06:29 +0200 Jim Meyering test-symlinkat: remove declaration of unused local
Wed, 13 Oct 2010 10:02:17 +0200 Jim Meyering test-inttostr: avoid shadowing warnings
Tue, 12 Oct 2010 00:38:19 +0200 Bruno Haible stdlib: Allow multiple gnulib generated replacements to coexist.
Mon, 11 Oct 2010 22:29:19 +0200 Jim Meyering fix a documentation typo
Mon, 11 Oct 2010 13:54:45 -0600 Eric Blake futimens: work around Solaris 11 bug
Mon, 11 Oct 2010 10:49:52 -0700 Paul Eggert Indentation.
Mon, 11 Oct 2010 12:44:56 +0200 Jim Meyering test-futimens: avoid unwarranted test failure on Solaris 5.11
Sun, 10 Oct 2010 23:08:42 +0200 Bruno Haible Indentation.
Mon, 11 Oct 2010 10:17:12 +0200 Jim Meyering spawn.in.h: make indentation consistent with parentheses
Mon, 11 Oct 2010 15:02:01 +0700 Gary V. Vaughan Fix mismatched parens in previous commit
Sun, 10 Oct 2010 20:16:39 -0700 Paul Eggert rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
Sun, 10 Oct 2010 13:36:34 -0700 Paul Eggert prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)
Sat, 09 Oct 2010 05:45:51 -0700 Karl Berry autoupdate
Fri, 08 Oct 2010 17:15:47 -0600 Eric Blake time: enforce recent POSIX ruling that time_t is integral
Fri, 08 Oct 2010 18:42:59 +0200 Jim Meyering fdopendir: fix a bug on systems lacking openat and /proc support
Fri, 08 Oct 2010 22:01:50 +0200 Bruno Haible sys_select: Avoid warning due to undeclared memset() on OpenBSD 4.5.
Fri, 08 Oct 2010 21:52:56 +0200 Bruno Haible nanosleep: Make replacement POSIX compliant.
Fri, 08 Oct 2010 10:08:12 -0700 Paul Eggert bootstrap: add hook for altering gnulib.mk, for Bison
Fri, 08 Oct 2010 09:59:40 -0700 Paul Eggert bootstrap: reformat for readability
Fri, 08 Oct 2010 08:59:08 -0600 Eric Blake docs: update cygwin progress
Fri, 08 Oct 2010 07:35:42 -0700 Karl Berry autoupdate
Thu, 07 Oct 2010 23:15:00 +0200 Jim Meyering parse-datetime: avoid compilation failure on OpenBSD 4.7