diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-03 08:44:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-03 08:44:12 +0000 |
commit | 1021e06a20a3231079c5cacd1ab39f6066983aff (patch) | |
tree | 3e8172c1b2bb6c08b677c73611f51fc8f5d055ae /lib | |
parent | 8dc1b2caf43a2d2dd686ad0a6bf24af6900ca8b3 (diff) | |
download | coreutils-1021e06a20a3231079c5cacd1ab39f6066983aff.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cppi-disable | 1 | ||||
-rw-r--r-- | lib/ChangeLog | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib/.cppi-disable b/lib/.cppi-disable index 96c8b7734..cfacdfc63 100644 --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -8,4 +8,3 @@ obstack.h regex.h regex.c getpagesize.h -fnmatch.c diff --git a/lib/ChangeLog b/lib/ChangeLog index c6bf253f0..e2bc2e4df 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg> + + * lib/fnmatch.c: Do not comment out all the code if we are using + the GNU C library, because in some cases we are replacing buggy + code in the GNU C library itself. + 2000-10-30 Paul Eggert <eggert@twinsun.com> * lib/error.h, lib/getline.h, lib/modechange.h: |