New module 'strcasestr'.
[gnulib.git] / ChangeLog
index 2de2463..58b787c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,200 @@
+2005-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strcasestr: New file.
+       * MODULES.html.sh (String handling, based on ANSI C 89): Add
+       strcasestr.
+
+2005-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strstr (Files): Add m4/mbrtowc.m4.
+       (Depends-on): Add mbuiter.
+
+2005-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
+
+2005-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbuiter: New file.
+       * MODULES.html.sh (Extended multibyte and wide character utilities):
+       Add mbuiter.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strcase (Files): Add m4/mbrtowc.m4.
+       (Depends-on): Add strnlen1, mbchar.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strnlen1: New file.
+       * MODULES.html.sh (String handling): Add strnlen1.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbfile: New file.
+       * MODULES.html.sh (Extended multibyte and wide character utilities):
+       Add mbfile.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbiter: New file.
+       * MODULES.html.sh (Extended multibyte and wide character utilities):
+       Add mbiter.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbchar: New file.
+       * MODULES.html.sh (Extended multibyte and wide character utilities):
+       New section.
+
+2005-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * modules/tls: New file.
+       * MODULES.html.sh (Multithreading): Add tls.
+
+2005-08-15  Simon Josefsson  <jas@extundo.com>
+
+       * modules/ssize_t (License): Change to 'unlimited'.
+
+       * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
+
+2005-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
+       ssize_t.
+
+2005-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * modules/getndelim2: Use ssize_t module.
+       * modules/getnline: Likewise.
+       * modules/safe-read: Likewise.
+       * modules/xreadlink: Likewise.
+
+       * modules/ssize_t: New file.
+
+2005-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
+       readline, getdelim and check_version.
+       (Support for systems lacking ISO C 99: Sizes of integer types):
+       Add size_max.
+
+2005-08-11  Simon Josefsson  <jas@extundo.com>
+
+       * modules/readline: New file.
+
+       * modules/strnlen (Files): Add strnlen.h.
+
+2005-08-10  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-iconvme.c: New file.
+
+2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
+
+       * README: Typos.
+
+2005-08-02  Simon Josefsson  <jas@extundo.com>
+
+       * modules/getdelim: New file.
+
+       * modules/getline: Rewrite, don't use getndelim2.
+
+2005-07-16  Simon Josefsson  <jas@extundo.com>
+
+       * modules/readline: New file.
+
+2005-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/visibility: New file.
+       * MODULES.html.sh (Misc): Add visibility.
+
+2005-07-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/alloca-opt (Makefile.am): Remove explicit dependency on
+       $(ALLOCA_H), redundant through BUILT_SOURCES.
+       * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
+       redundant through BUILT_SOURCES.
+       * modules/byteswap (Makefile.am): Remove explicit dependency on
+       $(BYTESWAP_H), redundant through BUILT_SOURCES.
+       * modules/fnmatch (Makefile.am): Remove explicit dependency on
+       $(FNMATCH_H), redundant through BUILT_SOURCES.
+       * modules/getopt (Makefile.am): Remove explicit dependency on
+       $(GETOPT_H), redundant through BUILT_SOURCES.
+       * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
+       redundant through BUILT_SOURCES.
+       * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
+       redundant through BUILT_SOURCES.
+       * modules/stdbool (Makefile.am): Remove explicit dependency on
+       $(STDBOOL_H), redundant through BUILT_SOURCES.
+       * modules/stdint (Makefile.am): Remove explicit dependency on
+       $(STDINT_H), redundant through BUILT_SOURCES.
+       * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
+       Remove explicit dependency on $(SYSEXITS_H).
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
+2005-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/lock: New file.
+       * MODULES.html.sh (Multithreading): New section.
+
+2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/xalloc (Depends-on): Add xalloc-die.
+       * modules/xvasprintf (Depends-on): Add xalloc-die.
+
+2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/argp (Depends-on): Remove unlocked-io.
+
+2005-07-11  Simon Josefsson  <jas@extundo.com>
+
+       * modules/size_max: New file.
+
+       * modules/xsize: Depend on size_max module for size_max.m4.
+
+2005-07-09  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_usage): Document option --avoid.
+       (Command line options): Handle --avoid.
+       (func_acceptable): New function.
+       (func_modules_transitive_closure): Use it.
+
+2005-07-11  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
+       Reported by Jim Meyering.
+
+2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * modules/argp (Depends-on): Add unlocked-io
+
+2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/regex (Files): Add lib/regex_internal.c,
+       lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
+       (Depends-on): Add extensions.
+       (Makefile.am): Remove lib_SOURCES; now done by m4 code.
+
+2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Support programs like Emacs that use gnulib but not gettext.
+       * MODULES.html.sh (Internationalization functions): Add gettext-h.
+       * modules/gettext-h: New file.
+       * modules/gettext (Files): Remove lib/gettext.h.
+       (Depends-on): Add gettext-h.
+       (Makefile.am): Remove lib_SOURCES.
+       * modules/argmatch, modules/c-stack, modules/closeout:
+       * modules/copy-file, modules/csharpcomp, modules/csharpexec:
+       * modules/execute, modules/file-type, modules/getaddrinfo:
+       * modules/getopt, modules/human, modules/javacomp:
+       * modules/javaexec, modules/mkdir-p, modules/obstack:
+       * modules/openat, modules/pagealign_alloc, modules/pipe:
+       * modules/quotearg, modules/regex, modules/rpmatch:
+       * modules/unicodeio, modules/userspec, modules/version-etc:
+       * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
+       * modules/xsetenv:
+       Depend on gettext-h, not gettext.
+
 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnulib-tool (func_import): Add support for 'public domain' license.