* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
[gnulib.git] / ChangeLog
index 19d2922..45b1fd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
+       loops on small arguments.  This attempts to avoid the problem
+       Bruno Haible reported for AIX 4.3.2 in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
+
+2007-02-23  Bruno Haible  <bruno@clisp.org>
+
+       * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
+       Needed for help2man.
+
+2007-02-23  Karl Berry  <karl@gnu.org>
+
+       * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
+       exists, foo.h should be cvs-ignored, not committed.
+
+2007-02-23  Eric Blake  <ebb9@byu.net>
+
+       * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
+       * lib/stat-time.h (includes): Likewise.
+       * lib/utimecmp.c (includes): Likewise.
+       * lib/utimens.h (includes): Likewise.
+       * lib/getdate.y (includes): Also include "timespec.h" for use
+       internal to the module.
+       * modules/utimens (Depends-on): Revert yesterday's patch.
+       * modules/nanosleep (Depends-on): Add missing dependency.
+
+2007-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glob.c: Don't include getlogin_r.h.
+
+2007-02-22  Jim Meyering  <jim@meyering.net>
+
+       * modules/utimens (Depends-on): Add timespec, required for
+       utimens.h's inclusion of timespec.h.
+
 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
        long lines.
 
 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * modules/tmpfile: New file.
        * lib/tmpfile.c: New file.
 
 2007-02-03  Jim Meyering  <jim@meyering.net>
 
-        Give tools a better chance to allocate space for very large buffers.
+       Give tools a better chance to allocate space for very large buffers.
        * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
 
        Make pwd and readlink work also when run with an unreadable parent dir
        an error.
        (strncasecmp): Conditionally define as a macro that leads to a warning.
 
-2007-02-01  Jim Meyering  <jim@meyering.net>
-
-       Give tools a better chance to allocate space for very large buffers.
-       * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
-
 2007-02-01  Karl Berry  <karl@gnu.org>
 
        * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.