log

age author description
Wed, 11 Oct 2006 23:12:36 +0000 Paul Eggert * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
Wed, 11 Oct 2006 16:09:38 +0000 Bruno Haible Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
Wed, 11 Oct 2006 15:37:54 +0000 Bruno Haible Add comments.
Wed, 11 Oct 2006 12:48:10 +0000 Bruno Haible Make it possible to alias stpcpy and strdup.
Wed, 11 Oct 2006 12:40:44 +0000 Bruno Haible Make it possible to #define gcd to an alias.
Wed, 11 Oct 2006 12:39:18 +0000 Bruno Haible Make it possible to #define c_isascii etc. to aliases.
Wed, 11 Oct 2006 12:37:31 +0000 Bruno Haible Make it possible to #define set_program_name to an alias.
Wed, 11 Oct 2006 07:43:35 +0000 Karl Berry .
Wed, 11 Oct 2006 05:58:47 +0000 Paul Eggert Port to Tandem NSK OSS, which has 64-bit signed int but at most
Tue, 10 Oct 2006 13:09:59 +0000 Bruno Haible Reinstall the "tiny change" annotations.
Tue, 10 Oct 2006 12:48:57 +0000 Bruno Haible Avoid using the variable name 'index' for two completely different things.
Mon, 09 Oct 2006 21:20:20 +0000 Karl Berry autoupdate
Mon, 09 Oct 2006 20:24:37 +0000 Bruno Haible Prepend directory to more file names.
Mon, 09 Oct 2006 19:33:54 +0000 Paul Eggert * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
Mon, 09 Oct 2006 18:22:37 +0000 Paul Eggert Merge the ChangeLogs into one ChangeLog, at the root.
Mon, 09 Oct 2006 17:47:14 +0000 Paul Eggert Fix some dates and names in ChangeLog entries.
Mon, 09 Oct 2006 12:26:13 +0000 Bruno Haible Emphasize the drawbacks of the --symlink option.
Mon, 09 Oct 2006 12:15:39 +0000 Jim Meyering * fts-cycle.c (leave_dir): When "leaving" a top level directory due
Mon, 09 Oct 2006 11:50:09 +0000 Jim Meyering * lchown.c: Include <sys/stat.h> before "stat-macros.h".
Sun, 08 Oct 2006 07:41:44 +0000 Karl Berry .
Sun, 08 Oct 2006 07:29:24 +0000 Paul Eggert Give credit to bug reporter.
Sun, 08 Oct 2006 07:24:56 +0000 Paul Eggert Don't include <config.h> twice; this doesn't work in some cases,
Sat, 07 Oct 2006 18:57:13 +0000 Jim Meyering * modules/inttypes (inttypes.h): Revert what seems to have been
Sat, 07 Oct 2006 17:53:15 +0000 Bruno Haible Move Paolo's ChangeLog entry.
Sat, 07 Oct 2006 17:38:54 +0000 Eric Blake Fix ChangeLog typo
Thu, 21 Dec 2006 20:09:09 +0000 Bruno Haible Actually use the EQUAL macro. diff-merge
Mon, 18 Dec 2006 13:23:40 +0000 Bruno Haible Fix comment.
Mon, 18 Dec 2006 13:22:04 +0000 Bruno Haible Use diffseq.h.
Mon, 18 Dec 2006 13:21:20 +0000 Bruno Haible Make generic: New macro EXTRA_CONTEXT_FIELDS, NOTE_DELETE, NOTE_INSERT.
Mon, 18 Dec 2006 13:20:20 +0000 Bruno Haible Remove an unnecessary verification.
Mon, 18 Dec 2006 13:19:48 +0000 Bruno Haible Merge with fixes from gettext.
Mon, 18 Dec 2006 13:19:12 +0000 Bruno Haible Fix mistakes in previous revisions.
Sat, 07 Oct 2006 17:43:37 +0000 Bruno Haible Improve variable declaration order.
Sat, 07 Oct 2006 17:40:22 +0000 Bruno Haible Use MIN and MAX from minmax.h.
Sat, 07 Oct 2006 17:37:46 +0000 Bruno Haible Use IF_LINT.
Sat, 07 Oct 2006 17:36:15 +0000 Bruno Haible Use IF_LINT.
Sat, 07 Oct 2006 17:35:49 +0000 Bruno Haible Remove an IF_LINT that is probably not necessary any more.
Sat, 07 Oct 2006 17:30:09 +0000 Bruno Haible Make closer to fstrcmp.c: mostly comments, and declare only one variable per
Sat, 07 Oct 2006 17:28:57 +0000 Bruno Haible Make closer to diffseq.h: mostly comments and variable declaration style.
Sat, 07 Oct 2006 17:04:01 +0000 Bruno Haible Fix FSF address.
Sat, 07 Oct 2006 16:52:57 +0000 Bruno Haible Make multithread-safe.
Sat, 07 Oct 2006 16:52:38 +0000 Bruno Haible Move USE_HEURISTIC comment.
Sat, 07 Oct 2006 16:40:41 +0000 Bruno Haible Make the heuristic dependent on USE_HEURISTIC and the variable 'heuristic'.
Sat, 07 Oct 2006 16:25:52 +0000 Bruno Haible Update comments. Talk about vectors instead of files/strings, and about
Sat, 07 Oct 2006 16:07:31 +0000 Bruno Haible Make generic: introduce OFFSET_MAX.
Sat, 07 Oct 2006 16:03:25 +0000 Bruno Haible Modernize the coding style.
Sat, 07 Oct 2006 15:54:15 +0000 Bruno Haible Update comments for use of 'bool'.
Sat, 07 Oct 2006 15:53:27 +0000 Bruno Haible Use bool.
Sat, 07 Oct 2006 15:47:37 +0000 Bruno Haible Make generic: introduce type parameters.
Sat, 07 Oct 2006 15:28:13 +0000 Bruno Haible Move the heart of the diff algorithm from analyze.c to diffseq.h.
Sat, 07 Oct 2006 15:21:52 +0000 Bruno Haible Live on the diff-merge branch, not on HEAD.
Sat, 07 Oct 2006 15:20:20 +0000 Bruno Haible Difference of two sequences.
Sat, 07 Oct 2006 15:19:14 +0000 Bruno Haible Fuzzy string comparison.
Sat, 07 Oct 2006 15:18:43 +0000 Bruno Haible Taken from diffutils/src/analyze.c
Sat, 07 Oct 2006 15:09:14 +0000 Bruno Haible Comment changes.
Sat, 07 Oct 2006 14:54:51 +0000 Bruno Haible Mark generated files as "DO NOT EDIT".
Sat, 07 Oct 2006 14:47:21 +0000 Bruno Haible New module 'sublist'.
Sat, 07 Oct 2006 07:42:41 +0000 Karl Berry .
Sat, 07 Oct 2006 07:07:34 +0000 Paul Eggert * mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
Fri, 06 Oct 2006 23:13:53 +0000 Eric Blake * clean-temp.h (close_stream_temp): New declaration.
Fri, 06 Oct 2006 23:11:25 +0000 Eric Blake Define several macros for use by the clean-temp module.
Fri, 06 Oct 2006 21:37:28 +0000 Bruno Haible Return an error indicator.
Fri, 06 Oct 2006 21:20:20 +0000 Bruno Haible Provide a fallback for PATH_MAX.
Fri, 06 Oct 2006 13:59:10 +0000 Jim Meyering [ChangeLog]
Fri, 06 Oct 2006 13:32:11 +0000 Bruno Haible Ensure temp file is closed before its directory is removed.
Fri, 06 Oct 2006 12:17:22 +0000 Bruno Haible Have clean-temp register file open descriptors to temporary files.
Fri, 06 Oct 2006 12:06:07 +0000 Bruno Haible Add bounded list search operations.
Thu, 05 Oct 2006 22:49:57 +0000 Paul Eggert [lib/ChangeLog]
Thu, 05 Oct 2006 21:38:10 +0000 Paul Eggert [lib/ChangeLog]
Thu, 05 Oct 2006 21:26:52 +0000 Karl Berry update from texinfo
Thu, 05 Oct 2006 21:23:20 +0000 Paul Eggert Remove macros that are no longer needed now that stdint.h is
Thu, 05 Oct 2006 12:45:16 +0000 Bruno Haible Add searching operations, limited to a subsequence of the list.
Thu, 05 Oct 2006 12:40:48 +0000 Bruno Haible Handle the Woe32 SIGBREAK too.
Wed, 04 Oct 2006 17:28:15 +0000 Bruno Haible Add a search_atleast operation.
Wed, 04 Oct 2006 17:21:22 +0000 Jim Meyering * fts.c (fts_open): Tiny comment change.
Wed, 04 Oct 2006 17:00:21 +0000 Bruno Haible Whitespace normalization.
Wed, 04 Oct 2006 16:59:33 +0000 Bruno Haible Fix a weird typo.
Wed, 04 Oct 2006 16:56:38 +0000 Bruno Haible Fix return type.
Wed, 04 Oct 2006 16:54:24 +0000 Bruno Haible Comment fixes.
Wed, 04 Oct 2006 16:38:45 +0000 Bruno Haible Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
Wed, 04 Oct 2006 08:24:26 +0000 Jim Meyering 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>
Tue, 03 Oct 2006 07:41:39 +0000 Karl Berry .
Tue, 03 Oct 2006 06:33:39 +0000 Paul Eggert * quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
Tue, 03 Oct 2006 04:12:40 +0000 Eric Blake * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
Tue, 03 Oct 2006 04:01:46 +0000 Eric Blake * modules/strnlen (Depends-on): Add extensions.
Mon, 02 Oct 2006 11:40:10 +0000 Bruno Haible Don't use no-dependencies, since it's not the default in automake.
Sat, 30 Sep 2006 07:38:29 +0000 Karl Berry .
Sat, 30 Sep 2006 00:37:48 +0000 Paul Eggert [lib/ChangeLog]
Fri, 29 Sep 2006 13:44:52 +0000 Bruno Haible New function fwriteerror_no_ebadf.
Fri, 29 Sep 2006 07:39:02 +0000 Karl Berry .
Thu, 28 Sep 2006 21:59:59 +0000 Bruno Haible sed now also uses gnulib.
Thu, 28 Sep 2006 20:52:13 +0000 Bruno Haible Simplify and document.
Thu, 28 Sep 2006 20:18:27 +0000 Bruno Haible Avoid gcc warning at configure time.
Thu, 28 Sep 2006 20:00:51 +0000 Bruno Haible Use the stdint module.
Thu, 28 Sep 2006 19:58:33 +0000 Paolo Bonzini 2006-09-28 Paolo Bonzini <bonzini@gnu.org>
Thu, 28 Sep 2006 16:27:11 +0000 Jim Meyering fix typo
Thu, 28 Sep 2006 12:18:58 +0000 Jim Meyering * mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
Thu, 28 Sep 2006 11:16:05 +0000 Jim Meyering [lib/ChangeLog]
Wed, 27 Sep 2006 18:25:47 +0000 Paul Eggert * canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
Wed, 27 Sep 2006 17:59:19 +0000 Paul Eggert [lib/ChangeLog]
Wed, 27 Sep 2006 07:37:50 +0000 Karl Berry .
Tue, 26 Sep 2006 23:33:11 +0000 Paul Eggert [ChangeLog]
Tue, 26 Sep 2006 22:29:19 +0000 Karl Berry autoupdate
Tue, 26 Sep 2006 21:01:42 +0000 Bruno Haible Tweak last patch, for symmetry.
Tue, 26 Sep 2006 20:14:43 +0000 Eric Blake * verror.c: Include <config.h> unconditionally.
Tue, 26 Sep 2006 10:30:06 +0000 Jim Meyering * acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
Tue, 26 Sep 2006 09:53:21 +0000 Karl Berry .
Tue, 26 Sep 2006 06:36:30 +0000 Paul Eggert [ChangeLog]
Mon, 25 Sep 2006 21:20:54 +0000 Eric Blake * gnulib-tool (func_import, func_create_testdir): Fix typos in
Mon, 25 Sep 2006 21:03:05 +0000 Ralf Wildenhues * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
Mon, 25 Sep 2006 17:35:50 +0000 Ralf Wildenhues * modules/clock-time: New module.
Mon, 25 Sep 2006 17:34:56 +0000 Ralf Wildenhues * modules/fts-lgpl: Depend on openat.
Mon, 25 Sep 2006 16:08:26 +0000 Jim Meyering add "the" in a comment
Mon, 25 Sep 2006 14:40:44 +0000 Bruno Haible Ensure stpncpy() is declared.
Mon, 25 Sep 2006 13:02:15 +0000 Jim Meyering * fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
Mon, 25 Sep 2006 11:58:08 +0000 Bruno Haible Oops, update error message also.
Sun, 24 Sep 2006 07:46:06 +0000 Karl Berry .
Sun, 24 Sep 2006 06:53:01 +0000 Jim Meyering *** empty log message ***
Sun, 24 Sep 2006 06:49:03 +0000 Jim Meyering * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
Fri, 22 Sep 2006 20:10:26 +0000 Bruno Haible Avoid warning at configure time with "gcc -Wall".