diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-21 13:22:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-21 13:22:37 +0000 |
commit | 535135e82679313de7585e74a7758793dfb49282 (patch) | |
tree | c2537dd873fadcd60269b9567c91d596d86c7ded /old/sh-utils | |
parent | 89d48552da3ba7ab2160b06989d0866724638579 (diff) | |
download | coreutils-535135e82679313de7585e74a7758793dfb49282.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f490d67f3..4619bea87 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,19 @@ +1997-09-19 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/getusershell.c (IN_CTYPE_DOMAIN): Define. + (ISSPACE): Define. + (readname): Use ISSPACE, not isspace. + * lib/strtod.c (IN_CTYPE_DOMAIN): Define. + (ISSPACE): Define. + (ISDIGIT): Define. + (TOLOWER): Define. + Use upper-case versions of ctype macros. + * lib/strtol.c (IN_CTYPE_DOMAIN): Define. + (ISSPACE): Guard with IN_CTYPE_DOMAIN. + (ISDIGIT): Guard with IN_CTYPE_DOMAIN. + (TOUPPER): Guard with IN_CTYPE_DOMAIN. + From Bruno Haible. + 1997-09-17 Jim Meyering <meyering@na-net.ornl.gov> * src/yes.c (main): Call parse_long_options only if POSIXLY_CORRECT |