log

age author description
Fri, 17 Aug 2007 23:13:57 +0000 Paul Eggert Import changes from coreutils for bootstrap script.
Wed, 15 Aug 2007 03:37:54 +0000 Ben Pfaff * lib/count-one-bits.h: Add comments. (From Bruno Haible.)
Fri, 10 Aug 2007 19:07:06 +0000 Paul Eggert * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
Fri, 10 Aug 2007 19:02:31 +0000 Paul Eggert * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
Wed, 08 Aug 2007 16:05:58 +0000 Eric Blake * lib/xstrtol-error.c: Add missing include.
Wed, 08 Aug 2007 12:45:54 +0000 Eric Blake Move xstrtol messages into gnulib domain, when --pobase is used.
Wed, 08 Aug 2007 06:43:35 +0000 Jim Meyering New function: mfile_name_concat.
Tue, 07 Aug 2007 22:26:23 +0000 Bruno Haible Avoid gcc warning: "__STDC_LIMIT_MACROS_TRIGGER" redefined
Tue, 07 Aug 2007 09:49:37 +0000 Simon Josefsson 2007-08-07 Simon Josefsson <simon@josefsson.org>
Mon, 06 Aug 2007 16:44:24 +0000 Paul Eggert * NEWS: Describe interface changes to human, xstrtol.
Mon, 06 Aug 2007 14:06:55 +0000 Simon Josefsson 2007-08-06 Simon Josefsson <simon@josefsson.org>
Tue, 31 Jul 2007 22:34:58 +0000 Bruno Haible Don't pretend that stdint.h conforms to C99 if it doesn't define WCHAR_MIN
Tue, 31 Jul 2007 22:15:00 +0000 Bruno Haible Use a slightly cleaner hack on BSD systems.
Tue, 31 Jul 2007 17:08:37 +0000 Jim Meyering In attribution, correct name spelling and adjust email address.
Tue, 31 Jul 2007 16:33:30 +0000 Jim Meyering Correct recent fts.c patch author attribution.
Mon, 30 Jul 2007 21:35:56 +0000 Bruno Haible Use the synonymous term LGPLv2+.
Mon, 30 Jul 2007 15:51:07 +0000 Karl Berry update from texinfo
Mon, 30 Jul 2007 12:16:34 +0000 Jim Meyering * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
Fri, 27 Jul 2007 08:49:41 +0000 Bruno Haible Revert last patch.
Thu, 26 Jul 2007 08:28:56 +0000 Bruno Haible Revert last patch.
Wed, 25 Jul 2007 22:42:36 +0000 Bruno Haible 2007-07-25 Jim Meyering <jim@meyering.net>
Wed, 25 Jul 2007 22:10:26 +0000 Karl Berry autoupdate
Wed, 25 Jul 2007 12:13:58 +0000 Karl Berry autoupdate
Wed, 25 Jul 2007 08:11:26 +0000 Bruno Haible Fix the include_next test so that it rejects AIX 4.3 xlc.
Wed, 25 Jul 2007 03:13:19 +0000 Ben Pfaff Improve name: "count-one-bits" is better than "popcount".
Tue, 24 Jul 2007 02:35:09 +0000 Ben Pfaff (popcount32): Reduce size of constants, to allow better code
Tue, 24 Jul 2007 02:13:14 +0000 Ben Pfaff * lib/popcount.h: Use verify_true instead of if...abort.
Mon, 23 Jul 2007 22:08:02 +0000 Bruno Haible Create .cvsignore files when creating a new directory.
Mon, 23 Jul 2007 18:43:38 +0000 Karl Berry update from texinfo
Mon, 23 Jul 2007 04:17:50 +0000 Ben Pfaff Use faster, branchless algorithm for non-GCC case.