log

age author description
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
Thu, 07 Oct 2010 08:42:24 -0600 Eric Blake docs: update cygwin progress
Thu, 07 Oct 2010 08:06:44 -0600 Eric Blake docs: update parse-datetime history
Thu, 07 Oct 2010 07:51:31 -0600 Eric Blake cygwin: use more robust version check
Thu, 07 Oct 2010 00:52:15 +0200 Bruno Haible string, sys_select: Avoid #including large headers unless necessary.
Tue, 05 Oct 2010 16:39:32 -0600 Eric Blake memmem, strstr, strcasestr: fix bug with long periodic needle
Tue, 05 Oct 2010 15:14:51 -0600 Eric Blake maint: fix order of ChangeLog entries
Tue, 05 Oct 2010 13:51:12 -0700 Paul Eggert parse-datetime: do some more renaming
Tue, 05 Oct 2010 11:40:11 -0600 Eric Blake parse-datetime: better name than get_date
Tue, 05 Oct 2010 09:29:28 -0700 Paul Eggert more ports to Solaris tr, which needs [] around ranges
Tue, 05 Oct 2010 09:42:06 -0600 Eric Blake bootstrap: fix Solaris regression
Tue, 05 Oct 2010 06:35:44 -0600 Eric Blake bootstrap: work with pkg-config
Tue, 05 Oct 2010 08:06:50 -0600 Eric Blake faccessat: remove unused wrappers
Tue, 05 Oct 2010 12:44:20 +0200 Jim Meyering tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@
Tue, 05 Oct 2010 02:30:24 +0200 Bruno Haible gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library.
Tue, 05 Oct 2010 03:19:16 +0200 Bruno Haible threadlib: Make option --with-libpth-prefix work.