diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-22 11:04:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-22 11:04:05 +0000 |
commit | d60ce1ccab8c82d500e938acf45f299c3d0d3b2a (patch) | |
tree | b2b957c4b34db4679623a04852c1565ef0213b52 | |
parent | 3858ed5bad6b1a9a06cedae983de9b78631d455d (diff) | |
download | coreutils-d60ce1ccab8c82d500e938acf45f299c3d0d3b2a.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 765762ce2..c46c96764 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,19 @@ 2002-11-21 Bruno Haible <bruno@clisp.org> + 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 <bruno@clisp.org> + * xmalloc.c: Change compile-time error message. Add comment about required autoconf version. * xmalloc.c: Include gettext.h instead of <libintl.h>. |