[lib/ChangeLog]
[gnulib.git] / ChangeLog
index d0a1078..ef72a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,94 @@
+2006-10-02  Eric Blake  <ebb9@byu.net>
+
+       * modules/strnlen (Depends-on): Add extensions.
+
+2006-10-02  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
+       to the AUTOMAKE_OPTIONS.
+       Reported by Jim Meyering.
+
+2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/openat (Files): Add lib/openat-proc.c.
+       (Depends-on): Add same-inode, stdbool.
+
+2006-09-28  Bruno Haible  <bruno@clisp.org>
+
+       * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
+       * modules/linkedhash-list (Depends-on): Likewise.
+       * modules/rbtreehash-list (Depends-on): Likewise.
+
+2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
+       * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
+
+2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/savewd (Depends-on): Add 'raise'.
+
+2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/clock-time (Maintainer): Add self.
+       * modules/getlogin_r (Depends-on): Add extensions.
+
+2006-09-25  Eric Blake  <ebb9@byu.net>
+
+       * gnulib-tool (func_import, func_create_testdir): Fix typos in
+       exec's in 2006-09-18 patch when shuffling fds.
+
+2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * modules/clock-time: New module.
+       * modules/nanosleep (Depends-on): Add clock-time.
+       * modules/gethrxtime (Depends-on): Likewise.
+       * modules/gettime (Depends-on): Likewise.
+       * modules/settime (Depends-on): Likewise.
+
+       * modules/fts-lgpl: Depend on openat.
+       * modules/mkancesdirs: Depend on savewd.
+       * modules/mkdir-p: Likewise.
+
+2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * modules/bison-i18n (Depends-on): Add gettext.
+
+2006-09-22  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_megatestdir): Don't include the config-h
+       module.
+       Suggested by Ralf Wildenhues.
+
+2006-09-22  Simon Josefsson  <jas@extundo.com>
+
+       * modules/gc-sha1:
+       * modules/gc-md4:
+       * modules/gc-hmac-sha1:
+       * modules/gc-hmac-md5:
+       * modules/gc-des:
+       * modules/gc-arcfour: Distribute more files.
+
+2006-09-17  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
+       at the beginning of the gl_INIT macro.
+       * modules/getloadavg (configure.ac): Pass $gl_source_base to
+       gl_GETLOADAVG.
+
+2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (func_version): Create output all at once.  This
+       may help avoid triggering unnecessary SIGPIPEs, and at any
+       rate it doesn't hurt.
+
 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modules/mkstemp (Depends-on): Add extensions, so that
        mkstemp is visible on some platforms.
        (Makefile.am): Add mkstemp.h to EXTRA_DIST.
        (Include): Change to "mkstemp.h" from <stdlib.h>.
+       (Files): Add mkstemp.h.
 
 2006-09-19  Eric Blake  <ebb9@byu.net>