summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-02-03 10:31:39 +0000
committerJim Meyering <jim@meyering.net>2001-02-03 10:31:39 +0000
commitc83137adb33d14ab8b48c076b30fc601fd83b4ca (patch)
treee49fbe8cfc5a0b1b92f463b0af8432ce9c2ac1d7
parented71d8021eb83fb5347a50e2ab4431736aa88be2 (diff)
downloadcoreutils-c83137adb33d14ab8b48c076b30fc601fd83b4ca.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6b98eacb2..8c96dca1a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,21 @@
+2001-02-03 Jim Meyering <meyering@lucent.com>
+
+ Improve the performance of `factor'.
+ * src/factor.c (wheel_tab): New global table.
+ (WHEEL_START, WHEEL_END): Define.
+ (factor): Remove the loop that special-cased `2'.
+ Instead of incrementing by `2', use the offsets from the wheel table.
+ From Michael Steffens.
+
+2000-11-27 Prashant TR <rprash@wilco-int.com>
+
+ * src/test.c (eaccess) [__MSDOS__]: Just use access.
+
+2001-01-26 Jim Meyering <meyering@lucent.com>
+
+ * src/dirname.c (main): Declare local result as non-const, now
+ that it's freed.
+
2001-01-20 Jim Meyering <meyering@lucent.com>
* configure.in: Remove jm_CHECK_ALL_TYPES.