Change xreadlink module to use areadlink.
[gnulib.git] / ChangeLog
index da49d88..13c922f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,481 @@
+2007-09-29  Bruno Haible  <bruno@clisp.org>
+
+       * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
+       * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
+       * build-aux/install-reloc: Compile also areadlink.c.
+       * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
+
+2007-09-29  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_initmacro_done): Indentation.
+
+2007-09-29  Bruno Haible  <bruno@clisp.org>
+
+       * README: Add CVS checkout update instructions.
+       Info from Bob Proulx <bob@proulx.com>.
+
+2007-09-28  Eric Blake  <ebb9@byu.net>
+
+       Provide move-if-change.
+       * build-aux/move-if-change: New file, based on best practice
+       rather than any canonical upstream location.
+
+2007-09-28  Jim Meyering  <jim@meyering.net>
+
+       Fix canonicalize loop-detection corner case.
+       Do not attempt to stat the symlink values stored via seen_triple.
+       Without this, coreutils' tests/misc/readlink-fp-loop test would fail
+       on linux-2.6.18, (but not 2.6.22).
+       * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
+       triple_compare.  The former compares dev,ino,filename, while the latter
+       would actually stat dirname(filename) when dev and ino were equal.
+       * lib/hash-triple.c: Install <string.h>.
+       (STREQ): Define.
+       (triple_compare_ino_str): New function.
+       * lib/hash-triple.h (triple_compare_ino_str): Declare it.
+
+2007-09-28  Eric Blake  <ebb9@byu.net>
+
+       Enforce that AC_REPLACE_FUNCS files exist.
+       * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
+       override check for typos.
+
+       Fix test-closein on Solaris 10.
+       * tests/test-closein.c (main): Don't assume stdin can be inherited
+       closed on all systems.
+       * tests/test-closein.sh: Likewise.
+       Reported by Piotr Tarnowski.
+
+2007-09-28  Jim Meyering  <jim@meyering.net>
+
+       * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
+
+2007-09-27  Jim Meyering  <jim@meyering.net>
+
+       canonicalize: Avoid a false-positive cycle failure.
+       * modules/canonicalize (Depends-on): Add file-set and hash-triple.
+       Sort.  Remove cycle-check.
+       * lib/canonicalize.c: Include file-set.h and hash-triple.h,
+       not cycle-check.h.
+       (seen_triple): New function.
+       (canonicalize_filename_mode): Use it instead of cycle-check.
+       * tests/test-canonicalize.c: Add a test for this bug.
+       * tests/test-canonicalize.sh: Set up and run the test.
+
+       New module, file-set, from coreutils.
+       * modules/file-set: Define it.
+       * lib/file-set.c, lib/file-set.h: Implement.
+
+       New module, hash-triple, from coreutils.
+       * modules/hash-triple: Define it.
+       * lib/hash-triple.c, lib/hash-triple.h: Implement.
+
+2007-09-25  Eric Blake  <ebb9@byu.net>
+
+       Fix strerror on Interix.
+       * lib/string_.h (strerror): Declare replacement.
+       * doc/functions/strerror.texi (strerror): Document the Interix
+       shortcoming.
+       * modules/string (Makefile.am): Support new hooks.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
+       * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
+       gl_FUNC_STRERROR_SEPARATE.
+       (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
+       * lib/strerror.c (rpl_strerror): Provide replacement.
+       * modules/strerror (Depends-on): Add string.
+       (configure.ac): Detect use of module.
+       * tests/test-strerror.c: New file.
+       * modules/strerror-tests: New test module.
+       * modules/argp (Depends-on): Add strerror.
+       * modules/error (Depends-on): Likewise.
+       Reported by Martin Koeppe.
+
+2007-09-24  Bruno Haible  <bruno@clisp.org>
+
+       * README: Update git instructions.
+
+2007-09-24  Eric Blake  <ebb9@byu.net>
+
+       Revert fpending breakage from 2007-09-08.
+       * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
+       __fpending.c.
+
+2007-09-24  Jim Meyering  <jim@meyering.net>
+
+       filenamecat.c: Add a test.
+       * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
+       showing how the function works when DIR is the empty string.
+
+2007-09-21  Simon Josefsson  <simon@josefsson.org>
+
+       * tests/test-canonicalize.sh: Turn on executable bit.
+
+2007-09-19  Eric Blake  <ebb9@byu.net>
+
+       * README: Update CVS instructions.
+
+2007-09-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/areadlink: New file.
+       * lib/areadlink.h (areadlink): New declaration.
+       * lib/areadlink.c: New file, based on lib/xreadlink.c.
+
+2007-09-17  Jim Meyering  <jim@meyering.net>
+
+       * lib/savewd.c (ESTALE) [!defined]: Define.
+       Reported to be required on Interix by Martin Koeppe.
+
+2007-09-17  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_version): Use $version.
+
+2007-09-16  Bruno Haible  <bruno@clisp.org>
+
+       * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
+       gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
+       Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
+       Reported by Greg Schafer <gschafer@zip.com.au>.
+
+2007-09-15  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (sed): Try a little harder to make bash understand the
+       alias.
+       Reported by Bruce Korb <bruce.korb@gmail.com>.
+
+2007-09-13  Eric Blake  <ebb9@byu.net>
+
+       * ChangeLog: Remove conflict markers.
+
+2007-09-13  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
+       Reported by Bruno Haible <bruno@clisp.org>.
+
+2007-09-12  Bruno Haible  <bruno@clisp.org>
+
+       * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
+       (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
+       is not defined.
+
+2007-09-12  Eric Blake  <ebb9@byu.net>
+
+       Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
+       * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
+       Autoconf definition.
+       * modules/euidaccess (Depends-on): Add extensions, for
+       AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
+       * modules/fnmatch (Depends-on): Likewise.
+       * modules/getaddrinfo (Depends-on): Likewise.
+       * modules/getdelim (Depends-on): Likewise.
+       * modules/getline (Depends-on): Likewise.
+       * modules/getsubopt (Depends-on): Likewise.
+       * modules/gettext (Depends-on): Likewise.
+       * modules/group-member (Depends-on): Likewise.
+       * modules/mbchar (Depends-on): Likewise.
+       * modules/memmem (Depends-on): Likewise.
+       * modules/mempcpy (Depends-on): Likewise.
+       * modules/memrchr (Depends-on): Likewise.
+       * modules/pagealign_alloc (Depends-on): Likewise.
+       * modules/readutmp (Depends-on): Likewise.
+       * modules/stpcpy (Depends-on): Likewise.
+       * modules/stpncpy (Depends-on): Likewise.
+       * modules/strchrnul (Depends-on): Likewise.
+       * modules/strndup (Depends-on): Likewise.
+       * modules/strsep (Depends-on): Likewise.
+       * modules/strverscmp (Depends-on): Likewise.
+       * modules/vasprintf (Depends-on): Likewise.
+       * modules/wcwidth (Depends-on): Likewise.
+       * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
+       obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
+       * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
+       * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
+       * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
+       * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
+       * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
+       * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
+       * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
+       * m4/mbchar.m4 (gl_MBCHAR): Likewise.
+       * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
+       * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
+       * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
+       * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
+       * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
+       * m4/readutmp.m4 (gl_READUTMP): Likewise.
+       * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
+       * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
+       * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
+       * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
+       * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
+       * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
+       * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
+       * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
+       * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
+       * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
+       so that lock.m4 can be used in gettext without extensions module.
+
+2007-09-11  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isc-posix.m4: Remove file.
+       Suggested by Eric Blake.
+
+2007-09-11  Eric Blake  <ebb9@byu.net>
+
+       * ChangeLog: Restore lines accidentally truncated 2007-04-06.
+
+2007-09-10  Bruno Haible  <bruno@clisp.org>
+
+       * posix-modules: Fix typo in error message.
+       Reported by Matt <mkraai@beckman.com>.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * doc/functions/getdelim.texi: Update list of platforms lacking the
+       function.
+       * doc/functions/getline.texi: Likewise.
+
+2007-09-09  Jim Meyering  <jim@meyering.net>
+
+       * lib/hash.c (hash_initialize): Detect calloc failure.
+       Reported by Bruno Haible.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
+       malloc or realloc fails.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * modules/getcwd (Depends-on): Add malloc-posix.
+       * modules/glob (Depends-on): Likewise.
+       * modules/putenv (Depends-on): Likewise.
+       * modules/strdup (Depends-on): Likewise.
+       * modules/getdelim (Depends-on): Add realloc-posix.
+       * modules/read-file (Depends-on): Likewise.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
+       (gl_FUNC_MALLOC_POSIX): Require it.
+       * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
+       * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
+       * modules/realloc (Files): Add m4/malloc.m4.
+       * modules/calloc (Files): Likewise.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * modules/malloc-posix: New file.
+       * modules/malloc (Depends-on): Add malloc-posix.
+       * lib/malloc.c: Include errno.h.
+       (rpl_malloc): Merge the requirements of a glibc-compatible malloc
+       and a POSIX-compatible malloc into a single function. Set ENOMEM
+       when returning NULL.
+       * m4/malloc.m4: New file.
+       * doc/functions/malloc.texi: Mention the malloc-posix module.
+       * lib/stdlib_.h (malloc): New declaration.
+       * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
+       GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
+       * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
+       and HAVE_MALLOC_POSIX.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * modules/realloc-posix: New file.
+       * modules/realloc (Depends-on): Add realloc-posix.
+       * lib/realloc.c: Include errno.h.
+       (rpl_realloc): Merge the requirements of a glibc-compatible realloc
+       and a POSIX-compatible realloc into a single function. Set ENOMEM
+       when returning NULL.
+       * m4/realloc.m4: New file.
+       * doc/functions/realloc.texi: Mention the realloc-posix module.
+       * lib/stdlib_.h (realloc): New declaration.
+       * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
+       GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
+       * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
+       and HAVE_REALLOC_POSIX.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * modules/calloc-posix: New file.
+       * modules/calloc (Depends-on): Add calloc-posix.
+       * lib/calloc.c: Include errno.h.
+       (rpl_calloc): Merge the requirements of a glibc-compatible calloc
+       and a POSIX-compatible calloc into a single function. Set ENOMEM
+       when returning NULL.
+       * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
+       * doc/functions/calloc.texi: Mention the calloc-posix module.
+       * lib/stdlib_.h (calloc): New declaration.
+       * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
+       GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
+       * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
+       and HAVE_CALLOC_POSIX.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       Allow for modules to show an arbitrary notice.
+       * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
+       * gnulib-tool: New option --extract-notice.
+       (func_usage): Document it.
+       (sed_extract_prog): Update.
+       (func_get_notice): New function.
+       (func_modules_notice): New function.
+       (func_import, func_create_testdir): Invoke it.
+       Suggested by Jim Meyering.
+
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: New options --verbose, --quiet.
+       (func_usage): Document them.
+       (verbose): New variable.
+       (func_execute_command): New function.
+       (func_import): Don't show the module list and the file list if
+       $verbose < 0.
+       (func_create_testdir): Likewise. Use func_execute_command.
+       (func_create_megatestdir): Use func_execute_command.
+
+2007-09-08  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Prefer rsync over wget when available,
+       for fetching the PO files.
+
+2007-09-08  Bruno Haible  <bruno@clisp.org>
+
+       * posix-modules: New file. Portions copied from gnulib-tool.
+       * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
+
+2007-09-08  Jim Meyering  <jim@meyering.net>
+
+       Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
+       * lib/fpending.h: Rename from __fpending.h.
+       * lib/fpending.c: Rename from __fpending.c.
+       Include "fpending.h", not "__fpending.h".
+       * lib/__fpending.h, lib/__fpending.c: Remove files.
+       * modules/fpending (Files): Reflect new file names.
+       * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
+
+2007-09-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/inttypes-h.m4: Remove stub file.
+
+2007-09-07  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/headers/stdint.texi: Discuss #include_next issue.
+
+2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/bootstrap: Remove obsolete comment about wget --help.
+
+2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
+       in variable name.
+
+2007-09-03  Jim Meyering  <jim@meyering.net>
+
+       New module: git-version-gen.
+       * modules/git-version-gen: New file.
+
+       Import changes from coreutils for bootstrap script.
+
+       * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
+
+       bootstrap: uses rsync to download the .po files
+       * build-aux/bootstrap (po_download_command_format): New global.
+       (download_po_files): Use rsync.
+       (update_po_files): Don't remove .po files after download,
+       so future rsync runs can take advantage of the copies.
+
+       * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
+
+       Solve the unnecessary-.po-file-regeneration problem once and for all.
+       * build-aux/bootstrap (download_po_files): New function, renamed from
+       get_translations.  Now, downloads, but doesn't update LINGUAS.
+       (update_po_files): New function.
+
+       bootstrap: Ignore more.
+       * build-aux/bootstrap (symlink_to_dir): Add a directory name like
+       uniwidth to e.g., lib/.gitignore.
+       (slurp): Handle the sys_stat_.h -> sys mapping, too.
+
+       * build-aux/bootstrap: New setting: vc_ignore.
+       (insert_sorted_if_absent): Create $file if absent.
+       Adapt to new, possibly empty, list: $vc_ignore.
+
+       bootstrap: generate more ignorable names
+       * build-aux/bootstrap (slurp): When generating ignorable names,
+       also map .sin to .sed, .gperf to .c, and .y to .c.
+
+2007-09-03  Jim Meyering  <jim@meyering.net>
+
+       * build-aux/git-version-gen: New file, from coreutils.  For details, see
+       http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
+
+2007-09-02  Bruno Haible  <bruno@clisp.org>
+
+       Fix mis-recognition of 'mcs' on QNX 6.
+       * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
+       output contains the string "Mono".
+       * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
+       Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
+
+2007-09-01  Bruno Haible  <bruno@clisp.org>
+
+       Fix collision between uniwidth/* and linebreak modules.
+       * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
+       u32_width): Remove declarations.
+       * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
+       (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
+       streq3, streq2, streq1, streq0): Remove functions.
+       (STREQ): Remove macro.
+       (is_cjk_encoding): Remove function.
+       (nonspacing_table_data, nonspacing_table_ind): Remove constants.
+       (uc_width, u8_width, u16_width, u32_width): Remove functions.
+       * modules/linebreak (Depends-on): Add streq, uniwidth/width.
+       * NEWS: Document the change.
+
+2007-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * lib/streq.h: Add double-inclusion guard.
+
+2007-09-01  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
+
+2007-08-28  Jim Meyering  <jim@meyering.net>
+
+       Rename mreadlink_with_size to areadlink_with_size.
+       * NEWS: Document the change.
+       * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
+       * lib/areadlink-with-size.c (areadlink_with_size): ...this.
+       * lib/mreadlink.h: Rename this to...
+       * lib/areadlink.h: ...this.
+       * modules/mreadlink-with-size: Rename this to...
+       * modules/areadlink-with-size: ...this.
+       * lib/canonicalize.c: Reflect the renaming.
+       * modules/canonicalize: Likewise.
+
+2007-08-26  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): When deciding which files to remove,
+       consider also dangling symbolic links.
+       Reported by Eric Blake.
+
+2007-08-26  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
+
+2007-08-23  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/readline.c: Don't include getline.h, the prototype is now
+       found in stdio.h.
+
+2007-08-23  Jim Meyering  <jim@meyering.net>
+
+       Getdelim touchup.
+       * lib/getdelim.c (getdelim): Don't bother to save/restore errno
+       around the funlockfile call, since funlockfile never sets errno.
+       Don't set errno upon failed realloc.
+
 2007-08-22  Eric Blake  <ebb9@byu.net>
 
        Getline touchups.
        * doc/functions/lseek.texi: Document the BeOS bug.
 
 2007-08-19  Bruno Haible  <bruno@clisp.org>
-            Eric Blake  <ebb9@byu.net>
+           Eric Blake  <ebb9@byu.net>
 
        * lib/lseek.c: Include <sys/stat.h>.
        (rpl_lseek): Add workaround code also for Unix platforms.
        * m4/isc-posix.m4: New file.
 
 1998-05-10  Jim Meyering  <meyering@ascend.com>
+
+       * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
+
+1998-05-09  Jim Meyering  <meyering@ascend.com>
+
+       * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
+       (EXTRA_DIST): Remove mktime.m4, now that the new version is included
+       with automake.
+
+       * m4/ssize_t.m4: New file.
+       * m4/mktime.m4: Remove file -- the new automake has this now.
+
+1998-04-26  Jim Meyering  <meyering@ascend.com>
+
+       * m4/assert.m4: New file.
+       * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
+
+1998-04-05  Jim Meyering  <meyering@ascend.com>
+
+       * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
+       (jm_PREREQ): Use it here.
+
+1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
+
+       * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
+       in acconfig.h.
+
+1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
+
+       * m4/prereq.m4: New file.
+       * m4/error.m4: New file.
+       * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
+
+1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
+
+       * m4/getline.m4: Don't set am_cv_func_working_getline before the
+       cache-check for the same variable -- that defeated the purpose of
+       the test; the test program was never run.  This was a problem only
+       on systems with losing getline functions -- HP-UX 10.20 is one.
+       Reported by Bjorn Helgaas.
+
+1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
+
+       * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
+
+1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * m4/Makefile.am (EXTRA_DIST): Add const.m4.
+
+       * m4/const.m4: New file.  Use an initializer in this declaration
+       typedef int charset[2]; const charset x;
+       Reported by Bob Glickstein.
+
+1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * m4/chown.m4: Fix reversed types on -1 args to chown.
+       From Kaveh Ghazi.
+
+1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
+       Add lseek and memchr.
+
+       * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
+       T.E.Dickey <dickey@clark.net> said that some older preprocessors
+       have a 20-character limit on names.
+
+1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * m4/inttypes_h.m4: New file.
+       * m4/uintmax_t.m4: New file.
+       * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
+
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+  Free Software Foundation, Inc.
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.