From: Jim Meyering Date: Sat, 9 Sep 2000 16:02:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_27~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=327b8f63c0682e051943737bc193240ed88c73dd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c5431dd00d..e231dd0493 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2000-09-09 Jim Meyering + * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't + think it should be used as a general replacement for isascii. + * fnmatch.c: Likewise. + * mbswidth.c: Likewise + * regex.c: Likewise. + Don't use atoi. * userspec.c: Include sys/param.h and limits.h. Include xstrtol.h.