log

age author description
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)