log

age author description
Thu, 14 Sep 2006 00:53:04 +0000 Eric Blake * getopt.c: Fix typo in last commit.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Wed, 13 Sep 2006 21:19:34 +0000 Paul Eggert Log the Sep 9 change.
Wed, 13 Sep 2006 20:14:57 +0000 Paul Eggert * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
Wed, 13 Sep 2006 15:00:47 +0000 Bruno Haible Tweak for automake.
Tue, 12 Sep 2006 10:13:20 +0000 Jim Meyering * nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
Tue, 12 Sep 2006 09:07:17 +0000 Sergey Poznyakoff Update
Tue, 12 Sep 2006 09:06:40 +0000 Sergey Poznyakoff (argp_doc): Make sure NULL is not passed to dgettext
Tue, 12 Sep 2006 07:39:56 +0000 Karl Berry .
Mon, 11 Sep 2006 12:56:50 +0000 Karl Berry autoupdate
Mon, 11 Sep 2006 12:35:15 +0000 Bruno Haible mkdtemp can now use the full <inttypes.h>.
Sun, 10 Sep 2006 11:52:44 +0000 Sergey Poznyakoff Fix docstrings
Sun, 10 Sep 2006 11:52:24 +0000 Sergey Poznyakoff Update
Sun, 10 Sep 2006 11:51:42 +0000 Sergey Poznyakoff Move declarations of program_invocation_name and program_invocation_short_name to argp.h, so they are visible to user programs.
Sun, 10 Sep 2006 11:49:28 +0000 Sergey Poznyakoff (__argp_parse) [!_LIBC]: Make sure program_invocation_name and program_invocation_short_name are initialized.
Sun, 10 Sep 2006 07:40:00 +0000 Karl Berry .
Sat, 09 Sep 2006 19:28:14 +0000 Paul Eggert Undo latest change, since the fix was propagated into glibc.
Sat, 09 Sep 2006 19:02:08 +0000 Bruno Haible For libraries not built with libtool:
Sat, 09 Sep 2006 17:28:21 +0000 Sergey Poznyakoff Update
Sat, 09 Sep 2006 17:27:59 +0000 Sergey Poznyakoff (struct argp_option): Document the use of N_() wrappers.
Sat, 09 Sep 2006 15:58:58 +0000 Sergey Poznyakoff Update
Sat, 09 Sep 2006 15:58:47 +0000 Sergey Poznyakoff (struct argp): Document the N_("..") "\v" N_("..") convention. Text proposed by Bruno Haible.
Sat, 09 Sep 2006 07:40:53 +0000 Karl Berry .
Sat, 09 Sep 2006 05:38:06 +0000 Sergey Poznyakoff Make sure the string is always translated
Sat, 09 Sep 2006 05:14:25 +0000 Sergey Poznyakoff Depend on malloc
Sat, 09 Sep 2006 05:13:54 +0000 Sergey Poznyakoff Update
Sat, 09 Sep 2006 05:12:46 +0000 Sergey Poznyakoff (argp_doc): Split the untranslated doc string on '\v',
Fri, 08 Sep 2006 22:48:25 +0000 Paul Eggert * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
Fri, 08 Sep 2006 17:11:17 +0000 Paul Eggert * isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
Fri, 08 Sep 2006 12:26:34 +0000 Jim Meyering Don't make generated files read-only. That would bother too many
Fri, 08 Sep 2006 09:10:56 +0000 Jim Meyering Avoid new build failure on FreeBSD 6.0.
Thu, 07 Sep 2006 16:17:48 +0000 Paul Eggert Fix typo in previous change.
Thu, 07 Sep 2006 16:16:08 +0000 Paul Eggert * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
Thu, 07 Sep 2006 13:00:56 +0000 Bruno Haible A comment about automake-1.9b.
Thu, 07 Sep 2006 07:40:55 +0000 Karl Berry .
Thu, 07 Sep 2006 05:53:52 +0000 Jim Meyering Fix global typo in last change: use chmod u-w, not chmod u-x.
Wed, 06 Sep 2006 21:58:00 +0000 Jim Meyering Make generated files be read-only.
Wed, 06 Sep 2006 14:08:38 +0000 Bruno Haible _LIBADD is reserved for object files, not -L and -l options.
Wed, 06 Sep 2006 13:36:52 +0000 Karl Berry missed changelog entry
Wed, 06 Sep 2006 12:35:42 +0000 Bruno Haible Add support for LDFLAGS of the generated library.
Wed, 06 Sep 2006 12:22:29 +0000 Bruno Haible New modules 'striconv' and 'xstriconv'.
Wed, 06 Sep 2006 12:21:48 +0000 Bruno Haible New module 'xstriconv'.
Wed, 06 Sep 2006 12:21:39 +0000 Bruno Haible New module 'striconv'.
Wed, 06 Sep 2006 07:40:49 +0000 Karl Berry .
Tue, 05 Sep 2006 17:24:38 +0000 Ralf Wildenhues * argz_.h: Sync from Libtool.
Tue, 05 Sep 2006 12:32:42 +0000 Bruno Haible New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Tue, 05 Sep 2006 11:56:40 +0000 Bruno Haible (iconv_alloc): Realloc the final result, to throw away unused memory. haible-private
Tue, 05 Sep 2006 11:54:25 +0000 Bruno Haible (iconv_alloc): Handle the IRIX iconv behaviour.
Tue, 05 Sep 2006 11:51:57 +0000 Bruno Haible (iconv_alloc): Call iconv with 2xNULL arguments, also to flush the state
Tue, 05 Sep 2006 11:49:36 +0000 Bruno Haible (iconv_alloc): Call iconv with 4xNULL arguments initially, to reset the state.
Tue, 05 Sep 2006 11:48:30 +0000 Bruno Haible (iconv_alloc): No need to test for " && dest " at the end - dest is
Tue, 05 Sep 2006 11:47:33 +0000 Bruno Haible (iconv_alloc): Don't assume that malloc() or realloc(), when failing, sets
Tue, 05 Sep 2006 11:45:14 +0000 Bruno Haible (iconv_string): No need to save and restore errno when iconv_alloc succeeded.
Mon, 04 Sep 2006 12:45:56 +0000 Karl Berry (signed.m4, gettext.m4): changes not propagated
Mon, 04 Sep 2006 11:54:06 +0000 Bruno Haible Support for mingw DLLs.
Fri, 01 Sep 2006 19:54:35 +0000 Paul Eggert * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
Fri, 01 Sep 2006 19:49:22 +0000 Paul Eggert * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
Fri, 01 Sep 2006 15:17:11 +0000 Paul Eggert * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
Fri, 01 Sep 2006 11:57:26 +0000 Bruno Haible Improve maintainability.
Fri, 01 Sep 2006 08:04:11 +0000 Karl Berry .
Thu, 31 Aug 2006 22:29:00 +0000 Paul Eggert * modules/getloadavg (Files): Add m4/getloadavg.m4.
Thu, 31 Aug 2006 21:54:54 +0000 Paul Eggert * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
Thu, 31 Aug 2006 14:36:39 +0000 Eric Blake * gnulib-tool: Don't let emacs change spaces to TAB.
Thu, 31 Aug 2006 13:40:57 +0000 Bruno Haible Slightly change the output generated by --makefile-name.
Thu, 31 Aug 2006 13:11:23 +0000 Bruno Haible Fix problem when calling "gnulib-tool --update" on multiple directories.
Thu, 31 Aug 2006 08:03:18 +0000 Karl Berry .
Thu, 31 Aug 2006 07:00:50 +0000 Paul Eggert Work around a bug in both the Linux and SunOS 64-bit kernels:
Thu, 31 Aug 2006 04:52:03 +0000 Paul Eggert * isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid shadowing
Wed, 30 Aug 2006 18:13:34 +0000 Paul Eggert * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
Wed, 30 Aug 2006 08:04:47 +0000 Karl Berry .
Tue, 29 Aug 2006 20:32:07 +0000 Paul Eggert * modules/isapipe: New file.
Tue, 29 Aug 2006 16:58:34 +0000 Eric Blake * error.c (error_at_line, print_errno_message): Match libc, after
Tue, 29 Aug 2006 15:50:43 +0000 Jim Meyering * modules/configmake (Makefile.am): Make configmake.h depend on
Tue, 29 Aug 2006 15:44:02 +0000 Bruno Haible Prefer using configmake.h instead of augmenting DEFS.
Tue, 29 Aug 2006 14:25:00 +0000 Paul Eggert * modules/configmake (Makefile.am): Add a comment, and omit
Tue, 29 Aug 2006 09:42:21 +0000 Jim Meyering Fix typo: s/not/now/
Tue, 29 Aug 2006 08:05:48 +0000 Karl Berry .
Tue, 29 Aug 2006 06:15:19 +0000 Ralf Wildenhues Sync from Libtool:
Mon, 28 Aug 2006 22:59:17 +0000 Paul Eggert * lib/fcntl_.h: New file.
Mon, 28 Aug 2006 20:56:50 +0000 Eric Blake * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
Mon, 28 Aug 2006 20:42:17 +0000 Paul Eggert * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
Mon, 28 Aug 2006 19:39:49 +0000 Paul Eggert * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
Mon, 28 Aug 2006 18:41:49 +0000 Paul Eggert * modules/inttypes (Files): Add m4/inttypes-h.m4.
Mon, 28 Aug 2006 17:41:08 +0000 Eric Blake * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
Mon, 28 Aug 2006 16:57:51 +0000 Bruno Haible SCNX* macros don't exist.
Mon, 28 Aug 2006 16:04:14 +0000 Bruno Haible Do the INT_MAX check only where size_t is converted to 'int'.
Mon, 28 Aug 2006 16:01:30 +0000 Eric Blake * modules/inttypes (Depends-on): Fix sed error when inttypes.h
Mon, 28 Aug 2006 15:22:55 +0000 Bruno Haible New option --makefile-name.
Mon, 28 Aug 2006 15:21:25 +0000 Bruno Haible Reorder some statements.
Mon, 28 Aug 2006 15:20:22 +0000 Bruno Haible Small fix after --local-dir introduction.
Mon, 28 Aug 2006 15:14:35 +0000 Bruno Haible Save the --local-dir value in the cache file.
Mon, 28 Aug 2006 15:12:52 +0000 Bruno Haible Better error handling.
Mon, 28 Aug 2006 14:34:07 +0000 Bruno Haible BeOS portability.
Mon, 28 Aug 2006 13:14:09 +0000 Bruno Haible Avoid compiler warning.
Mon, 28 Aug 2006 13:04:33 +0000 Bruno Haible New module 'c-strstr'.
Mon, 28 Aug 2006 12:55:18 +0000 Bruno Haible Rewritten inttypes module.
Mon, 28 Aug 2006 12:54:47 +0000 Bruno Haible Rewritten inttypes module. New modules imaxabs, imaxdiv.
Mon, 28 Aug 2006 12:54:20 +0000 Bruno Haible New module 'imaxdiv'.
Mon, 28 Aug 2006 12:54:10 +0000 Bruno Haible New module 'imaxabs'.
Mon, 28 Aug 2006 12:53:57 +0000 Bruno Haible Rewritten 'inttypes' module.
Mon, 28 Aug 2006 05:52:44 +0000 Jim Meyering * visibility.texi: Actually read and correct the grammar of the
Sun, 27 Aug 2006 20:38:52 +0000 Jim Meyering * visibility.texi: Remove duplicate word: "pointer".
Sun, 27 Aug 2006 13:34:37 +0000 Karl Berry update from texinfo
Sat, 26 Aug 2006 08:04:43 +0000 Karl Berry .
Sat, 26 Aug 2006 06:39:32 +0000 Paul Eggert New config-h module, so that "make" output needn't be cluttered
Fri, 25 Aug 2006 23:14:53 +0000 Paul Eggert New configmake module, so that "make" output needn't be cluttered
Fri, 25 Aug 2006 08:04:58 +0000 Karl Berry .
Thu, 24 Aug 2006 20:15:12 +0000 Paul Eggert * MODULES.html.sh (Support for building libraries and executables):
Thu, 24 Aug 2006 13:48:29 +0000 Bruno Haible Test other subdirectory names than 'lib' and 'm4'.
Thu, 24 Aug 2006 12:19:24 +0000 Bruno Haible Fix HTML structure.
Thu, 24 Aug 2006 08:19:29 +0000 Karl Berry .
Thu, 24 Aug 2006 01:43:06 +0000 Paul Eggert Fix typo in previous log entry.
Wed, 23 Aug 2006 23:40:21 +0000 Paul Eggert * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
Wed, 23 Aug 2006 23:07:01 +0000 Paul Eggert * modules/openat (Depends-on): Add lstat.
Wed, 23 Aug 2006 20:56:08 +0000 Bruno Haible coreutils now uses gnulib-tool as well (in a particular way though...)
Wed, 23 Aug 2006 12:11:02 +0000 Bruno Haible Turn off MT for OSF/1 by default.
Wed, 23 Aug 2006 12:04:46 +0000 Bruno Haible Separate the "early" and the "normal" part of the macro.
Wed, 23 Aug 2006 08:05:03 +0000 Karl Berry .
Tue, 22 Aug 2006 21:16:36 +0000 Paul Eggert * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
Tue, 22 Aug 2006 20:02:09 +0000 Eric Blake * modules/regexprops-generic: New file.
Tue, 22 Aug 2006 19:38:57 +0000 Paul Eggert * srclist.txt: Remove gnupload, since coreutils now syncs from
Tue, 22 Aug 2006 18:57:52 +0000 Bruno Haible Make it possible to use lib_LTLIBRARIES in a snippet.
Tue, 22 Aug 2006 17:34:55 +0000 Paul Eggert * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
Tue, 22 Aug 2006 17:15:28 +0000 Paul Eggert Avoid the need for AC_LIBSOURCES in m4 macros.
Tue, 22 Aug 2006 14:57:59 +0000 Bruno Haible Add comments, suggested by Simon Josefsson.
Tue, 22 Aug 2006 13:23:55 +0000 Simon Josefsson Add gnupload module.
Tue, 22 Aug 2006 12:26:39 +0000 Jim Meyering * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
Tue, 22 Aug 2006 12:17:43 +0000 Bruno Haible A help2man wrapper script that avoids breaking the build in various situations.
Tue, 22 Aug 2006 10:22:52 +0000 Simon Josefsson 2006-08-22 Simon Josefsson <jas@extundo.com>
Tue, 22 Aug 2006 08:05:07 +0000 Karl Berry .
Mon, 21 Aug 2006 22:05:23 +0000 Paul Eggert BeOS portability.
Mon, 21 Aug 2006 21:46:31 +0000 Paul Eggert Avoid the need for AC_LIBSOURCES in m4 macros.
Mon, 21 Aug 2006 18:49:51 +0000 Bruno Haible Make it possible to install the generated library.
Mon, 21 Aug 2006 18:28:02 +0000 Bruno Haible Portability to BeOS.
Mon, 21 Aug 2006 18:18:25 +0000 Bruno Haible Don't create a $(pkgdatadir) if there's nothing to be installed in it.
Mon, 21 Aug 2006 13:30:55 +0000 Bruno Haible Make it work also with Solaris /bin/sh.
Mon, 21 Aug 2006 09:49:06 +0000 Jim Meyering * modules/openat (Depends-on): Really alphabetize.
Mon, 21 Aug 2006 08:30:27 +0000 Jim Meyering * modules/acl (Depends-on): Add error and quote.
Mon, 21 Aug 2006 08:21:32 +0000 Jim Meyering * check-module (find_included_lib_files): Add at-func.c to the
Mon, 21 Aug 2006 08:06:14 +0000 Karl Berry .
Mon, 21 Aug 2006 07:27:23 +0000 Jim Meyering * modules/openat (Depends-on): Add lstat. Alphabetize.
Mon, 21 Aug 2006 06:11:26 +0000 Paul Eggert Add and change modules to make it easier for coreutils to use
Sun, 20 Aug 2006 08:05:42 +0000 Karl Berry .
Sat, 19 Aug 2006 22:17:01 +0000 Paul Eggert * modules/openat (Files): Add lib/fchmodat.c.
Sat, 19 Aug 2006 17:48:02 +0000 Karl Berry autoupdate
Sat, 19 Aug 2006 08:05:04 +0000 Karl Berry .
Fri, 18 Aug 2006 19:40:32 +0000 Bruno Haible Less code, more comments.
Fri, 18 Aug 2006 19:38:58 +0000 Bruno Haible New module 'bison-i18n'.
Fri, 18 Aug 2006 19:37:45 +0000 Bruno Haible New module 'bison-i18n',
Fri, 18 Aug 2006 18:35:07 +0000 Paul Eggert * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
Fri, 18 Aug 2006 16:59:19 +0000 Paul Eggert * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
Fri, 18 Aug 2006 08:05:07 +0000 Karl Berry .
Thu, 17 Aug 2006 20:34:21 +0000 Paul Eggert Update from coreutils.
Thu, 17 Aug 2006 13:32:35 +0000 Karl Berry autoupdate
Wed, 16 Aug 2006 17:22:49 +0000 Paul Eggert (memcoll): Set errno = 0 in the shortcut case, too.
Wed, 16 Aug 2006 08:04:38 +0000 Karl Berry .
Tue, 15 Aug 2006 21:48:44 +0000 Paul Eggert * memcoll.c (memcoll): Optimize for the common case where the
Tue, 15 Aug 2006 21:48:33 +0000 Paul Eggert * regexprops-generic.texi: Add a copyright notice.
Tue, 15 Aug 2006 21:48:22 +0000 Paul Eggert * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
Tue, 15 Aug 2006 21:47:01 +0000 Paul Eggert (configure.ac): Add gl_CYCLE_CHECK.
Tue, 15 Aug 2006 11:53:54 +0000 Bruno Haible Change to LGPL.
Tue, 15 Aug 2006 11:52:39 +0000 Bruno Haible COPYING is not a module.
Tue, 15 Aug 2006 08:03:48 +0000 Karl Berry .
Tue, 15 Aug 2006 07:31:39 +0000 Jim Meyering Remove stray "x" before \input.
Mon, 14 Aug 2006 22:19:54 +0000 Paul Eggert Add copyright notices to long-enough files that lack them, since
Mon, 14 Aug 2006 22:10:20 +0000 Paul Eggert Change to version suggested by maintain.texi.
Mon, 14 Aug 2006 20:33:10 +0000 Karl Berry autoupdate
Mon, 14 Aug 2006 19:22:52 +0000 Paul Eggert Change to more-permissive notice.
Mon, 14 Aug 2006 19:08:24 +0000 Paul Eggert * users.txt: Add bison, diffutils, libprelude, prelude-lml,
Mon, 14 Aug 2006 18:28:31 +0000 Paul Eggert * check-module: Add copyright notice.
Mon, 14 Aug 2006 18:02:34 +0000 Paul Eggert maintained -> supported, since Solaris 7 is "supported" (e.g., you can
Mon, 14 Aug 2006 17:58:00 +0000 Paul Eggert * solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
Mon, 14 Aug 2006 16:08:25 +0000 Eric Blake * misc/error.c: Add space between program name and message if file
Mon, 14 Aug 2006 13:14:48 +0000 Karl Berry autoupdate
Mon, 14 Aug 2006 12:22:19 +0000 Bruno Haible Update copyright year.
Sun, 13 Aug 2006 18:42:29 +0000 Jim Meyering coreutils is using gnulib without gnulib-tool, for now.
Sat, 12 Aug 2006 22:37:45 +0000 Karl Berry originate in gnulib
Sat, 12 Aug 2006 12:50:51 +0000 Karl Berry texinfo
Fri, 11 Aug 2006 20:25:07 +0000 Paul Eggert * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
Fri, 11 Aug 2006 18:28:44 +0000 Paul Eggert * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
Fri, 11 Aug 2006 18:00:44 +0000 Bruno Haible Refine the tar CVS URL.
Fri, 11 Aug 2006 17:47:58 +0000 Paul Eggert Fix typo in previous checkin: len -> lenbuf.
Fri, 11 Aug 2006 17:42:19 +0000 Paul Eggert * snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
Fri, 11 Aug 2006 16:23:17 +0000 Eric Blake * users.txt: Sort. Add tar.
Fri, 11 Aug 2006 16:23:17 +0000 Eric Blake * users.txt: Sort. Add tar.
Fri, 11 Aug 2006 13:46:27 +0000 Simon Josefsson Add gss and libntlm.
Fri, 11 Aug 2006 13:21:19 +0000 Bruno Haible New file users.txt.
Fri, 11 Aug 2006 13:20:58 +0000 Bruno Haible Who uses gnulib?
Fri, 11 Aug 2006 13:09:44 +0000 Bruno Haible Work around the __VA_LIST__ in <wchar.h> problem on Tru64 with DTK compiler.
Fri, 11 Aug 2006 08:19:37 +0000 Karl Berry .
Fri, 11 Aug 2006 06:39:41 +0000 Ralf Wildenhues * Makefile (standards.info standards.html standards.dvi):
Thu, 10 Aug 2006 23:23:25 +0000 Paul Eggert Add Bruno Haible as maintainer for snprintf.
Thu, 10 Aug 2006 23:23:07 +0000 Paul Eggert Add Bruno Haible as maintainer.
Thu, 10 Aug 2006 20:08:01 +0000 Paul Eggert Import the following changes from libc:
Thu, 10 Aug 2006 19:32:38 +0000 Paul Eggert * modules/snprintf (Depends-on): Remove minmax.
Thu, 10 Aug 2006 15:55:25 +0000 Jim Meyering * cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
Thu, 10 Aug 2006 15:52:31 +0000 Jim Meyering * cycle-check.m4: New file.
Thu, 10 Aug 2006 15:05:20 +0000 Bruno Haible Apply last patch also to --create-testdir.
Thu, 10 Aug 2006 14:22:53 +0000 Eric Blake * gnulib-tool (func_import): Detect unexpanded macros in gnulib
Thu, 10 Aug 2006 13:40:17 +0000 Jim Meyering * modules/same-inode: New module.
Thu, 10 Aug 2006 13:30:55 +0000 Jim Meyering * modules/chown (Depends-on): Add stat-macros.
Thu, 10 Aug 2006 13:09:14 +0000 Eric Blake * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
Wed, 09 Aug 2006 23:21:09 +0000 Paul Eggert Regenerate.
Wed, 09 Aug 2006 22:52:40 +0000 Paul Eggert Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
Wed, 09 Aug 2006 22:27:27 +0000 Paul Eggert Sync from coreutils.
Wed, 09 Aug 2006 20:19:52 +0000 Karl Berry no more gettext-tools
Wed, 09 Aug 2006 13:28:36 +0000 Karl Berry autoupdate
Wed, 09 Aug 2006 08:04:58 +0000 Karl Berry .
Tue, 08 Aug 2006 22:00:44 +0000 Eric Blake * verror.c (verror_at_line): Work around glibc bug 2997, so that
Tue, 08 Aug 2006 16:15:45 +0000 Karl Berry karl locations
Tue, 08 Aug 2006 14:39:04 +0000 Eric Blake * modules/verror: New module.
Tue, 08 Aug 2006 14:37:39 +0000 Eric Blake * verror.h, verror.c: New files.
Tue, 08 Aug 2006 13:11:11 +0000 Bruno Haible Make the last patch more future-proof.
Tue, 08 Aug 2006 11:35:22 +0000 Bruno Haible Allow AC_REQUIREs in the configure.ac snippet.
Mon, 07 Aug 2006 12:17:26 +0000 Bruno Haible Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
Sun, 06 Aug 2006 12:36:47 +0000 Eric Blake * error.h: Fold in some upstream changes from glibc.
Sun, 06 Aug 2006 08:05:29 +0000 Karl Berry .
Fri, 04 Aug 2006 16:06:01 +0000 Bruno Haible Fix for "make -j 3".
Mon, 31 Jul 2006 16:09:08 +0000 Bruno Haible Assume the standard headers exist.
Mon, 31 Jul 2006 14:44:16 +0000 Bruno Haible Comment out macro invocation.
Mon, 31 Jul 2006 14:42:54 +0000 Bruno Haible Assume <string.h> exists.
Mon, 31 Jul 2006 11:40:40 +0000 Bruno Haible Install javaversion.class.
Mon, 31 Jul 2006 11:39:18 +0000 Bruno Haible Fix dependencies.
Mon, 31 Jul 2006 11:38:19 +0000 Bruno Haible Change license to LGPL.
Mon, 31 Jul 2006 11:37:23 +0000 Bruno Haible Clean core dumps.
Mon, 31 Jul 2006 11:36:29 +0000 Bruno Haible Improve autoconf_minversion detection.
Mon, 31 Jul 2006 11:35:20 +0000 Bruno Haible New option --no-libtool.
Sat, 29 Jul 2006 15:56:45 +0000 Bruno Haible Tweak error message about missing --doc-base.
Sat, 29 Jul 2006 15:34:58 +0000 Bruno Haible Module setenv must depend on module unistd, because unsetenv.c uses
Sat, 29 Jul 2006 14:38:53 +0000 Bruno Haible setenv.c comes from gettext / libiconv again.
Sat, 29 Jul 2006 13:29:02 +0000 Bruno Haible Make it possible to use a locally augmented gnulib.
Sat, 29 Jul 2006 13:18:04 +0000 Bruno Haible Support projects without a top-level Makefile.am.
Sat, 29 Jul 2006 13:14:42 +0000 Bruno Haible Remove the --assume-autoconf option.
Sat, 29 Jul 2006 13:10:38 +0000 Bruno Haible Avoid creating an empty doc directory.
Sat, 29 Jul 2006 13:04:18 +0000 Bruno Haible Split the --help output into several paragraphs.
Sat, 29 Jul 2006 12:55:43 +0000 Bruno Haible Revert the --help output reordering.
Sat, 29 Jul 2006 12:46:34 +0000 Bruno Haible Improve an error message.
Sat, 29 Jul 2006 00:03:36 +0000 Eric Blake * regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
Fri, 28 Jul 2006 17:32:33 +0000 Bruno Haible Oops, weird typos in last patch.
Fri, 28 Jul 2006 17:27:50 +0000 Simon Josefsson Use netinet_in module.