From d60ce1ccab8c82d500e938acf45f299c3d0d3b2a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 22 Nov 2002 11:04:05 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 765762c..c46c967 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,19 @@ 2002-11-21 Bruno Haible + Remove case insensitive option matching. + * argmatch.h (argcasematch): Remove declaration. + (ARGCASEMATCH): Remove macro. + (__xargmatch_internal): Remove case_sensitive argument. + (XARGMATCH): Update. + (XARGCASEMATCH): Remove macro. + * argmatch.c (argmatch): Renamed from __argmatch_internal. Remove + case_sensitive argument. + (argcasematch): Remove function. + (__xargmatch_internal): Remove case_sensitive argument. + (main): Use XARGMATCH instead of XARGCASEMATCH. + +2002-11-21 Bruno Haible + * xmalloc.c: Change compile-time error message. Add comment about required autoconf version. * xmalloc.c: Include gettext.h instead of . -- 2.7.4