diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-03 18:46:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-03 18:46:09 +0000 |
commit | 6ea18cc152dfa128d51bf2391966efab4524393d (patch) | |
tree | 2e8f8a5ca1cff4ad29e5682ef356db2a30eb5eea | |
parent | 5aa9a43b0cfc241edae4db281561cb7960fafc01 (diff) | |
download | coreutils-6ea18cc152dfa128d51bf2391966efab4524393d.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 9a0c998f4..e511bf8b4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-09-03 Paul Eggert <eggert@twinsun.com> + + * exclude.c (fnmatch_no_wildcards): Fix confusion between + usage of FNM_CASEFOLD and FNM_LEADING_DIR. The bug was + spotted by Jim Meyering. + 2001-09-03 Jim Meyering <meyering@lucent.com> * xreadlink.c (xreadlink): Preserve errno around `free' during failure. |