log

age author description
Thu, 31 Jan 2008 00:25:53 +0100 Andreas Schwab Fix autoconf test bug introduced on 2008-01-15.
Wed, 30 Jan 2008 11:58:29 -0800 Karl Berry log
Wed, 30 Jan 2008 11:57:21 -0800 Karl Berry try to preserve x bits
Wed, 30 Jan 2008 11:56:25 -0800 Karl Berry autoupdate
Tue, 29 Jan 2008 10:32:15 +0100 Jim Meyering vasnprintf.c: Avoid warning about unused label
Sat, 26 Jan 2008 15:56:47 +0100 Bruno Haible Add credits to ChangeLog entry.
Sat, 26 Jan 2008 15:45:42 +0100 Bruno Haible Use the GCC built-in __builtin_isnanl (if it works).
Sat, 26 Jan 2008 15:37:59 +0100 Bruno Haible Make use of GCC's __builtin_isnan.
Sat, 26 Jan 2008 13:23:24 +0100 Bruno Haible Use the GCC built-in when available.
Sat, 26 Jan 2008 15:17:58 +0100 Bruno Haible Rename isnan, applicable to 'double' only, to isnand.
Sat, 26 Jan 2008 02:26:52 +0100 Bruno Haible Exploit the __builtin_signbit GCC built-in.
Fri, 25 Jan 2008 21:52:02 +0100 Jim Meyering Prefer <config.h> over "config.h". See autoconf doc for explanation.
Fri, 25 Jan 2008 11:52:09 +0100 Simon Josefsson Add self-test for sockets module.
Thu, 24 Jan 2008 15:55:56 +0100 Simon Josefsson Add module sockets.
Thu, 24 Jan 2008 06:52:11 -0800 Karl Berry exec
Thu, 24 Jan 2008 06:51:43 -0800 Karl Berry autoupdate
Sat, 19 Jan 2008 17:51:32 -0800 Karl Berry autoupdate
Sun, 20 Jan 2008 00:09:59 +0100 Bruno Haible Rename two directories: headers -> posix-headers, functions -> posix-functions.
Sat, 19 Jan 2008 13:06:50 +0100 Bruno Haible Incorporate existing strcasestr doc into new doc structure.
Sat, 19 Jan 2008 12:59:00 +0100 Bruno Haible Incorporate existing memmem doc into new doc structure.
Sat, 19 Jan 2008 02:51:21 +0100 Bruno Haible New documentation of GNU libc functions.
Fri, 18 Jan 2008 02:14:04 +0100 Bruno Haible Fix a printf statement.
Thu, 17 Jan 2008 07:33:23 -0800 Karl Berry autoupdate
Thu, 17 Jan 2008 13:16:12 +0100 Simon Josefsson New module gethostname-tests.
Thu, 17 Jan 2008 11:07:41 +0100 Simon Josefsson Need string.h unconditionally, for strncpy or strcpy.
Wed, 16 Jan 2008 20:35:00 -0700 Eric Blake Convert c-strcasestr to be more efficient.
Wed, 16 Jan 2008 17:52:21 +0100 Paolo Bonzini * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
Wed, 16 Jan 2008 15:53:45 +0100 Simon Josefsson Disable secure memory in gc-libgcrypt.c.
Wed, 16 Jan 2008 15:01:09 +0100 Simon Josefsson Need string.h for strcpy in gethostname module.
Tue, 15 Jan 2008 16:32:59 -0800 Paul Eggert Fix problem with getdate on mingw32 reported by Simon Josefsson