* memcoll.c (memcoll): Optimize for the common case where the
[gnulib.git] / ChangeLog
index c640f96..3eb6b03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
+
+2006-08-15  Bruno Haible  <bruno@clisp.org>
+
+       * modules/tmpdir (License): Change to LGPL.
+
+2006-08-15  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
+       module.
+
+2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Change copyright notice from LGPL 2 to GPL 2, since that's the
+       standard form used in the gnulib repository.
+       * tests/test-lock.c: Likewise.
+       * tests/test-stdint.c: Likewise.
+       * tests/test-tls.c: Likewise.
+
+       * users.txt: Add bison, diffutils, libprelude, prelude-lml,
+       prelude-manager.  User shorter URLs for GNU projects, without '?'.
+       Add copyright notice.
+
+       * check-module: Add copyright notice.  Output a copyright
+       notice if "--version" is specified.
+       * modules/COPYING: New file.
+       * tests/test-getaddrinfo.c: Add copyright notice.
+       * tests/test-verify.c: Likewise.
+
+2006-08-11  Eric Blake  <ebb9@byu.net>
+
+       * users.txt: Sort.  Add tar.
+
+2006-08-11  Bruno Haible  <bruno@clisp.org>
+
+       * users.txt: New file.
+
+2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/snprintf (Depends-on): Remove minmax.
+       (Maintainer): Add self and Bruno.
+
+2006-08-10  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_testdir): Detect unexpanded macros here
+       as well.
+
+2006-08-10  Eric Blake  <ebb9@byu.net>
+       and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (func_import): Detect unexpanded macros in gnulib
+       namespace.
+
+2006-08-10  Jim Meyering  <jim@meyering.net>
+
+       * modules/same-inode: New module.
+       * modules/dev-ino: New module.
+       * modules/cycle-check: Depend on these modules, rather than simply
+       including their .h files.
+       (Makefile.am): Don't list cycle-check.[ch] here, now that they're
+       required via m4/cycle-check.m4.
+       * modules/same: Depend on new same-inode module, rather than
+       including same-inode.h.
+       * modules/chdir-safer: New file.
+
+       * modules/chown (Depends-on): Add stat-macros.
+
+2006-08-10  Eric Blake  <ebb9@byu.net>
+
+       * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
+       in from original proposal.
+
+2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/restrict: Remove; no longer needed now that we assume
+       Autoconf 2.59 or later.
+       * MODULES.html.sh: Remove 'restrict'.
+       * modules/argp (Depends-on): Remove 'restrict'.
+       * modules/base64 (Depends-on): Likewise.
+       * modules/gc (Depends-on): Likewise.
+       * modules/getaddrinfo (Depends-on): Likewise.
+       * modules/glob (Depends-on): Likewise.
+       * modules/inet_ntop (Depends-on): Likewise.
+       * modules/inet_pton (Depends-on): Likewise.
+       * modules/memxor (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/strtok_r (Depends-on): Likewise.
+       * modules/time_r (Depends-on): Likewise.
+
 2006-08-08  Eric Blake  <ebb9@byu.net>
 
        * modules/verror: New module.