summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-01 07:29:08 +0000
committerJim Meyering <jim@meyering.net>2001-09-01 07:29:08 +0000
commit1d07c58db8d6093016d71bbe7ddbb0fbbb6a6877 (patch)
tree0fdf6a43fda54838e81018aea08c0aa2f8c44c29 /lib
parent847d1c0da769fcc4229300c8e7d292de7044721f (diff)
downloadcoreutils-1d07c58db8d6093016d71bbe7ddbb0fbbb6a6877.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index adde4a3a1..b9c9f9aa6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-01 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@lucent.com>
* xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.