summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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.