summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-14 18:04:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-14 18:04:43 +0000
commit058e9af0e3637c93c84a1de3cbc8469d73cafd1a (patch)
treee9e08752220dc688211e22827c7808685cac8db3
parent47a3ba5c456c4faf353af69a24cbb293a6022c27 (diff)
downloadcoreutils-058e9af0e3637c93c84a1de3cbc8469d73cafd1a.tar.xz
* src/sort.c (mergefps): Use binary search rather than linear.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 614db90cf..ed9ca60df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-02-09 Jim Meyering <jim@meyering.net>
+2005-02-14 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * 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.
+
+2005-02-09 Jim Meyering <jim@meyering.net>
+
* src/copy.c (valid_options): Add an assertion that
not both hard_link and symbolic_link are set.