From: Jim Meyering Date: Sat, 1 Sep 2001 07:29:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe5bbdec9625e214075e333cfc9ec515a9ae82f;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index adde4a3a16..b9c9f9aa61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-09-01 Jim Meyering + + * exclude.c: Use `""', not `<>' to #include non-system header files. + (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp + and strncasecmp as r-values. Unixware didn't have declarations. + 2001-08-31 Jim Meyering * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.