diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-27 09:55:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-27 09:55:22 +0000 |
commit | baf3556d8d98897c4b503c3b12920cbc23b601d3 (patch) | |
tree | bdc07e7724cf4389c991a0488d76de0ac10b4bdb | |
parent | 77962dd067994464990846ef9bb461c38cd67454 (diff) | |
download | coreutils-baf3556d8d98897c4b503c3b12920cbc23b601d3.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ -2003-12-24 Jim Meyering <jim@meyering.net> +2003-12-26 Jim Meyering <meyering@lucent.com> * 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 <eggert@twinsun.com> * src/ls.c (length_of_file_names_and_frills): |