New module 'xvasprintf'.
[gnulib.git] / ChangeLog
index f8c8197..75a877f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
+
+       * modules/xvasprintf: New file.
+       * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
+
+2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/userspec: Don't depend on alloca.
+
+2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
+       readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
+       utimecmp, utimens, xnanosleep.  Rename sha to sha1.
+
+2004-08-16  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool: Use sed instead of autoconf --trace, inspired by
+       libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
+       Add --dry-run for --import.
+       Let user provided command line parameters override configure.ac
+       settings.
+
+2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/argp (Files): Add m4/unlocked-io.m4.
+       (Depends-on): Add extensions.
+
+2004-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool: Add --source-base, --m4-base, --libtool options.
+       Change default library name from libfoo to libgnu.
+       Now, if you have a configure.ac that says:
+               gl_SOURCE_BASE(gl)
+               gl_M4_BASE(gl/m4)
+               gl_MODULES(error getopt etcetera)
+               gl_INIT
+       you can import all you need by running:
+               ../gnulib/gnulib-tool --import
+
+       * modules/getopt (Files): Rename getopt.h to getopt_.h.
+       (Makefile.am): Rewrite, use logic from argz.
+       (Include): Use <getopt.h> instead of "getopt.h".
+
+2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
+       m4/uintmax_t.m4.
+
+2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/xalloc-die: New file.
+       * modules/xalloc: Remove dependencies on error, gettext, exitfail.
+
+       * modules/md5 (Files): Add m4/uint32_t.m4.
+       * modules/sha1: Renamed from modules/sha.
+       (Files):
+       Rename lib/sha.h to lib/sha1.h.
+       Rename lib/sha.c to lib/sha1.c.
+       Rename m4/sha.m4 to m4/sha1.m4.
+       (lib_SOURCES): Likewise.
+       (configure.ac): Rename gl_SHA to gl_SHA1.
+       (Include): sha.h -> sha1.h.
+
+2004-08-08  Simon Josefsson  <jas@extundo.com>
+
+       * modules/xgethostname (Depends-on): Remove exit and error (not
+       used).
+
+       * modules/getpass-gnu: Add getpass.h.
+       (Depends-on): Add stdbool.
+       * modules/getpass: Add getpass.h.
+
+2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       More merge from coreutils.
+       * modules/raise, modules/readtokens0, modules/utimens,
+       modules/utimecmp, module/xnanosleep: New files.
+       * modules/strftime: Add lib/strftime.h.
+       Change include from <time.h> to "strftime.h".
+       * modules/yesno: Add lib/yesno.h.
+       * modules/backupfile: Remove lib/addext.c.
+       * modules/euidaccess: Add stat-macros.h.
+       * modules/canonicalize, modules/euidaccess,
+       modules/filemode, modules/lchown, modules/makepath,
+       modules/rmdir, modules/stat: Likewise.
+
+2004-08-03  Simon Josefsson  <jas@extundo.com>
+
+       * modules/progname (Depends-on): Don't depend on stdbool.
+
 2004-08-02  Simon Josefsson  <jas@extundo.com>
 
        * modules/getsubopt: New file.
 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
+
+
+Copyright (C) 2000, 2001, 2002, 2003, 2004
+  Free Software Foundation, Inc.
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.