From: Jim Meyering Date: Wed, 21 Apr 1999 04:29:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16g~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b56140087fedf375c249ca1cdef5fbde055f0f4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8698aa4fc7..538098695e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +1999-04-20 Paul Eggert + + Replace our temporary hack implementation of strtoumax with + something very close to the real code in glibc. + + * lib/xstrtoumax.c: Remove the temporary strtoumax replacement; + we now have a true replacement in strtoumax.c. + (__strtol): Always define to strtoumax. + (): No need to include. + (PARAMS): Remove. + (my_strtoumax): Move this to strtoumax.c, + rename it to strtoumax, and simplify. + + * lib/strtoull.c, lib/strtoumax.c: New files. + + * lib/strtol.c: Update to glibc 2.1.1 version. + 1999-04-20 Jim Meyering * tests/Makefile.am (EXTRA_DIST): s/posix-warn/env-warn/.