New module 'vsnprintf'.
[gnulib.git] / ChangeLog
index 39e6b59..22d5563 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+2004-10-11  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (Support for systems lacking ISO C 99): Add
+       vsnprintf.
+
+2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
+
+       * modules/vsnprintf: New file.
+
+2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
+
+       * modules/argmatch, modules/argp, modules/closeout, modules/error,
+       modules/exclude, modules/getdate, modules/getline,
+       modules/getndelim2, modules/getpass, modules/getpass-gnu,
+       modules/getusershell, modules/linebuffer, modules/md5,
+       modules/mountlist, modules/posixtm, modules/readtokens,
+       modules/readutmp, modules/regex, modules/sha1,
+       modules/version-etc, modules/yesno:
+       Remove dependency on unlocked-io.
+
+2004-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/README: New file.
+       * gnulib-tool (func_all_modules, func_verify_module): modules/README is
+       not a module.
+
+2004-10-04  Simon Josefsson  <jas@extundo.com>
+
+       * modules/memmem: New file.
+       * tests/test-memmem.c: New file.
+       * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
+
+2004-10-01  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh: Add strsep.
+
+2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
+
+       * modules/strsep: New file.
+
+2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
+
+2004-09-30  Simon Josefsson  <jas@extundo.com>
+
+       * modules/snprintf: New file.
+
+2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/argp (Maintainer): Replace Simon Josefsson
+       by Sergey Poznyakoff.
+
+2004-09-29  Bruno Haible  <bruno@clisp.org>
+
+       * modules/alloca-opt: New file, derived from modules/alloca.
+       * modules/allocsa: Depend on alloca-opt instead of alloca.
+       * modules/setenv: Likewise.
+       * modules/vasnprintf: Likewise.
+       * MODULES.html.sh: Add alloca-opt.
+
+2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/dummy: Change license to LGPL.
+
+2004-09-29  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool: New parameter --lgpl, to asseert that modules are
+       LGPL, and to replace license template from GPL to LGPL.
+
+2004-09-23  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
+
+2004-09-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/*: Add 'License' field.
+       * gnulib-tool: Accept --extract-license option.
+       (func_get_license): New function.
+
+2004-09-21  Bruno Haible  <bruno@clisp.org>
+
+       * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
+       Reported by Simon Josefsson.
+
+2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/inttostr (Files): Add m4/longlong.m4, since it uses
+       gl_AC_TYPE_LONG_LONG.
+
+2004-09-18  Simon Josefsson  <jas@extundo.com>
+       and  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
+       calls with autoreconf.  Define GL_LIB.
+
 2004-09-09  Karl Berry  <karl@gnu.org>
 
        * regex.[ch]: delete from the root.  These were supposed to be
@@ -5,7 +103,7 @@
                a year, and anyway nothing else uses emacs regex.[ch].
                bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
                lib/regex[.ch] is untouched.
-               
+
 2004-09-09  Bruno Haible  <bruno@clisp.org>
 
        * modules/vasnprintf (Files): Add m4/eoverflow.m4.