summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-31 07:10:03 +0000
committerJim Meyering <jim@meyering.net>2000-10-31 07:10:03 +0000
commit8686e2bf77b9c9d72888c7da2059a8fedaf76ba1 (patch)
tree75b001a0f4b5cd59df1207bd12b9b5c1ad9837fe /lib
parent5a6effff70bce72d6704ef00ab5662c9b81b0acb (diff)
downloadcoreutils-8686e2bf77b9c9d72888c7da2059a8fedaf76ba1.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <eggert@twinsun.com>
+ * 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 <eggert@twinsun.com>
+
* 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.