From 09ad938a09da2800326a6af7a963cd72990c9b05 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Mar 2003 20:23:38 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de63365bb3..8e8e1304b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ -2003-03-09 Jim Meyering +2003-03-11 Jim Meyering * Version 4.5.10. + * tests/du/basic: Make the test larger than 64 bytes, so that we don't + immediately disqualify file systems (e.g., NetApp) on which smaller + files take up zero disk blocks. + +2003-03-10 Jim Meyering + + Don't segfault for a negative field width or precision in format string. + * src/printf.c: (UNSPECIFIED): Define. + (print_direc): Use the special value, UNSPECIFIED, to indicate + that field_width or precision has not been specified. + (print_formatted): Fail if field_width or precision is the + special value, UNSPECIFIED. + Reported by Oliver Kiddle + + * src/sys2.h (INT_MIN): Define, if necessary. + * tests/misc/printf: Add a test for the above-fixed bug. + +2003-03-09 Jim Meyering + * src/remove.c (AD_stack_pop): Cast sizeof... to int before changing its sign. This avoids a warning from gcc on 64-bit systems. Reported by Bob Proulx. -- 2.47.3