log

age author description
Sat, 22 Jul 2006 13:18:28 +0000 Bruno Haible Update to GNU gettext 0.15.
Sat, 22 Jul 2006 13:17:45 +0000 Bruno Haible Renamed to inttypes-h.m4.
Sat, 22 Jul 2006 13:17:22 +0000 Bruno Haible From GNU gettext-0.15. Was earlier called inttypes.h,
Sat, 22 Jul 2006 13:13:09 +0000 Bruno Haible Upgrade to gettext-0.15.
Sat, 22 Jul 2006 10:13:57 +0000 Simon Josefsson 2006-07-22 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
Sat, 22 Jul 2006 08:06:12 +0000 Karl Berry .
Fri, 21 Jul 2006 13:06:22 +0000 Eric Blake * modules/stdlib-safer: New file.
Fri, 21 Jul 2006 13:06:05 +0000 Eric Blake * stdlib-safer.h: New file from coreutils, required by
Fri, 21 Jul 2006 08:03:39 +0000 Karl Berry .
Thu, 20 Jul 2006 17:32:20 +0000 Bruno Haible Fix HTML syntax.
Thu, 20 Jul 2006 17:23:06 +0000 Bruno Haible Fix HTML syntax.
Thu, 20 Jul 2006 16:53:35 +0000 Paul Eggert * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
Thu, 20 Jul 2006 14:51:57 +0000 Bruno Haible Add option --assume-autoconf. Default is back to 2.59.
Thu, 20 Jul 2006 14:22:07 +0000 Bruno Haible Reorder tests in doc-base patch.
Wed, 19 Jul 2006 21:59:39 +0000 Derek R. Price Correct ChangeLog.
Wed, 19 Jul 2006 21:59:10 +0000 Derek R. Price * lib/getaddrinfo.h: Reindent and repaginate.
Wed, 19 Jul 2006 21:51:37 +0000 Derek R. Price * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
Wed, 19 Jul 2006 21:48:14 +0000 Derek R. Price * gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
Tue, 18 Jul 2006 11:29:44 +0000 Bruno Haible Complete comments.
Tue, 18 Jul 2006 11:29:26 +0000 Bruno Haible Fix specification header include.
Tue, 18 Jul 2006 08:05:17 +0000 Karl Berry .
Mon, 17 Jul 2006 11:34:58 +0000 Bruno Haible New modules for lists and ordered sets.
Mon, 17 Jul 2006 11:34:23 +0000 Bruno Haible Abstract list data type.
Mon, 17 Jul 2006 11:34:01 +0000 Bruno Haible Abstract ordered set data type.
Mon, 17 Jul 2006 11:32:55 +0000 Bruno Haible Ordered set data type implemented by a binary tree.
Mon, 17 Jul 2006 11:31:28 +0000 Bruno Haible Sequential list data type implemented by a hash table with a binary tree.
Mon, 17 Jul 2006 11:30:58 +0000 Bruno Haible Sequential list data type implemented by a binary tree.
Mon, 17 Jul 2006 11:30:30 +0000 Bruno Haible Sequential list data type implemented by a hash table with a linked list.
Mon, 17 Jul 2006 11:30:07 +0000 Bruno Haible Sequential list data type implemented by a linked list.
Mon, 17 Jul 2006 11:29:21 +0000 Bruno Haible Sequential list data type implemented by a circular array.