diff options
author | Jim Meyering <jim@meyering.net> | 1997-04-06 20:36:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-04-06 20:36:48 +0000 |
commit | ebce57b0e669e4d0eb55d2cb94772e33d8358307 (patch) | |
tree | e16016a8c7f4c92f850f97dd3ac4937fe1d9acd6 /old/sh-utils | |
parent | 3426e7ca7a2b9834ab34701a1337a922deba5467 (diff) | |
download | coreutils-ebce57b0e669e4d0eb55d2cb94772e33d8358307.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 427d96d98..94326e7d9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +Sun Apr 6 14:29:14 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * configure.in (ALL_LINGUAS): Add polish (pl). |