summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-05 20:53:37 +0000
committerJim Meyering <jim@meyering.net>2003-09-05 20:53:37 +0000
commit740b0b6e12036a06085db9477593b6193786604a (patch)
treef9f2991168796866d1852ff30e7656bf8f48aa0d
parent1f4715e0e8d5e1bb071e2ecd6e60b68603460fd7 (diff)
downloadcoreutils-740b0b6e12036a06085db9477593b6193786604a.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog12
-rw-r--r--THANKS1
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e37d0a1d..679b7f0ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-04 Paul Eggert <eggert@twinsun.com>
+
+ Don't ignore -S if input is a pipe. Bug report by Michael McFarland in
+ <http://mail.gnu.org/archive/html/bug-coreutils/2003-09/msg00008.html>.
+
+ * src/sort.c (sort_buffer_size): Omit SIZE_BOUND arg. Compute the
+ size_bound ourselves. if an input file is a pipe and the user
+ specified a size, use that size instead of trying to guess the
+ pipe size. This has the beneficial side effect of avoiding the
+ overhead of default_sort_size in that case. All callers changed.
+ (sort): Remove static var size; now done by sort_buffer_size.
+
2003-09-05 Jim Meyering <jim@meyering.net>
* Version 5.0.91.
diff --git a/THANKS b/THANKS
index ae8ed1ea9..4f50e3b03 100644
--- a/THANKS
+++ b/THANKS
@@ -287,6 +287,7 @@ Michael Gaughen mgaughen@polyserve.com
Michael Hasselberg mikelh@zonta.ping.de
Michael Hohn hohn@math.utah.edu
Michael J. Croghan mcroghan@usatoday.com
+Michael McFarland sidlon@yahoo.com
Michael Piefel piefel@informatik.hu-berlin.de
Michael Steffens michael.steffens@s.netic.de
Michael Stone mstone@debian.org