changeset 3659:819f2876619a

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 28 Nov 2001 06:57:33 +0000
parents d1a5c0a92699
children 8598ec236c4b
files lib/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.