diff options
-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: |