From: Jim Meyering Date: Sat, 9 Sep 2000 16:02:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115741fa52092c59e33d75428b776513caa88f87;p=pspp *** 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.