log

age author description
Wed, 06 Feb 2008 23:58:36 +0100 Bruno Haible Fix bug introduced on 2007-06-10.
Tue, 05 Feb 2008 10:24:16 -0800 Karl Berry autoupdate
Sun, 03 Feb 2008 09:15:52 +0100 Peter O'Gorman getloadavg: use libperfstat on AIX5
Sun, 03 Feb 2008 21:06:40 +0100 Bruno Haible Add comments about required includes.
Sat, 02 Feb 2008 03:41:28 +0100 Bruno Haible users.txt: Add gnuit.
Thu, 31 Jan 2008 23:37:55 +0100 Bruno Haible Mark set_uint32 function as 'inline'.
Thu, 31 Jan 2008 14:32:19 +0100 Jim Meyering Use "sizeof VAR", rather than a literal "4".
Thu, 31 Jan 2008 13:59:31 +0100 Simon Josefsson Fix typo. Suggested by Jim.
Thu, 31 Jan 2008 13:59:03 +0100 Simon Josefsson Add sha1 self test.
Thu, 31 Jan 2008 13:57:17 +0100 Simon Josefsson Add SHA1_DIGEST_SIZE #define to sha1.h.
Thu, 31 Jan 2008 13:04:07 +0100 Jim Meyering Prefer "sizeof v" over the equivalent "4".
Thu, 31 Jan 2008 11:13:04 +0100 Jim Meyering vc-list-files: new module
Thu, 31 Jan 2008 11:13:13 +0100 Simon Josefsson sha1.c (set_uint32): Mark function as static.
Thu, 31 Jan 2008 11:10:36 +0100 Simon Josefsson md2: clarify comments to say that alignment is not required.
Thu, 31 Jan 2008 11:08:05 +0100 Simon Josefsson md4: adapt alignment constraint fix from sha1.
Thu, 31 Jan 2008 11:05:46 +0100 Simon Josefsson md5: adapt alignment constraint fix from sha1.
Wed, 30 Jan 2008 13:36:13 +0100 Peter Palfrader sha1: remove the result buffer alignment constraint
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.