1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 02:04:06 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-04-21 04:29:00 +00:00
parent 8907976270
commit 9b56140087
+17
View File
@@ -1,3 +1,20 @@
1999-04-20 Paul Eggert <eggert@twinsun.com>
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.
(<stdlib.h>): 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 <meyering@ascend.com>
* tests/Makefile.am (EXTRA_DIST): s/posix-warn/env-warn/.