From: Jim Meyering Date: Tue, 31 Oct 2000 07:10:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs-readonly~6221 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c8d3fe3f072856ae63025d5766535fd9d203d6b5;p=gnulib.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 663fe325e..c6bf253f0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,14 @@ 2000-10-30 Paul Eggert + * lib/error.h, lib/getline.h, lib/modechange.h: + Remove "2000" from Copyright line, as the file hasn't been + changed this year other than in the copyright notice. + + * lib/xalloc.h: Add "2000" to Copyright line, as this file + was changed this year. + +2000-10-30 Paul Eggert + * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned. (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.