From: Jim Meyering Date: Wed, 28 Nov 2001 06:57:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4e7e9e4676a70931e38a5417b0e3107fd0967b;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0990ac4c19..1702d23c31 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,18 @@ +2001-11-27 Paul Eggert + + * 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 * 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 * 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.