diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-28 06:57:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-28 06:57:33 +0000 |
commit | dec4961f11357af9ebdef2ff11c50cb3afc5951f (patch) | |
tree | f0d5423a8e95208429a3bc008956d0c1593a4118 | |
parent | ff927371bde9d9aefaa86198f5f6554cb5278a4d (diff) | |
download | coreutils-dec4961f11357af9ebdef2ff11c50cb3afc5951f.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0990ac4c1..1702d23c3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,18 @@ +2001-11-27 Paul Eggert <eggert@twinsun.com> + + * quotearg.h (quotearg_n, quotearg_n_style): + First arg is int, not unsigned. + * quotearg.c (quotearg_n, quotearg_n_style): Likewise. + (SIZE_MAX, UINT_MAX): New macros. + (quotearg_n_options): Abort if N is negative. + Avoid overflow check on hosts where size_t is 64 bits and int + is 32 bits, as overflow is impossible there. + Fix off-by-one typo that caused unnecessary reallocation. + 2001-11-27 Jim Meyering <meyering@lucent.com> * tempname.c: Merge with version from libc. + * regex.c: Likewise. * tempname.c: Include stdlib.h unconditionally. On some old systems for which STDC_HEADERS is 0, it was not included, resulting in a @@ -10,6 +22,7 @@ 2001-11-26 Jim Meyering <meyering@lucent.com> * gtod.h: Remove file. + * Makefile.am (libfetish_a_SOURCES): Remove gtod.h. * gettimeofday.c: Don't include gtod.h. (GTOD_init): Remove function. (rpl_gettimeofday): Do its job here instead, rather than aborting. |