* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
[gnulib.git] / ChangeLog
index 2f97fc6..15a49cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
+       * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
+       xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
+       depends on it.
+       (xstrtol_error): Remove.
+       (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
+       but with a different signature.
+       (ATTRIBUTE_NORETURN, __attribute__): New macros.
+       * lib/xstrtol-error.c: Include exitfail.h.
+       (xstrtol_fatal): New function, with a different signature from the
+       old xstrtol_error, so that the caller need not worry about passing
+       in an exit status, or about storage management of the option argument.
+       (xstrtol_error): Now a static function.  Redo signature to
+       implement xstrtol_fatal.  Output the correct number of hyphens in
+       front of the option so that the caller need not worry about
+       storage management.
+       (N_): New macro.
+       (_): Remove; not used now.
+       * modules/xstrtol: Depend on getopt.
+       * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
+       of old STRTOL_FATAL_ERROR macro.
+       * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
+       of test program.
+
+2007-08-08  Eric Blake  <ebb9@byu.net>
+
+       * lib/xstrtol-error.c: Add missing include.
+
+       Move xstrtol messages into gnulib domain, when --pobase is used.
+       * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
+       * lib/xstrtol-error.c (xstrtol_error): ...into new file.
+       * modules/xstrtol (Files): Distribute new file.
+       * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
+       * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
+       * tests/test-xstrtol.c: ...into new file.
+       * tests/test-xstrtoul.c: Also test xstrtoul.
+       * tests/test-xstrtoimax.c: Also test xstrtoimax.
+       * tests/test-xstrtoumax.c: Also test xstrtoumax.
+       * tests/test-xstrtol.sh: Drive the tests.
+       * tests/test-xstrtoimax.sh: Likewise.
+       * tests/test-xstrtoumax.sh: Likewise.
+       * modules/xstrtol-tests: New module.
+       * modules/xstrtoimax-tests: Likewise.
+       * modules/xstrtoumax-tests: Likewise.
+
+2007-08-08  Jim Meyering  <jim@meyering.net>
+
+       New function: mfile_name_concat.
+       * lib/filenamecat.c (mfile_name_concat): New function, just like
+       file_name_concat, but return NULL upon failure rather than exiting
+       with a diagnostic.
+       * lib/filenamecat.h: Declare it.
+
+2007-08-07  Bruno Haible  <bruno@clisp.org>
+
+       * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
+       instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
+       warning from gcc.
+       Reported by Eric Blake.
+
+2007-08-07  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
+       * modules/crypto/arcfour (License): Likewise.
+       * modules/crypto/des-tests (License): Likewise.
+       * modules/crypto/gc-arctwo-tests (License): Likewise.
+       * modules/crypto/gc-des-tests (License): Likewise.
+       * modules/crypto/gc-hmac-md5-tests (License): Likewise.
+       * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
+       * modules/crypto/gc-md2-tests (License): Likewise.
+       * modules/crypto/gc-md4-tests (License): Likewise.
+       * modules/crypto/gc-md5-tests (License): Likewise.
+       * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
+       * modules/crypto/gc-rijndael-tests (License): Likewise.
+       * modules/crypto/gc-sha1-tests (License): Likewise.
+       * modules/crypto/gc-tests (License): Likewise.
+       * modules/crypto/hmac-md5 (License): Likewise.
+       * modules/crypto/hmac-sha1 (License): Likewise.
+       * modules/crypto/md2-tests (License): Likewise.
+       * modules/crypto/md4-tests (License): Likewise.
+       * modules/crypto/md5 (License): Likewise.
+       * modules/crypto/rijndael (License): Likewise.
+       * modules/crypto/sha1 (License): Likewise.
+       * modules/memxor (License): Likewise.
+
+2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
+       and Bruno Haible  <bruno@clisp.org>
+
+       * NEWS: Describe interface changes to human, xstrtol.
+       * lib/human.h: Include <xstrtol.h>.
+       (human_options): Return enum strtol_error, not int.  Remove
+       bool arg; take int * instead.
+       * lib/human.c: Don't include "gettext.h".
+       (_): Remove; no longer used.
+       Don't include <xstrtol.h>, since human.h does it.
+       (human_options): Adjust to abovementioned interface changes.
+       Do not report error to stderr; that's now the caller's
+       responsibility.
+       * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
+       interface change.
+       * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
+       Str, Argument_type_string.  All uses changed.  Put " argument"
+       in diagnostics to make them clearer.  Change wording of suffix
+       message for clarity.
+       (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
+       Argument_type_string.
+       (STRTOL_FATAL_WARN): Remove; no longer used.
+       * modules/human (Depends-on): Remove gettext-h.
+
+2007-08-06  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
+
+2007-07-31  Bruno Haible  <bruno@clisp.org>
+
+       * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
+       are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
+       Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
+
+2007-07-31  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
+       Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
+
+2007-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/base64 (License): Use the synonymous term "LGPLv2+".
+       * modules/c-ctype (License): Likewise.
+       * modules/c-strcase (License): Likewise.
+       * modules/check-version (License): Likewise.
+       * modules/iconv (License): Likewise.
+       * modules/iconv_open (License): Likewise.
+       * modules/read-file (License): Likewise.
+       * modules/striconv (License): Likewise.
+       * modules/strverscmp (License): Likewise.
+       * modules/vasprintf (License): Likewise.
+       * modules/crypto/des (License): Likewise.
+       * modules/crypto/gc (License): Likewise.
+       * modules/crypto/gc-arcfour (License): Likewise.
+       * modules/crypto/gc-arctwo (License): Likewise.
+       * modules/crypto/gc-des (License): Likewise.
+       * modules/crypto/gc-hmac-md5 (License): Likewise.
+       * modules/crypto/gc-hmac-sha1 (License): Likewise.
+       * modules/crypto/gc-md2 (License): Likewise.
+       * modules/crypto/gc-md4 (License): Likewise.
+       * modules/crypto/gc-md5 (License): Likewise.
+       * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
+       * modules/crypto/gc-random (License): Likewise.
+       * modules/crypto/gc-rijndael (License): Likewise.
+       * modules/crypto/gc-sha1 (License): Likewise.
+       * modules/crypto/md2 (License): Likewise.
+       * modules/crypto/md4 (License): Likewise.
+
+2007-07-30  Jim Meyering  <jim@meyering.net>
+
+       * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
+       set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
+       it has valid stat data.  This bug would cause du not to count the
+       sizes of inaccessible directories.
+       Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
+       in <http://bugzilla.redhat.com/250077>.
+
+2007-07-25  Peter O'Gorman  <peter@pogma.com>
+           Bruno Haible  <bruno@clisp.org>
+
+       * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
+       really works. Needed because AIX 4.3 "xlc -E" doesn't understand
+       #include_next, gives a diagnostic about it, but reports no error in
+       the exit code.
+       Reported by Gary V. Vaughan <gary@thewrittenword.com>.
+
+2007-07-24  Ben Pfaff  <blp@gnu.org>
+
+       Improve name: "count-one-bits" is better than "popcount".
+       * MODULES.html.sh: Update name.
+       * lib/popcount.h: Renamed lib/count-one-bits.h.
+       (popcount): Renamed count_one_bits.
+       (popcountl): Renamed count_one_bits_l.
+       (popcountll): Renamed count_one_bits_ll.
+       * m4/popcount.m4: Renamed m4/count-one-bits.m4.
+       * modules/popcount: Renamed module/count-one-bits.
+       * modules/popcount-tests: Renamed module/count-one-bits-tests.
+       * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
+
+2007-07-23  Ben Pfaff  <blp@gnu.org>
+
+       * lib/popcount.h (popcount32): Reduce size of constants, to allow
+       better code generation, and add U to large constants to avoid
+       warnings, in non-GCC case.
+       Suggested by Bruno Haible.
+
+2007-07-23  Ben Pfaff  <blp@gnu.org>
+
+       * lib/popcount.h: Use verify_true instead of if...abort.
+       * modules/popcount: Depend on verify module.
+       Suggested by Jim Meyering.
+
+2007-07-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Create a .cvsignore file also when the
+       directory is not yet in CVS but the toplevel directory is. When
+       creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
+       Reported by Karl Berry.
+
+2007-07-22  Ben Pfaff  <blp@gnu.org>
+
+       * lib/popcount.h: Use faster, branchless algorithm for non-GCC
+       case.
+       Suggested by Eric Blake.
+
+2007-07-22  Ben Pfaff  <blp@gnu.org>
+
+       New module: popcount.
+       * MODULES.html.sh: Add popcount.
+       * modules/popcount: New file.
+       * modules/popcount-tests: New file.
+       * tests/test-popcount.c: New file.
+       * lib/popcount.h: New file.
+       * m4/popcount.m4: New file.
+
+2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/announce-gen: Update to GPLv3.
+
+       * build-aux/config.guess: Update from config.
+
+2007-07-21  Bruno Haible  <bruno@clisp.org>
+
+       * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
+       * lib/verror.c (_) [ENABLE_NLS]: Likewise.
+
+2007-07-20  Jim Meyering  <jim@meyering.net>
+
+       * check-module: Diagnose a self-dependency.
+
+2007-07-19  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Don't abort if pobase or po_domain is
+       empty.
+       Reported by Eric Blake.
+
+2007-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: New options --po-base, --po-domain.
+       (func_usage): Document them.
+       (pobase, po_domain): New variables.
+       (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
+       DEFAULT_TEXT_DOMAIN.
+       (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
+       (func_import): Consider pobase and po_domain. Create a po/ directory.
+       (func_create_testdir): Set pobase and po_domain to empty.
+       * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
+       * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
+
+2007-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_get_automake_snippet): Synthesize also an
+       EXTRA_DIST augmentation for files in build-aux/.
+
+2007-07-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/lseek (License): Use the synonymous term "LGPLv2+".
+       * modules/getdelim (License): Likewise.
+
+2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
+       * modules/d-type (License): Likewise.
+       * modules/extensions (License): Likewise.
+       * modules/fnmatch (License): Likewise.
+       * modules/fseeko (License): Likewise.
+       * modules/getaddrinfo (License): Likewise.
+       * modules/getline (License): Likewise.
+       * modules/getlogin_r (License): Likewise.
+       * modules/getpass (License): Likewise.
+       * modules/gettimeofday (License): Likewise.
+       * modules/glob (License): Likewise.
+       * modules/inet_ntop (License): Likewise.
+       * modules/malloc (License): Likewise.
+       * modules/malloca (License): Likewise.
+       * modules/memmem (License): Likewise.
+       * modules/mempcpy (License): Likewise.
+       * modules/memset (License): Likewise.
+       * modules/minmax (License): Likewise.
+       * modules/mktime (License): Likewise.
+       * modules/netinet_in (License): Likewise.
+       * modules/pathmax (License): Likewise.
+       * modules/poll (License): Likewise.
+       * modules/regex (License): Likewise.
+       * modules/snprintf (License): Likewise.
+       * modules/stdbool (License): Likewise.
+       * modules/stdint (License): Likewise.
+       * modules/stdio (License): Likewise.
+       * modules/strcase (License): Likewise.
+       * modules/strcasestr (License): Likewise.
+       * modules/strdup (License): Likewise.
+       * modules/string (License): Likewise.
+       * modules/strndup (License): Likewise.
+       * modules/strnlen (License): Likewise.
+       * modules/strpbrk (License): Likewise.
+       * modules/strptime (License): Likewise.
+       * modules/strsep (License): Likewise.
+       * modules/sys_select (License): Likewise.
+       * modules/sys_socket (License): Likewise.
+       * modules/sys_stat (License): Likewise.
+       * modules/sys_time (License): Likewise.
+       * modules/time (License): Likewise.
+       * modules/time_r (License): Likewise.
+       * modules/timegm (License): Likewise.
+       * modules/unistd (License): Likewise.
+       * modules/vsnprintf (License): Likewise.
+       * modules/wctype (License): Likewise.
+
+2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * modules/argz (License): LGPLv2+.
+
+2007-07-15  Karl Berry  <karl@gnu.org>
+
+       * doc/gnulib.texi: revise node structure per new fdl.texi.
+
+2007-07-14  Bruno Haible  <bruno@clisp.org>
+
+       * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
+       the output file.
+       * lib/uniname/uninames.h: Regenerated.
+
+2007-07-14  Karl Berry  <karl@gnu.org>
+
+       * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
+       omitting sectioning and index commands.
+
+2007-07-13  Bruno Haible  <bruno@clisp.org>
+
+       New gnulib-tool option --more-symlinks.
+       * gnulib-tool (func_usage): Document --more-symlinks.
+       (do_copyrights): New variable.
+       Recognize option --more-symlinks.
+       (func_import): Don't add a copyright notice transform to
+       sed_transform_lib_file if do_copyrights is empty.
+
+2007-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (decimal_point_char): Define also if
+       (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
+       && !NEED_PRINTF_DIRECTIVE_A.
+       Reported by Clemens Koller <clemens.koller@anagramm.de> via
+       Gary V. Vaughan <gary@gnu.org>.
+
+2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/inttypes_.h: Undo previous change, since it was fixed
+       in a different way in the 2007-07-02 fix to m4/inttypes.m4.
+
+2007-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
+       misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
+
+2007-07-13  Jim Meyering  <jim@meyering.net>
+
+       df: Don't fail for Tru64's "file-on-file mount".
+       * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
+       so we fall through and use statfs instead.  Details here:
+       <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
+       Reported by Albert Chin.
+
+2007-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
+       * modules/configmake (License): Likewise.
+       * modules/gettext (License): Likewise.
+       * modules/gettext-h (License): Likewise.
+       * modules/include_next (License): Likewise.
+       * modules/link-warning (License): Likewise.
+       * modules/localcharset (License): Likewise.
+       * modules/localename (License): Likewise.
+       * modules/lock (License): Likewise.
+       * modules/relocatable-lib-lgpl (License): Likewise.
+       * modules/size_max (License): Likewise.
+       * modules/vasnprintf (License): Likewise.
+       * modules/wchar (License): Likewise.
+       * modules/xsize (License): Likewise.
+
+2007-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
+       (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
+
+2007-07-12  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
+       in the modules files.
+
+2007-07-11  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh (func_module): use
+        sed -e '\|^'"${includefile}"'$|d'
+        instead of /.../d, to avoid errors on $includefile's containing /.
+
+2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * gnulib-tool (func_import): Avoid duplication of --avoid
+       statements
+       (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
+       names to `_' in variable names.
+
+2007-07-10  Eric Blake  <ebb9@byu.net>
+
+       * lib/version-etc.c (version_etc_va): Default to GPLv3+.
+       * NEWS: Document this change.
+
+2007-07-08  Bruno Haible  <bruno@clisp.org>
+
+       Update to Unicode 5.0.
+       * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
+       U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
+       U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
+       U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
+       U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
+       U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
+       U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
+       U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
+       U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
+       U+10A3F, U+1D242..U+1D244.
+       (nonspacing_table_ind): Update.
+       (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
+       U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
+
+2007-07-08  Bruno Haible  <bruno@clisp.org>
+
+       Update to Unicode 5.0.
+       * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
+       code transform. Extend the name index field of unicode_name_to_code and
+       unicode_code_to_name from 16 to 24 bits.
+       * lib/uniname/uniname.c (unicode_character_name,
+       unicode_name_character): Add the range 0x12xxx to the code transform.
+       * lib/uniname/uninames.h: Regenerated.
+       * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
+
+2007-07-07  Bruno Haible  <bruno@clisp.org>
+
+       * modules/wcwidth-tests: New file.
+       * tests/test-wcwidth.c: New file.
+
+       Work around MacOS X wcwidth() bug.
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
+       * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
+       (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
+       original wcwidth in non-UTF-8 locales.
+       * modules/wcwidth (Depends-on): Add localcharset, streq,
+       uniwidth/width.
+       * doc/functions/wcwidth.texi: Update.
+
+2007-07-07  Bruno Haible  <bruno@clisp.org>
+
+       * lib/wchar_.h: Include the GL_LINK_WARNING macro.
+       (wcwidth): New declaration.
+       * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
+       macros.
+       (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
+       here. Prepare for creating <wchar.h> unconditionally.
+       * modules/wchar (Depends-on): Add link-warning.
+       (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
+       REPLACE_WCWIDTH, and GL_LINK_WARNING.
+       * lib/wcwidth.h: Remove file.
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
+       HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
+       * modules/wcwidth (Files): Remove lib/wcwidth.h.
+       (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
+       (Include): Replace wcwidth.h with <wchar.h>.
+       * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
+       * lib/mbchar.h: Don't include wcwidth.h.
+       * lib/mbswidth.c: Likewise.
+       * NEWS: Mention the change.
+
+2007-07-07  Bruno Haible  <bruno@clisp.org>
+
+       * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
+       * lib/wcwidth.h: Don't include wctype.h. Replace inline function
+       definition with an external declaration.
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
+       defined as a function. Remove AC_C_INLINE requirement.
+       * modules/wcwidth (Files): Add lib/wcwidth.c.
+       (Makefile.am): Remove redundant statement.
+
+2007-07-07  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (Unicode string functions): Add the new modules.
+
+       * tests/uniwidth/test-u32-strwidth.c: New file.
+       * modules/uniwidth/u32-strwidth-tests: New file.
+
+       * lib/uniwidth/u32-strwidth.c: New file.
+       * modules/uniwidth/u32-strwidth: New file.
+
+       * tests/uniwidth/test-u16-strwidth.c: New file.
+       * modules/uniwidth/u16-strwidth-tests: New file.
+
+       * lib/uniwidth/u16-strwidth.c: New file.
+       * modules/uniwidth/u16-strwidth: New file.
+
+       * tests/uniwidth/test-u8-strwidth.c: New file.
+       * modules/uniwidth/u8-strwidth-tests: New file.
+
+       * lib/uniwidth/u8-strwidth.c: New file.
+       * modules/uniwidth/u8-strwidth: New file.
+
+       * tests/uniwidth/test-u32-width.c: New file.
+       * modules/uniwidth/u32-width-tests: New file.
+
+       * lib/uniwidth/u32-width.c: New file.
+       * modules/uniwidth/u32-width: New file.
+
+       * tests/uniwidth/test-u16-width.c: New file.
+       * modules/uniwidth/u16-width-tests: New file.
+
+       * lib/uniwidth/u16-width.c: New file.
+       * modules/uniwidth/u16-width: New file.
+
+       * tests/uniwidth/test-u8-width.c: New file.
+       * modules/uniwidth/u8-width-tests: New file.
+
+       * lib/uniwidth/u8-width.c: New file.
+       * modules/uniwidth/u8-width: New file.
+
+       * tests/uniwidth/test-uc_width.c: New file.
+       * modules/uniwidth/width-tests: New file.
+
+       * lib/uniwidth/width.c: New file, from GNU libiconv.
+       * lib/uniwidth/cjk.h: New file, from GNU libiconv.
+       * modules/uniwidth/width: New file.
+
+       * lib/uniwidth.h: New file, from GNU libiconv.
+       * modules/uniwidth/base: New file.
+
+2007-07-07  Bruno Haible  <bruno@clisp.org>
+
+       * lib/uniname.h: New file, from GNU gettext.
+       * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
+       * lib/uniname/uninames.h: New file, from GNU gettext.
+       * lib/uniname/uniname.c: New file, from GNU gettext.
+       * tests/uniname/test-uninames.sh: New file.
+       * tests/uniname/test-uninames.c: New file, from GNU gettext.
+       * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
+       * modules/uniname/base: New file.
+       * modules/uniname/uniname: New file.
+       * modules/uniname/uniname-tests: New file.
+       * MODULES.html.sh (Unicode string functions): Add the new modules.
+
+2007-07-06  Bruno Haible  <bruno@clisp.org>
+
+       * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
+
+2007-07-06  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
+       a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
+       includes <cygwin/sys_time.h> which includes <sys/select.h> which
+       include <sys/time.h>.
+       Reported by Eric Blake.
+
+2007-07-06  Eric Blake  <ebb9@byu.net>
+
+       Fix testing canonicalize on cygwin.
+       * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
+       Revert patch from 2007-06-19.
+       * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
+       canonicalize module is also in use.
+       * tests/test-canonicalize.c: New file.
+       * tests/test-canonicalize.sh: Likewise.
+       * modules/canonicalize-tests: Likewise.
+
+2007-07-06  Jim Meyering  <jim@meyering.net>
+
+       * lib/getugroups.c (getugroups): Detect getgrent failure.
+       Adjust comment to reflect reality: this function may return -1.
+
+2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * build-aux/bootstrap (TP_URL,get_translations): Update to use
+       the new TP address.
+       (usage): Fix typo
+       (gnulib_mk): New variable.
+
+2007-07-05  Jim Meyering  <jim@meyering.net>
+
+       Don't let endgrent clobber errno, no matter how improbable.
+       * lib/getugroups.c (getugroups): Save and restore errno around
+       endgrent call.
+
+       Close the group DB even when failing with 2^31 or more members.
+       * lib/getugroups.c (getugroups): Don't return without calling endgrent.
+
+2007-07-04  Jim Meyering  <jim@meyering.net>
+
+       * lib/getugroups.h: New file.
+       * lib/getugroups.c: Include "getugroups.h".
+       Remove uses of "register" keyword.
+       Move local variable, "cp", down into scope where used.
+       Give "username" parameter the "const" attribute.
+       * modules/getugroups (Files): Add lib/getugroups.h
+
+2007-07-04  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh (func_all_modules): Complete rename of
+       gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
+
+2007-07-02  Bruno Haible  <bruno@clisp.org>
+
+       * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
+       mode, when inttypes.h comes from gnulib.
+       Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
+
+2007-07-02  Simon Josefsson  <simon@josefsson.org>
+
+       * NEWS: Mention lgpl module name change.
+
+       * modules/lgpl-2.1: Renamed from lgpl.
+
+       * NEWS: Mention gpl module name change.
+
+       * modules/gpl-3.0: New file, based on gpl-2.0.
+
+       * modules/gpl-2.0: Renamed from gpl.
+
+       * modules/gpl: Fix filename, doc/gpl.texi is now found at
+       doc/gpl-2.0.texi.
+
+2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
+       #define __STDC_LIMIT_MACROS temporarily while including
+       <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
+       Problem reported by Joel E. Denny in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
+
+2007-07-01  Bruno Haible  <bruno@clisp.org>
+
+       * lib/unistdio.h: New file.
+       * lib/unistdio/u-asnprintf.h: New file.
+       * lib/unistdio/u-asprintf.h: New file.
+       * lib/unistdio/u-printf-args.c: New file.
+       * lib/unistdio/u-printf-args.h: New file.
+       * lib/unistdio/u-printf-parse.h: New file.
+       * lib/unistdio/u-snprintf.h: New file.
+       * lib/unistdio/u-sprintf.h: New file.
+       * lib/unistdio/u-vasprintf.h: New file.
+       * lib/unistdio/u-vsnprintf.h: New file.
+       * lib/unistdio/u-vsprintf.h: New file.
+       * lib/unistdio/ulc-asnprintf.c: New file.
+       * lib/unistdio/ulc-asprintf.c: New file.
+       * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
+       * lib/unistdio/ulc-printf-parse.c: New file.
+       * lib/unistdio/ulc-snprintf.c: New file.
+       * lib/unistdio/ulc-sprintf.c: New file.
+       * lib/unistdio/ulc-vasnprintf.c: New file.
+       * lib/unistdio/ulc-vasprintf.c: New file.
+       * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
+       * lib/unistdio/ulc-vsnprintf.c: New file.
+       * lib/unistdio/ulc-vsprintf.c: New file.
+       * lib/unistdio/u8-asnprintf.c: New file.
+       * lib/unistdio/u8-asprintf.c: New file.
+       * lib/unistdio/u8-printf-parse.c: New file.
+       * lib/unistdio/u8-snprintf.c: New file.
+       * lib/unistdio/u8-sprintf.c: New file.
+       * lib/unistdio/u8-vasnprintf.c: New file.
+       * lib/unistdio/u8-vasprintf.c: New file.
+       * lib/unistdio/u8-vsnprintf.c: New file.
+       * lib/unistdio/u8-vsprintf.c: New file.
+       * lib/unistdio/u8-u8-asnprintf.c: New file.
+       * lib/unistdio/u8-u8-asprintf.c: New file.
+       * lib/unistdio/u8-u8-snprintf.c: New file.
+       * lib/unistdio/u8-u8-sprintf.c: New file.
+       * lib/unistdio/u8-u8-vasnprintf.c: New file.
+       * lib/unistdio/u8-u8-vasprintf.c: New file.
+       * lib/unistdio/u8-u8-vsnprintf.c: New file.
+       * lib/unistdio/u8-u8-vsprintf.c: New file.
+       * lib/unistdio/u16-asnprintf.c: New file.
+       * lib/unistdio/u16-asprintf.c: New file.
+       * lib/unistdio/u16-printf-parse.c: New file.
+       * lib/unistdio/u16-snprintf.c: New file.
+       * lib/unistdio/u16-sprintf.c: New file.
+       * lib/unistdio/u16-vasnprintf.c: New file.
+       * lib/unistdio/u16-vasprintf.c: New file.
+       * lib/unistdio/u16-vsnprintf.c: New file.
+       * lib/unistdio/u16-vsprintf.c: New file.
+       * lib/unistdio/u16-u16-asnprintf.c: New file.
+       * lib/unistdio/u16-u16-asprintf.c: New file.
+       * lib/unistdio/u16-u16-snprintf.c: New file.
+       * lib/unistdio/u16-u16-sprintf.c: New file.
+       * lib/unistdio/u16-u16-vasnprintf.c: New file.
+       * lib/unistdio/u16-u16-vasprintf.c: New file.
+       * lib/unistdio/u16-u16-vsnprintf.c: New file.
+       * lib/unistdio/u16-u16-vsprintf.c: New file.
+       * lib/unistdio/u32-asnprintf.c: New file.
+       * lib/unistdio/u32-asprintf.c: New file.
+       * lib/unistdio/u32-printf-parse.c: New file.
+       * lib/unistdio/u32-snprintf.c: New file.
+       * lib/unistdio/u32-sprintf.c: New file.
+       * lib/unistdio/u32-vasnprintf.c: New file.
+       * lib/unistdio/u32-vasprintf.c: New file.
+       * lib/unistdio/u32-vsnprintf.c: New file.
+       * lib/unistdio/u32-vsprintf.c: New file.
+       * lib/unistdio/u32-u32-asnprintf.c: New file.
+       * lib/unistdio/u32-u32-asprintf.c: New file.
+       * lib/unistdio/u32-u32-snprintf.c: New file.
+       * lib/unistdio/u32-u32-sprintf.c: New file.
+       * lib/unistdio/u32-u32-vasnprintf.c: New file.
+       * lib/unistdio/u32-u32-vasprintf.c: New file.
+       * lib/unistdio/u32-u32-vsnprintf.c: New file.
+       * lib/unistdio/u32-u32-vsprintf.c: New file.
+       * tests/unistdio/test-ulc-asnprintf1.c: New file.
+       * tests/unistdio/test-ulc-asnprintf1.h: New file.
+       * tests/unistdio/test-ulc-printf1.h: New file.
+       * tests/unistdio/test-ulc-vasnprintf1.c: New file.
+       * tests/unistdio/test-ulc-vasnprintf2.c: New file.
+       * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
+       * tests/unistdio/test-ulc-vasnprintf3.c: New file.
+       * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
+       * tests/unistdio/test-ulc-vasprintf1.c: New file.
+       * tests/unistdio/test-ulc-vsnprintf1.c: New file.
+       * tests/unistdio/test-ulc-vsprintf1.c: New file.
+       * tests/unistdio/test-u8-asnprintf1.c: New file.
+       * tests/unistdio/test-u8-asnprintf1.h: New file.
+       * tests/unistdio/test-u8-printf1.h: New file.
+       * tests/unistdio/test-u8-vasnprintf1.c: New file.
+       * tests/unistdio/test-u8-vasnprintf2.c: New file.
+       * tests/unistdio/test-u8-vasnprintf2.sh: New file.
+       * tests/unistdio/test-u8-vasnprintf3.c: New file.
+       * tests/unistdio/test-u8-vasnprintf3.sh: New file.
+       * tests/unistdio/test-u8-vasprintf1.c: New file.
+       * tests/unistdio/test-u8-vsnprintf1.c: New file.
+       * tests/unistdio/test-u8-vsprintf1.c: New file.
+       * tests/unistdio/test-u16-asnprintf1.c: New file.
+       * tests/unistdio/test-u16-asnprintf1.h: New file.
+       * tests/unistdio/test-u16-printf1.h: New file.
+       * tests/unistdio/test-u16-vasnprintf1.c: New file.
+       * tests/unistdio/test-u16-vasnprintf2.c: New file.
+       * tests/unistdio/test-u16-vasnprintf2.sh: New file.
+       * tests/unistdio/test-u16-vasnprintf3.c: New file.
+       * tests/unistdio/test-u16-vasnprintf3.sh: New file.
+       * tests/unistdio/test-u16-vasprintf1.c: New file.
+       * tests/unistdio/test-u16-vsnprintf1.c: New file.
+       * tests/unistdio/test-u16-vsprintf1.c: New file.
+       * tests/unistdio/test-u32-asnprintf1.c: New file.
+       * tests/unistdio/test-u32-asnprintf1.h: New file.
+       * tests/unistdio/test-u32-printf1.h: New file.
+       * tests/unistdio/test-u32-vasnprintf1.c: New file.
+       * tests/unistdio/test-u32-vasnprintf2.c: New file.
+       * tests/unistdio/test-u32-vasnprintf2.sh: New file.
+       * tests/unistdio/test-u32-vasnprintf3.c: New file.
+       * tests/unistdio/test-u32-vasnprintf3.sh: New file.
+       * tests/unistdio/test-u32-vasprintf1.c: New file.
+       * tests/unistdio/test-u32-vsnprintf1.c: New file.
+       * tests/unistdio/test-u32-vsprintf1.c: New file.
+       * modules/unistdio/base: New file.
+       * modules/unistdio/u-printf-args: New file.
+       * modules/unistdio/ulc-asnprintf: New file.
+       * modules/unistdio/ulc-asprintf: New file.
+       * modules/unistdio/ulc-fprintf: New file.
+       * modules/unistdio/ulc-printf-parse: New file.
+       * modules/unistdio/ulc-snprintf: New file.
+       * modules/unistdio/ulc-sprintf: New file.
+       * modules/unistdio/ulc-vasnprintf: New file.
+       * modules/unistdio/ulc-vasprintf: New file.
+       * modules/unistdio/ulc-vfprintf: New file.
+       * modules/unistdio/ulc-vsnprintf: New file.
+       * modules/unistdio/ulc-vsprintf: New file.
+       * modules/unistdio/u8-asnprintf: New file.
+       * modules/unistdio/u8-asprintf: New file.
+       * modules/unistdio/u8-printf-parse: New file.
+       * modules/unistdio/u8-snprintf: New file.
+       * modules/unistdio/u8-sprintf: New file.
+       * modules/unistdio/u8-vasnprintf: New file.
+       * modules/unistdio/u8-vasprintf: New file.
+       * modules/unistdio/u8-vsnprintf: New file.
+       * modules/unistdio/u8-vsprintf: New file.
+       * modules/unistdio/u8-u8-asnprintf: New file.
+       * modules/unistdio/u8-u8-asprintf: New file.
+       * modules/unistdio/u8-u8-snprintf: New file.
+       * modules/unistdio/u8-u8-sprintf: New file.
+       * modules/unistdio/u8-u8-vasnprintf: New file.
+       * modules/unistdio/u8-u8-vasprintf: New file.
+       * modules/unistdio/u8-u8-vsnprintf: New file.
+       * modules/unistdio/u8-u8-vsprintf: New file.
+       * modules/unistdio/u16-asnprintf: New file.
+       * modules/unistdio/u16-asprintf: New file.
+       * modules/unistdio/u16-printf-parse: New file.
+       * modules/unistdio/u16-snprintf: New file.
+       * modules/unistdio/u16-sprintf: New file.
+       * modules/unistdio/u16-vasnprintf: New file.
+       * modules/unistdio/u16-vasprintf: New file.
+       * modules/unistdio/u16-vsnprintf: New file.
+       * modules/unistdio/u16-vsprintf: New file.
+       * modules/unistdio/u16-u16-asnprintf: New file.
+       * modules/unistdio/u16-u16-asprintf: New file.
+       * modules/unistdio/u16-u16-snprintf: New file.
+       * modules/unistdio/u16-u16-sprintf: New file.
+       * modules/unistdio/u16-u16-vasnprintf: New file.
+       * modules/unistdio/u16-u16-vasprintf: New file.
+       * modules/unistdio/u16-u16-vsnprintf: New file.
+       * modules/unistdio/u16-u16-vsprintf: New file.
+       * modules/unistdio/u32-asnprintf: New file.
+       * modules/unistdio/u32-asprintf: New file.
+       * modules/unistdio/u32-printf-parse: New file.
+       * modules/unistdio/u32-snprintf: New file.
+       * modules/unistdio/u32-sprintf: New file.
+       * modules/unistdio/u32-vasnprintf: New file.
+       * modules/unistdio/u32-vasprintf: New file.
+       * modules/unistdio/u32-vsnprintf: New file.
+       * modules/unistdio/u32-vsprintf: New file.
+       * modules/unistdio/u32-u32-asnprintf: New file.
+       * modules/unistdio/u32-u32-asprintf: New file.
+       * modules/unistdio/u32-u32-snprintf: New file.
+       * modules/unistdio/u32-u32-sprintf: New file.
+       * modules/unistdio/u32-u32-vasnprintf: New file.
+       * modules/unistdio/u32-u32-vasprintf: New file.
+       * modules/unistdio/u32-u32-vsnprintf: New file.
+       * modules/unistdio/u32-u32-vsprintf: New file.
+       * modules/unistdio/ulc-asnprintf-tests: New file.
+       * modules/unistdio/ulc-vasnprintf-tests: New file.
+       * modules/unistdio/ulc-vasprintf-tests: New file.
+       * modules/unistdio/ulc-vsnprintf-tests: New file.
+       * modules/unistdio/ulc-vsprintf-tests: New file.
+       * modules/unistdio/u8-asnprintf-tests: New file.
+       * modules/unistdio/u8-vasnprintf-tests: New file.
+       * modules/unistdio/u8-vasprintf-tests: New file.
+       * modules/unistdio/u8-vsnprintf-tests: New file.
+       * modules/unistdio/u8-vsprintf-tests: New file.
+       * modules/unistdio/u16-asnprintf-tests: New file.
+       * modules/unistdio/u16-vasnprintf-tests: New file.
+       * modules/unistdio/u16-vasprintf-tests: New file.
+       * modules/unistdio/u16-vsnprintf-tests: New file.
+       * modules/unistdio/u16-vsprintf-tests: New file.
+       * modules/unistdio/u32-asnprintf-tests: New file.
+       * modules/unistdio/u32-vasnprintf-tests: New file.
+       * modules/unistdio/u32-vasprintf-tests: New file.
+       * modules/unistdio/u32-vsnprintf-tests: New file.
+       * modules/unistdio/u32-vsprintf-tests: New file.
+       * MODULES.html.sh (Unicode string functions): Add the new modules.
+
+2007-07-01  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sprintf.c (sprintf): Limit the available length estimation,
+       to avoid address wraparound.
+       * lib/vsprintf.c (vsprintf): Likewise.
+       * modules/sprintf-posix (Dependencies): Add stdint.
+       * modules/vsprintf-posix (Dependencies): Likewise.
+
+2007-07-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
+       Windows PATH as well. Conservative double-quoting. Comments.
+
+2007-07-01  Bruno Haible  <bruno@clisp.org>
+           Eric Blake  <ebb9@byu.net>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (self_abspathname): Fix algorithm to cope with
+       empty components in $PATH, denoting '.'.
+
+2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool: Fix indentation.
+       (func_create_megatestdir): Likewise.
+       Report by Bruno Haible.
+
+2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from Automake.
+       * build-aux/gnupload: Fix shell portability issues with for loops.
+       Report by Karl Berry.
+
+2007-06-29  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/maint.mk (POURL): Use translationproject.org.
+
+2007-06-27  Simon Josefsson  <simon@josefsson.org>
+           Bruno Haible  <bruno@clisp.org>
+
+       * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
+       before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
+       explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
+       (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
+       HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
+
+2007-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/config.rpath: Upgrade to libtool-1.5.24.
+       * build-aux/config.libpath: Upgrade to libtool-1.5.24.
+
+2007-06-26  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh: remove xreadlink-with-size.
+
+2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
+       method that I hope also handles the double-include problem noted
+       by Bruno Haible in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
+       Don't let the 'mostlyclean' target fail if the last subdirectory could
+       not be removed.
+       Reported by Karl Berry.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Add a speedier workaround for ksh.
+       * tests/test-echo.sh: Likewise.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
+       * tests/test-echo.sh: Likewise.
+
+2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (IFS): Initialize early, so we don't set it to
+       empty later.
+       (self_abspathname): Rewrite algorithm to set it, reindent.
+       (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
+       (func_create_megatestdir): Merge some sed scripts.
+
+2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
+       exposed by Sun Studio 11 cc on Solaris 8.
+
+2007-06-22  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Ensure the echo primitive does not interpret
+       backslashes.
+       * tests/test-echo.sh: New file.
+
+2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (func_add_or_update, func_create_testdir): Do not
+       simplify `sed_replace_build_aux' scripts, they are portable but
+       echoing them with `echo' is not.
+       Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
+
+2007-06-21  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt: guess we can't handle the licenses via
+       srclist at the moment.
+
+2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh: Add include_next.
+       * modules/include_next: New file.
+
+2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
+       INCLUDE_NEXT.
+       (gl_CHECK_NEXT_HEADERS): New macro.
+       * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
+       the obsolescent gl_ABSOLUTE_HEADER.
+       * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
+       * m4/float_h.m4 (gl_FLOAT_H): Likewise.
+       * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
+       * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
+       * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
+       * m4/math_h.m4 (gl_MATH_H): Likewise.
+       * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
+       * m4/search_h.m4 (gl_SEARCH_H): Likewise.
+       * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
+       * m4/stdint.m4 (gl_STDINT_H): Likewise.
+       * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
+       * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
+       * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
+       * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
+       * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
+       * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
+       * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
+       * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
+       * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
+       * m4/wchar.m4 (gl_WCHAR_H): Likewise.
+       * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
+       * m4/inttypes.m4 (gl_INTTYPES_H): Define
+       _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
+       builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
+       * m4/stdint.m4 (gl_STDINT_H): Likewise, for
+       _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
+       * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
+       rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
+       * lib/float_.h: Likewise.
+       * lib/inttypes_.h: Likewise.
+       * lib/math_.h: Likewise.
+       * lib/search_.h: Likewise.
+       * lib/signal_.h: Likewise.
+       * lib/stdint_.h: Likewise.
+       * lib/stdio_.h: Likewise.
+       * lib/stdlib_.h: Likewise.
+       * lib/string_.h: Likewise.
+       * lib/sys_stat_.h: Likewise.
+       * lib/sys_time_.h: Likewise.
+       * lib/time_.h: Likewise.
+       * lib/unistd_.h: Likewise.
+       * lib/wchar_.h: Likewise.
+       * lib/wctype_.h: Likewise.
+       * lib/dirent_.h: Likewise.
+       * lib/iconv_.h: Likewise.
+       * lib/locale_.h: Likewise.
+       * lib/netinet_in_.h: Likewise.
+       * lib/sys_select_.h: Likewise.
+       * lib/sys_socket_.h: Likewise.
+       * lib/sysexits_.h: Likewise.
+       * modules/fcntl (Depends-on): Depend on include_next, not
+       absolute_header.
+       (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
+       HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
+       * modules/fchdir: Likewise.
+       * modules/float: Likewise.
+       * modules/iconv_open: Likewise.
+       * modules/inttypes: Likewise.
+       * modules/locale: Likewise.
+       * modules/math: Likewise.
+       * modules/netinet_in: Likewise.
+       * modules/search: Likewise.
+       * modules/signal: Likewise.
+       * modules/stdint: Likewise.
+       * modules/stdio: Likewise.
+       * modules/stdlib: Likewise.
+       * modules/string: Likewise.
+       * modules/sys_select: Likewise.
+       * modules/sys_socket: Likewise.
+       * modules/sys_stat: Likewise.
+       * modules/sys_time: Likewise.
+       * modules/sysexits: Likewise.
+       * modules/time: Likewise.
+       * modules/unistd: Likewise.
+       * modules/wchar: Likewise.
+       * modules/wctype: Likewise.
+       * modules/sys_stat: Change maintainer to "all".
+       * modules/unistd: Likewise.
+
+2007-06-20  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt: track www changes in license files.
+
+2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * build-aux/bootstrap: Remove stray dot.
+       Make sure build_aux settings are honored when linking
+       gnulib_extra_files.
+
+2007-06-19  Eric Blake  <ebb9@byu.net>
+
+       * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
+       Allow compilation on cygwin.
+
+2007-06-19  Jim Meyering  <jim@meyering.net>
+
+       xreadlink-with-size: Remove module.  No longer used.
+       Ex-callers now use xreadlink or mreadlink-with-size.
+       * modules/xreadlink-with-size: Remove module.
+       * lib/xreadlink-with-size.c: Remove file.
+       * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
+       (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
+       just before the function definition *is* accurate.
+
+       Eliminate one way canonicalize_filename_mode could exit.
+       * lib/canonicalize.c (canonicalize_filename_mode):
+       Use mreadlink_with_size, not xreadlink_with_size.
+
+2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Detect porting problems to FreeBSD/arm, which has time_t wider than
+       long int.  Original problem reported for GNU diff by Xin Li in
+       <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
+       * modules/getdate (Depends-on): Add intprops, verify.
+       * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
+       is an integer type no wider than long int.
+
+2007-06-18  Jim Meyering  <jim@meyering.net>
+
+       New module: mreadlink-with-size.
+       * MODULES.html.sh: Add mreadlink-with-size.
+       * modules/mreadlink-with-size: New module
+       * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
+       not xreadlink-with-size.
+       * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
+
+2007-06-16  Bruno Haible  <bruno@clisp.org>
+
+       * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
+       * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Revamp lchown so that it lives in unistd.h where it belongs.
+       * lib/lchown.h: Remove.
+       * lib/dirchownmod.c: Don't include lib/lchown.h.
+       * lib/fchownat.c: Likewise.
+       * lib/openat.c: Likewise.
+       * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
+       does not follow symlinks.
+       (EOPNOTSUPP): Define if not defined.
+       * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
+       is defined to 0.
+       (lchown): New decl.
+       * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
+       Do not check for lchown decl.
+       Set REPLACE_LCHOWN.
+       * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
+       REPLACE_LCHOWN.
+       * modules/chown: Make it clear it follows symlinks.
+       * modules/lchown: Make it clear it doesn't follow symlinks.
+       (Files): Remove lib/lchown.h
+       (Depends-on): Add unistd.
+       (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
+       (Include): Include <unistd.h>, not "lchown.h".
+       * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
+       REPLACE_LCHOWN.
+
+2007-06-15  Jim Meyering  <jim@meyering.net>
+
+       Change license (GPL to LGPL) of fsusage and dependents.
+       * modules/fsusage (License): Change to LGPL.
+       * modules/full-read (License): Likewise.
+       * modules/full-write (License): Likewise.
+       * modules/safe-read (License): Likewise.
+       * modules/safe-write (License): Likewise.
+
+2007-06-14  Ben Pfaff  <blp@gnu.org>
+
+       Missing part of allocsa -> malloca transition.
+       * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
+       gl_MALLOCA.
+
+2007-06-12  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
+       to ia64, x86_64, i386.
+       Reported by Eric Blake.
+
+2007-06-12  Bruno Haible  <bruno@clisp.org>
+
+       * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
+       cross-compiling to x86_64.
+
+2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
+       glitch reported by Ralf Wildenhues in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
+
+       * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
+       Vin Shelton.
+
+2007-06-11  Bruno Haible  <bruno@clisp.org>
+
+       * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
+       replacement string.
+       Reported by Eric Blake.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       Prepare vasnprintf code for use with Unicode strings.
+       * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
+       (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
+       TYPE_U32_STRING.
+       (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
+       a_u32_string variants.
+       (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
+       * lib/printf-args.c: Don't include config.h and the specification
+       header if PRINTF_FETCHARGS is already defined.
+       (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
+       (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
+       TYPE_U16_STRING, TYPE_U32_STRING.
+       * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
+       u16_directive, u16_directives, u32_directive, u32_directives): New
+       types.
+       (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
+       New declarations.
+       * lib/printf-parse.c: Don't include config.h and the specification
+       header if PRINTF_PARSE is already defined. Eliminate the set of
+       parameters for WIDE_CHAR_VERSION; the user of this file must provide
+       them now. Include c-ctype.h.
+       (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
+       directive and CHAR_T_ONLY_ASCII.
+       * lib/vasnprintf.c: Don't include config.h and the specification header
+       if VASNPRINTF is already defined.
+       (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
+       (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
+       DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
+       type. Handle the case that TCHAR_T and FCHAR_T are not of the same
+       size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
+       add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
+       code accordingly.
+       (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
+       pad_ourselves also in this case, with the 'c' and 's' directives, and
+       with a different notion of "width".
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * modules/unistr/u32-mbsnlen: New file.
+       * lib/unistr/u32-mbsnlen.c: New file.
+
+       * modules/unistr/u16-mbsnlen: New file.
+       * lib/unistr/u16-mbsnlen.c: New file.
+
+       * modules/unistr/u8-mbsnlen: New file.
+       * lib/unistr/u8-mbsnlen.c: New file.
+
+       * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
+       declarations.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/string_.h (mbsnlen): New declaration.
+       * lib/mbsnlen.c: New file.
+       * m4/mbsnlen.m4: New file.
+       * modules/mbsnlen: New file.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
+       * modules/string (string.h): Substitute GNULIB_MBSNLEN.
+       * MODULES.html.sh (Internationalization functions): Add mbsnlen.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
+       * lib/mbuiter.h: Likewise.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
+       declaration.
+
+2007-06-10  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt: remove gettext entries, Bruno prefers
+       to update individually.
+
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
+       'maxlen'. Ensure only length + width bytes are allocated, not
+       length + 1 + width.
+
+2007-06-09  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
+       (CHAR_T): Remove macro.
+       (VASNPRINTF): Update.
+
+2007-06-09  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (Unicode string functions): Add the new modules.
+
+       * modules/uniconv/u32-conv-to-enc: New file.
+       * lib/uniconv/u32-conv-to-enc.c: New file.
+       * modules/uniconv/u32-conv-to-enc-tests: New file.
+       * tests/uniconv/test-u32-conv-to-enc.c: New file.
+
+       * modules/uniconv/u16-conv-to-enc: New file.
+       * lib/uniconv/u16-conv-to-enc.c: New file.
+       * lib/uniconv/u-conv-to-enc.h: New file.
+       * modules/uniconv/u16-conv-to-enc-tests: New file.
+       * tests/uniconv/test-u16-conv-to-enc.c: New file.
+
+       * modules/uniconv/u8-conv-to-enc: New file.
+       * lib/uniconv/u8-conv-to-enc.c: New file.
+       * modules/uniconv/u8-conv-to-enc-tests: New file.
+       * tests/uniconv/test-u8-conv-to-enc.c: New file.
+
+       * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
+       u32_conv_to_encoding): New declarations.
+
+2007-06-09  Bruno Haible  <bruno@clisp.org>
+
+       * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
+
+2007-06-09  Bruno Haible  <bruno@clisp.org>
+
+       Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
+       * modules/malloca: Renamed from modules/allocsa, updated.
+       * lib/malloca.h: Renamed from lib/allocsa.h, updated.
+       * lib/malloca.c: Renamed from lib/allocsa.c, updated.
+       * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
+       * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
+       * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
+       * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
+       * modules/xmalloca: Renamed from modules/xallocsa, updated.
+       * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
+       * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
+       * modules/c-strcasestr (Depends-on): Update.
+       * lib/c-strcasestr.c: Update.
+       * modules/c-strstr (Depends-on): Update.
+       * lib/c-strstr.c: Update.
+       * modules/canonicalize-lgpl (Depends-on): Update.
+       * lib/canonicalize-lgpl.c: Update.
+       * modules/clean-temp (Depends-on): Update.
+       * lib/clean-temp.c: Update.
+       * modules/csharpcomp (Depends-on): Update.
+       * lib/csharpcomp.c: Update.
+       * modules/csharpexec (Depends-on): Update.
+       * lib/csharpexec.c: Update.
+       * modules/javacomp (Depends-on): Update.
+       * lib/javacomp.c: Update.
+       * modules/javaexec (Depends-on): Update.
+       * lib/javaexec.c: Update.
+       * modules/mbscasestr (Depends-on): Update.
+       * lib/mbscasestr.c: Update.
+       * modules/mbsstr (Depends-on): Update.
+       * lib/mbsstr.c: Update.
+       * modules/setenv (Depends-on): Update.
+       * lib/setenv.c: Update.
+       * modules/strcasestr (Depends-on): Update.
+       * lib/strcasestr.c: Update.
+       * modules/striconveha (Depends-on): Update.
+       * lib/striconveha.c: Update.
+       * modules/relocatable-prog-wrapper (Files): Update.
+       * lib/relocwrapper.c: Update.
+       * build-aux/install-reloc: Update.
+       * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
+
+2007-06-08  Bruno Haible  <bruno@clisp.org>
+
+       Port to uClibc.
+       * lib/fbufmode.c (fbufmode): Add special code for uClibc.
+       * lib/fpurge.c (fpurge): Likewise.
+       * lib/freading.c (freading): Likewise.
+       * lib/fseeko.c (rpl_fseeko): Likewise.
+       * lib/fseterr.c (fseterr): Likewise.
+       * lib/fwriting.c (fwriting): Likewise.
+       * tests/test-fflush.c (main): Avoid a failure on uClibc.
+
+2007-06-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/intlmacosx.m4: New file, extracted from gettext.m4.
+       * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
+       * modules/gettext (Files): Add m4/intlmacosx.m4.
+
+2007-06-07  Bruno Haible  <bruno@clisp.org>
+
+       * modules/localename-tests: New file.
+       * tests/test-localename.c: New file.
+
+       New module 'localename'.
+       * lib/localename.h: New file.
+       * lib/localename.c: New file, from GNU gettext.
+       * m4/localename.m4: New file.
+       * modules/localename: New file.
+
+2007-06-07  Bruno Haible  <bruno@clisp.org>
+
+       Work around the lack of <wchar.h> on some builds of uClibc.
+       * doc/headers/wchar.texi: Update.
+       * lib/wchar_.h: Include <wchar.h> only if it exists.
+       * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
+       * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
+       (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
+       doesn't exist.
+       * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
+       * modules/mbfile (Depends-on): Add wchar.
+       * modules/mbiter (Depends-on): Likewise.
+       * modules/mbuiter (Depends-on): Likewise.
+       Reported by Simon Josefsson.
+
+2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Work around problem reported by Steven M. Schweda in
+       <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
+       Tru64 5.1B with the Compaq compiler environment installed declares
+       an 'isblank' function but does not define it in the C library.
+       * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
+       * lib/regex_internal.h (isblank): Likewise.
+       * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
+       * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
+
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
+       ia64.
+       * modules/printf-safe: New file.
+       * modules/fprintf-posix (Depends-on): Add printf-safe.
+       * modules/printf-posix (Depends-on): Likewise.
+       * modules/snprintf-posix (Depends-on): Likewise.
+       * modules/sprintf-posix (Depends-on): Likewise.
+       * modules/vasnprintf-posix (Depends-on): Likewise.
+       * modules/vasprintf-posix (Depends-on): Likewise.
+       * modules/vfprintf-posix (Depends-on): Likewise.
+       * modules/vprintf-posix (Depends-on): Likewise.
+       * modules/vsnprintf-posix (Depends-on): Likewise.
+       * modules/vsprintf-posix (Depends-on): Likewise.
+       * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
+       AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
+       non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
+       "no" on i386, x86_64, ia64.
+       * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
+       (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
+       on i386, x86_64, ia64.
+       * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
+       (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
+       on i386, x86_64, ia64.
+       * tests/test-vasnprintf-posix.c: Include float.h.
+       (LDBL80_WORDS): New macro.
+       (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
+       on i386, x86_64, ia64.
+       * tests/test-vasprintf-posix.c: Include float.h.
+       (LDBL80_WORDS): New macro.
+       (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
+       on i386, x86_64, ia64.
+       * tests/test-snprintf-posix.c: Include float.h.
+       * tests/test-sprintf-posix.c: Likewise.
+       * tests/test-vsnprintf-posix.c: Likewise.
+       * tests/test-vsprintf-posix.c: Likewise.
+
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
+       * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
+       non-IEEE numbers on i386, x86_64, ia64.
+       (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
+       * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
+       * tests/test-isnanl.h: Include float.h.
+       (main): Check also non-IEEE numbers on i386, x86_64, ia64.
+
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
+       also the %a / %A. Handle the %a / %A code before this extra handling.
+
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
+       NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
+
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
+       typo in variable name.
+
+2007-06-05  Eric Blake  <ebb9@byu.net>
+
+       * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
+       Reported by Simon Josefsson.
+
+2007-06-04  Bruno Haible  <bruno@clisp.org>
+
+       Avoid test failures on some PowerPC platforms.
+       * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
+       Define differently for PowerPC.
+       * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2007-06-02  Bruno Haible  <bruno@clisp.org>
+
+       Fix test-stdint failure on FreeBSD/ia64.
+       * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
+       PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
+       WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
+       * doc/headers/stdint.texi: Update.
+
+2007-06-01  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-binary-io.c (main): Pass a third argument to open().
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2007-06-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/functions/frexpl.texi: Update for mingw.
+
+2007-06-01  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-lseek.c (main): Disable test of errno for invalid third
+       argument.
+       * doc/functions/lseek.texi: Update.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2007-05-28  Bruno Haible  <bruno@clisp.org>
+
+       * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
+
+2007-05-31  Eric Blake  <ebb9@byu.net>
+
+       * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
+       cross compiling.
+
+2007-05-30  Eric Blake  <ebb9@byu.net>
+       and Bruno Haible  <bruno@clisp.org>
+
+       Work around mingw test failures exposed by m4-1.4.9b.
+       * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
+       * tests/test-unistd.c: Disable uid_t and git_t tests for the
+       moment.
+
+2007-05-30  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
+       assuming that they are closed. Needed on HP-UX 11.
+
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
+       Fix a problem with #include_next.
+       * lib/dirent_.h: Split the double-inclusion guard.
+       * lib/fcntl_.h: Likewise.
+       * lib/float_.h: Likewise.
+       * lib/iconv_.h: Likewise.
+       * lib/inttypes_.h: Likewise.
+       * lib/locale_.h: Likewise.
+       * lib/math_.h: Likewise.
+       * lib/netinet_in_.h: Likewise.
+       * lib/search_.h: Likewise.
+       * lib/signal_.h: Likewise.
+       * lib/stdint_.h: Likewise.
+       * lib/stdio_.h: Likewise.
+       * lib/stdlib_.h: Likewise.
+       * lib/string_.h: Likewise.
+       * lib/sys_select_.h: Likewise.
+       * lib/sys_socket_.h: Likewise.
+       * lib/sys_stat_.h: Likewise.
+       * lib/sys_time_.h: Likewise.
+       * lib/sysexits_.h: Likewise.
+       * lib/time_.h: Likewise.
+       * lib/unistd_.h: Likewise.
+       * lib/wchar_.h: Likewise.
+       * lib/wctype_.h: Likewise.
+
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
+       for the moment.
+
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
+       invocation.
+       Reported by Eric Blake.
+
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
+       compiling case.
+
 2007-05-29  Eric Blake  <ebb9@byu.net>
+           Bruno Haible  <bruno@clisp.org>
 
        * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
        cross compiles.