aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-06 14:07:46 -0700
committerPaul Eggert2012-07-06 14:07:46 -0700
commitfee5959dd8b389bc222618a35b042a92a1358c21 (patch)
tree936ae7da59bfa6d4c15f03929bbf6090190ea23a /src/ChangeLog
parentfd573f31dcaec9cd5170ba33af10d7c71c56822c (diff)
downloademacs-fee5959dd8b389bc222618a35b042a92a1358c21.tar.gz
emacs-fee5959dd8b389bc222618a35b042a92a1358c21.zip
Use c_strcasecmp for ASCII case-insensitive comparison.
Fixes: debbugs:11786
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96458770122..3f8cbdff476 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12012-07-06 Paul Eggert <eggert@cs.ucla.edu> 12012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
4 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
5 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
6 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
7 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
8 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
9
3 * xfont.c (compare_font_names): Redo to omit the need for casts. 10 * xfont.c (compare_font_names): Redo to omit the need for casts.
4 11
52012-07-06 Andreas Schwab <schwab@linux-m68k.org> 122012-07-06 Andreas Schwab <schwab@linux-m68k.org>