summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-02-03 13:37:55 +0000
committerJim Meyering <jim@meyering.net>2001-02-03 13:37:55 +0000
commit3f6077b5bbe8be0e731723d774da0e8106951f21 (patch)
treeef3c3bfbebd80a6c727fbd94416c615e186a64b2
parent52377e246dd8f2c0fb902937c7c05db16b240700 (diff)
downloadcoreutils-3f6077b5bbe8be0e731723d774da0e8106951f21.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 8c96dca1a..53c8b6165 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,6 +1,6 @@
2001-02-03 Jim Meyering <meyering@lucent.com>
- Improve the performance of `factor'.
+ Improve the performance of `factor' (more than 2x speed-up for large N).
* src/factor.c (wheel_tab): New global table.
(WHEEL_START, WHEEL_END): Define.
(factor): Remove the loop that special-cased `2'.