From: Jim Meyering Date: Sat, 1 Sep 2001 07:29:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~201 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1d07c58db8d6093016d71bbe7ddbb0fbbb6a6877;p=thirdparty%2Fcoreutils.git *** 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.