* modules/iconv (Files): Move config.rpath to havelib, it is used there.
[gnulib.git] / ChangeLog
index 36134e2..da5c573 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2005-10-05  Simon Josefsson  <jas@extundo.com>
+
+       * modules/iconv (Files): Move config.rpath to havelib, it is used
+       there.
+
+       * modules/havelib (Files): Add config.rpath.
+
+2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
+       From Ben Pfaff.
+
+       * modules/exclude (Depends-on): Depend on verify.
+       * modules/strtoimax (Depends-on): Likewise.
+       * modules/utimecmp (Depends-on): Likewise.
+
+2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/regex (Depends-on): Add strcase.
+
+       * modules/gethostname (Licence): Change from GPL to LGPL, since
+       gethostname.c is a trivial implementation of a standard library
+       function.
+       * modules/poll (License): Change from GPL to LGPL, since it's
+       derived from LGPL code.
+
+2005-09-26  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
+       is necessary.
+       (lib_SOURCES): Remove mbchar.c.
+       * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
+       (Files): Add m4/mbrtowc.m4.
+       * modules/mbiter: Likewise.
+       * modules/mbuiter: Likewise.
+
+2005-09-25  Jim Meyering  <jim@meyering.net>
+
+       * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
+       also uses socklen_t.
+
+2005-09-23  Jim Meyering  <jim@meyering.net>
+
+       * modules/getaddrinfo (Depends-on): Add socklen.
+
+2005-09-23  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-verify.c: New file.
+
+2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Sync from coreutils.
+
+       * modules/argmatch (Depends-on): Add verify.
+       * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
+       unistd-safer.
+       * modules/save-cwd (Depends-on): Likewise.
+
+       * modules/openat (Files): Add lib/openat-die.c.
+       (Depends-on): Remove error, exitfail.
+       Add dirname.
+
+       * modules/verify: New file.
+       * MODULES.html.sh (Diagnostics <assert.h>): New section,
+       with "verify" module.
+
+2005-09-20  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: Remove trailing slashes from the values specified for
+       --source-base, --m4-base, --tests-base, --aux-dir.
+       Suggested by Simon Josefsson <jas@extundo.com>.
+
+2005-09-20  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_all_modules, func_modules_transitive_closure,
+       func_modules_to_filelist, func_import, func_create_testdir): Make all
+       sorting results locale-independent, so that gnulib-cache.m4 doesn't
+       change when gnulib-tool is invoked in a different locale.
+
+2005-09-19  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import): Provide default for --tests-base.
+
 2005-09-19  Jim Meyering  <jim@meyering.net>
 
        * modules/pathmax (License): Change to LGPL.