diff options
author | Jim Meyering <jim@meyering.net> | 1992-12-07 05:32:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1992-12-07 05:32:29 +0000 |
commit | a1507ef1dac3b6431c22a26d26f8674ef1b39bd4 (patch) | |
tree | 0a1b80fb1b9114ebaefd22db029293881d74efe9 /old/sh-utils/ChangeLog | |
parent | d6b0403a1dadac10387b50205901b2a4ead82ad9 (diff) | |
download | coreutils-a1507ef1dac3b6431c22a26d26f8674ef1b39bd4.tar.xz |
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 189134485..65217708b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 6 23:17:09 1992 Jim Meyering (meyering@comco.com) + + * date.c: Remove unused definition of isdigit. + * expr.c (toarith): Change single use of isdigit to ISDIGIT. + * printf.c (print_formatted, print_esc): Define ISXDIGIT and + ISXDIGIT and use them instead of isdigit and isxdigit. + Wed Dec 2 12:49:11 1992 Jim Meyering (meyering@comco.com) * env.c, id.c, nice.c, pathchk.c, stty.c, su.c, tee.c, tty.c, |