diff options
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r-- | lwlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 7f87c5d8e6a..ab1212441bb 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,9 @@ +2012-07-06 Paul Eggert <eggert@cs.ucla.edu> + + Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). + * lwlib.c: Include c-strcase.h. + (lwlib_strcasecmp): Remove. All uses replaced with c_strcasecmp. + 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> Clean out last vestiges of the old HAVE_CONFIG_H stuff. |