autoupdate
[gnulib.git] / ChangeLog
index 9960e62..4de576e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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.
        (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.