Update dependencies after rewrite.
[gnulib.git] / ChangeLog
index 009d675..d73dd7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,179 @@
+2006-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
+       getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
+
+2006-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/clean-temp: New file.
+
+2006-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/tmpdir: New file.
+       * MODULES.html.sh (File system functions): Add it.
+
+2006-07-23  Eric Blake  <ebb9@byu.net>
+
+       * modules/stdio-safer (Files): Add tmpfile-safer.c.
+       (Depends-on): Add binary-io.
+
+2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/close-stream: New file.
+       * modules/closeout (Description): Make it clear that it exits
+       with a diagnostic on error.
+       (Depends-on): Add close-stream.  Remove fpending, stdbool.
+       * MODULES.html.sh (File stream based Input/Output): Add close-stream.
+
+2006-07-22  Bruno Haible  <bruno@clisp.org>
+
+       Merge from GNU gettext 0.15.
+
+       2006-05-01  Bruno Haible  <bruno@clisp.org>
+
+               * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
+
+       2006-07-22  Bruno Haible  <bruno@clisp.org>
+
+               * modules/javaversion: New file.
+               * MODULES.html.sh (Java): Add javaversion.
+
+       2006-03-12  Bruno Haible  <bruno@clisp.org>
+
+               * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
+
+       2005-12-04  Bruno Haible  <bruno@clisp.org>
+
+               * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
+               (untested).
+
+       2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+               Avoid warnings from recent versions of mcs.
+               * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
+               -o, -L, -r any more. Use options documented since mcs-1.0
+               instead. Similarly for -g.
+
+       2005-12-04  Bruno Haible  <bruno@clisp.org>
+
+               * build-aux/csharpcomp.sh.in: Suffix for resources is
+               .resources, not .resource.
+
+       2005-07-09  Bruno Haible  <bruno@clisp.org>
+
+               * build-aux/csharpcomp.sh.in (options_csc): For -l option,
+               add a .dll suffix.
+               Reported by Mark Junker <mjscod@gmx.de>.
+
+       2006-07-22  Bruno Haible  <bruno@clisp.org>
+
+               * modules/gettext: Upgrade to gettext-0.15.
+               (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
+               m4/visibility.m4.
+               Replace m4/inttypes.m4 with m4/inttypes-h.m4.
+
+2006-07-21  Eric Blake  <ebb9@byu.net>
+
+       * modules/stdlib-safer: New file.
+       * MODULES.html.sh (File stream based Input/Output): Add
+       stdlib-safer.
+
+2006-07-20  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
+
+2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
+
+2006-07-20  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: Recognize new option --assume-autoconf.
+       (autoconf_minversion): New variable.
+       (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
+
+2006-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/list: New file.
+       * modules/array-list: New file.
+       * modules/carray-list, modules/carray-list-tests: New files.
+       * modules/linked-list, modules/linked-list-tests: New files.
+       * modules/avltree-list, modules/avltree-list-tests: New files.
+       * modules/rbtree-list, modules/rbtree-list-tests: New files.
+       * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
+       * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
+       * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
+       * modules/oset: New file.
+       * modules/array-oset: New file.
+       * modules/avltree-oset, modules/avltree-oset-tests: New files.
+       * modules/rbtree-oset, rbtree-oset-tests: New files.
+       * tests/test-carray_list.c: New file.
+       * tests/test-linked_list.c: New file.
+       * tests/test-avltree_list.c: New file.
+       * tests/test-rbtree_list.c: New file.
+       * tests/test-linkedhash_list.c: New file.
+       * tests/test-avltreehash_list.c: New file.
+       * tests/test-rbtreehash_list.c: New file.
+       * tests/test-avltree_oset.c: New file.
+       * tests/test-rbtree_oset.c: New file.
+       * MODULES.html.sh (Container data structures): New section.
+
+2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh: Add mkancestors.
+       * modules/mkancesdirs: New module.
+       * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
+       lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
+       The chdir-safer and afs files are now orphans; I'll remove them
+       unless someone speaks up.
+       Add lib/dirchownmod.c, lib/dirchownmod.h.
+       (Depends-on): Remove alloca, chown, save-cwd, dirname.
+       Add lchown, mkancesdirs.
+       (Maintainer): Add self.
+
+2006-07-15  Karl Berry  <karl@gnu.org>
+
+       * gnulib-tool: help message wording/arrangement.
+
+2006-07-12  Simon Josefsson  <jas@extundo.com>
+
+       * modules/gendocs (License): Fix license, approved by Karl.
+
+2006-07-12  Eric Blake  <ebb9@byu.net>
+
+       * MODULES.html.sh: Add gendocs.
+
+2006-07-11  Eric Blake  <ebb9@byu.net>
+
+       * gnulib-tool: List --doc-base before --tests-base.
+
+2006-07-11  Eric Blake  <ebb9@byu.net>
+
+       * modules/fdl: New module, to install doc/fdl.texi.
+       * MODULES.html.sh: Add new section for documentation modules.
+       * gnulib-tool: Avoid space-tab.
+       (--doc-base): New option, to manage files from doc.
+
+2006-07-11  Bruno Haible  <bruno@clisp.org>
+
+       * README: Mention where to put documentation.
+
+2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
+
+2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
+       for the benefit of people using Autoconf 2.60.  If you want to
+       support older Autoconf versions you can copy m4/onceonly_2_57.m4
+       (or m4/onceonly.m4, if pre-2.57) manually.
+
+2006-07-07  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-crc.c: Change expected crc value, the test vector
+       were probably computed using the old broken crc.c?
+
 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
 
        * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,