projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3433a
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 26 Aug 2001 06:51:25 +0000
(06:51 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 26 Aug 2001 06:51:25 +0000
(06:51 +0000)
old/textutils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/textutils/ChangeLog
b/old/textutils/ChangeLog
index 604ba7f293e8d340ded3337f8a4cb004fe976c10..4ba34955a9762f6a5679a46eee21173daefbc960 100644
(file)
--- a/
old/textutils/ChangeLog
+++ b/
old/textutils/ChangeLog
@@
-1,7
+1,14
@@
-2001-08-25 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+2001-08-08 Charles Randall <crandall@matchlogic.com>
+
+ * src/sort.c (mergefps): Do not allocate at least sort_size
+ bytes for each merge buffer. Instead, allocate at least
+ sort_size bytes total.
+
+2001-08-25 Jim Meyering <meyering@lucent.com>
+
* tests/uniq/Test.pm: Re-enable some commented-out tests.
2001-08-25 Paul Eggert <eggert@twinsun.com>