# HG changeset patch # User Jim Meyering # Date 973241052 0 # Node ID 9c6769f5396ab7f41dec51748184a93f309f8c72 # Parent d28482de9e267d5a4330782b9916e3189e04baf1 *** empty log message *** diff --git a/lib/.cppi-disable b/lib/.cppi-disable --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -8,4 +8,3 @@ regex.h regex.c getpagesize.h -fnmatch.c diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-11-02 Vesselin Atanasov + + * 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 * lib/error.h, lib/getline.h, lib/modechange.h: