From baf3556d8d98897c4b503c3b12920cbc23b601d3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Dec 2003 09:55:22 +0000 Subject: *** empty log message *** --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ffc5a560..d227b43ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-12-24 Jim Meyering +2003-12-26 Jim Meyering * Version 5.1.1. + fold -s didn't work on e.g., alpha-based systems. + * src/fold.c (fold_file): Adjust types (int->size_t) so that using + x2nrealloc works properly on systems with differing sizes for int + and size_t. Reported by Nelson Beebe. + + * src/fold.c: Use `bool' (not int) as the type for a few + global variables. + 2003-12-23 Paul Eggert * src/ls.c (length_of_file_names_and_frills): -- cgit v1.2.3-54-g00ecf