From: Jim Meyering Date: Sat, 3 Feb 2001 10:31:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_39~40 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c83137adb33d14ab8b48c076b30fc601fd83b4ca;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6b98eacb28..8c96dca1a1 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,21 @@ +2001-02-03 Jim Meyering + + 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 + + * src/test.c (eaccess) [__MSDOS__]: Just use access. + +2001-01-26 Jim Meyering + + * src/dirname.c (main): Declare local result as non-const, now + that it's freed. + 2001-01-20 Jim Meyering * configure.in: Remove jm_CHECK_ALL_TYPES.