diff options
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-02-14 Paul Eggert <eggert@cs.ucla.edu> +2005-02-15 Jim Meyering <jim@meyering.net> * Version 5.3.1. + * src/nice.c (NZERO) [NZERO == 0]: Undefine and define to 20, + to work around the invalid definition from Darwin 7.7.0. + Test failure reported by Sébastien Maret. + +2005-02-14 Paul Eggert <eggert@cs.ucla.edu> + * src/sort.c (mergefps): Use binary search rather than linear one when comparing new line to lines already in main memory. Idea suggested by James Lemley. |