log

age author description
Thu, 07 Feb 2008 02:12:24 +0100 Bruno Haible Tweak ChangeLog entry.
Thu, 07 Feb 2008 02:08:13 +0100 Bruno Haible Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
Thu, 07 Feb 2008 01:47:53 +0100 Bruno Haible Fix bug introduced on 2008-01-26.
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.
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
Wed, 16 Jan 2008 00:21:10 +0100 Bruno Haible Work around a MacOS X 10.5 bug in frexpl().
Mon, 14 Jan 2008 21:00:56 -0700 Eric Blake Touch up previous patch.
Thu, 10 Jan 2008 22:22:51 -0700 Eric Blake Convert strcasestr module to use Two-Way algorithm.
Tue, 15 Jan 2008 02:25:14 +0100 Bruno Haible Replace strsignal if it does not work fine.
Mon, 14 Jan 2008 23:43:46 +0100 Bruno Haible Fix documentation of include file.
Mon, 14 Jan 2008 23:35:44 +0100 Colin Watson Make the functions argp_error, argp_failure known to xgettext.
Mon, 14 Jan 2008 07:57:42 -0800 Karl Berry autoupdate
Mon, 14 Jan 2008 11:11:25 +0100 Bruno Haible Typo in comment.
Mon, 14 Jan 2008 00:27:28 +0100 Colin Watson Tests for module 'strsignal'.
Mon, 14 Jan 2008 00:26:30 +0100 Colin Watson New module 'strsignal'.
Sun, 13 Jan 2008 14:09:07 -0700 Eric Blake Restore executable bits.
Sun, 13 Jan 2008 17:46:31 +0100 Bruno Haible Avoid unsupported locales on OpenBSD.
Sun, 13 Jan 2008 16:51:48 +0100 Bruno Haible Don't redefine __attribute__ without a need.
Sun, 13 Jan 2008 07:16:33 -0800 Karl Berry autoupdate
Sat, 12 Jan 2008 16:28:52 +0100 Bruno Haible Add documentation chapter about the glibc header files.
Sat, 12 Jan 2008 09:52:42 +0100 Jim Meyering announce-gen: emit Gnulib's git-based version string.
Sat, 12 Jan 2008 08:54:48 +0100 Jim Meyering * build-aux/announce-gen: Also check for lzma-compressed files.
Sat, 12 Jan 2008 01:14:37 +0100 Bruno Haible Increase the maximum allowed time for the test.
Sat, 12 Jan 2008 01:07:11 +0100 Bruno Haible More notes about specific platforms.
Thu, 10 Jan 2008 20:54:39 -0700 Eric Blake fix typo
Thu, 10 Jan 2008 20:44:14 -0700 Eric Blake * m4/strstr.m4: Delete cruft from copy-n-paste.
Fri, 11 Jan 2008 03:57:18 +0100 Bruno Haible Make c-strstr rely on strstr.
Fri, 11 Jan 2008 03:42:54 +0100 Bruno Haible Add documentation for the c-* modules.
Fri, 11 Jan 2008 00:36:17 +0100 Eric Blake Fix a comment.
Thu, 10 Jan 2008 12:06:35 -0700 Eric Blake Share two-way algorithm.
Thu, 10 Jan 2008 07:38:11 -0700 Eric Blake Avoid quadratic strstr implementations.
Thu, 10 Jan 2008 11:12:06 +0100 Bruno Haible Make it possible to avoid all memory leaks when calling relocate().
Thu, 10 Jan 2008 10:56:41 +0100 Bruno Haible Update copyright year.
Thu, 10 Jan 2008 10:16:08 +0100 Colin Watson * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
Thu, 10 Jan 2008 02:52:02 +0100 Bruno Haible Small tweaks to memmem module.
Thu, 10 Jan 2008 02:46:55 +0100 Bruno Haible Work around OpenBSD 4.0 tdelete() bug.
Thu, 10 Jan 2008 02:36:58 +0100 Bruno Haible Fix test failure on OpenBSD 4.0.
Thu, 10 Jan 2008 02:27:54 +0100 Bruno Haible Undo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.
Wed, 09 Jan 2008 17:22:52 -0800 Paul Eggert gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Wed, 09 Jan 2008 10:19:13 -0700 Eric Blake Add memmem-simple module.
Tue, 08 Jan 2008 17:15:27 -0700 Eric Blake Give gcc some memmem optimization hints.
Wed, 09 Jan 2008 07:18:35 +0100 Ralf Wildenhues Support AIX 6.1 and higher.
Wed, 09 Jan 2008 02:15:36 +0100 Bruno Haible Handle the particular PRIdMAX values on MacOS X and mingw.
Wed, 09 Jan 2008 01:17:12 +0100 Bruno Haible Add missing module dependencies.
Tue, 08 Jan 2008 23:54:30 +0100 Bruno Haible Document the knuth_morris_pratt calling convention better.
Tue, 08 Jan 2008 17:40:59 +0100 Bruno Haible Detect wcwidth bug on OpenBSD 4.0.
Sat, 05 Jan 2008 14:09:11 -0700 Eric Blake Rewrite memmem to guarantee linear complexity without malloc.
Tue, 08 Jan 2008 11:43:00 +0100 Bruno Haible Remove unnecessary TESTS_ENVIRONMENT setting.
Tue, 08 Jan 2008 09:53:53 +0100 Mike Frysinger Add a configure time option: --disable-acl.
Tue, 08 Jan 2008 09:09:18 +0100 Simon Josefsson Update localename-tests for setenv changes.
Tue, 08 Jan 2008 08:15:44 +0100 Ralf Wildenhues * DEPENDENCIES: Require Texinfo version 4.6 or newer.
Tue, 08 Jan 2008 02:53:46 +0100 Colin Watson Add man-db.
Tue, 08 Jan 2008 02:24:39 +0100 Bruno Haible No need to drop periods from section names.
Tue, 08 Jan 2008 02:16:21 +0100 Bruno Haible Don't strip off a leading "lt-" prefix outside a .libs directory.
Tue, 08 Jan 2008 00:28:30 +0100 Bruno Haible Improve memory cleanup in 'relocatable' module.
Mon, 07 Jan 2008 23:29:52 +0100 Bruno Haible Relax test, so that it passes on older glibc systems.
Mon, 07 Jan 2008 22:44:38 +0100 Ralf Wildenhues autoupdate.
Sat, 05 Jan 2008 06:29:33 -0800 Karl Berry autoupdate
Sat, 05 Jan 2008 04:47:24 -0700 Eric Blake Avoid quadratic system memmem.
Sat, 05 Jan 2008 04:47:05 -0700 Eric Blake Fix memmem test for mingw.
Sat, 05 Jan 2008 00:29:12 +0100 Bruno Haible Fix bug introduced on 2007-12-02.
Fri, 04 Jan 2008 15:19:34 -0700 Eric Blake Shorten duration of memmem test.
Fri, 04 Jan 2008 15:44:57 +0100 Simon Josefsson Modules intprops and string needed by relocatable-prog-wrapper.
Fri, 04 Jan 2008 00:57:29 +0100 Bruno Haible New section 'Localization'.
Fri, 04 Jan 2008 00:24:10 +0100 Bruno Haible Treat untyped memory as an 'unsigned char' array.
Fri, 04 Jan 2008 00:22:45 +0100 Bruno Haible Fix formatting of a ChangeLog entry.
Wed, 02 Jan 2008 10:00:47 +0100 Jim Meyering lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
Mon, 31 Dec 2007 15:34:15 -0800 Karl Berry missed ChangeLog for doc change yesterday
Mon, 31 Dec 2007 14:00:17 +0100 Jim Meyering Avoid use of private FTS type name.
Mon, 31 Dec 2007 11:57:16 +0100 Bruno Haible Unify 5 copies of the KMP code.
Mon, 31 Dec 2007 11:55:46 +0100 Bruno Haible Don't define xmmalloca if not needed.
Mon, 31 Dec 2007 11:54:37 +0100 Bruno Haible New macro xnmalloca.
Mon, 31 Dec 2007 11:53:40 +0100 Bruno Haible Protect against integer overflow in malloca() calls.
Mon, 31 Dec 2007 11:51:57 +0100 Bruno Haible Ensure that 'glob' stays under LGPLv2+.
Mon, 31 Dec 2007 11:51:15 +0100 Bruno Haible Change license to LGPLv2+.