From: Jim Meyering Date: Sun, 6 Apr 1997 20:36:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16a~138 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ebce57b0e669e4d0eb55d2cb94772e33d8358307;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 427d96d985..94326e7d90 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +Sun Apr 6 14:29:14 1997 Jim Meyering + + * src/printf.c: Reorder functions to obviate forward decls. + Change most char* dcls to const char*. + (STRTOX): New macro to eliminate code duplication. + (xstrtod, xstrtol, xstrtoul): Remove functions. + Use the STRTOX instead. + + * src/printf.c: (STRTOX): Interpret arguments like 'a and "a + as POSIX requires. Derived from a patch by Dennis Henriksen. + Sun Mar 23 15:20:17 1997 Jim Meyering * configure.in (ALL_LINGUAS): Add polish (pl).