Reflect the renamings.
[gnulib.git] / lib / ChangeLog
index 1cafcdf..51ecefb 100644 (file)
@@ -1,6 +1,17 @@
+2004-04-18  Jim Meyering  <jim@meyering.net>
+
+       * readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure,
+       don't leak memory and do call END_UTMP_ENT.
+
+2004-04-11  Paul Eggert  <eggert@twinsun.com>
+
+       * inttostr.h: Include <limits.h> unconditionally, since we assume C89.
+       (CHAR_BIT): Remove, since we assume C89.
+       Include <stdint.h> if available, as per current Autoconf CVS advice.
+
 2004-03-30  Paul Eggert  <eggert@twinsun.com>
 
-       * lib/cloexec.h, lib/cloexec.c (set_cloexec_flag): Return int
+       * cloexec.h, cloexec.c (set_cloexec_flag): Return int
        not bool, to be more consistent with Unix conventions.
        Suggested by Bruno Haible.
 
@@ -62,7 +73,7 @@
        of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
        compatible extension.  Simplify code by removing a boolean int
        that was always nonzero if a string was nonnull.
-       
+
 2004-03-30  Jim Meyering  <jim@meyering.net>
 
        Merge from coreutils.