aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-06 14:29:50 -0700
committerPaul Eggert2012-07-06 14:29:50 -0700
commitf5c08e17670cfda756af96c569efa48324b43908 (patch)
tree3bc1549e247c201841b114e6aab640ba402bd64a /ChangeLog
parentfee5959dd8b389bc222618a35b042a92a1358c21 (diff)
downloademacs-f5c08e17670cfda756af96c569efa48324b43908.tar.gz
emacs-f5c08e17670cfda756af96c569efa48324b43908.zip
* configure.in: Document --enable-gcc-warnings better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b85855511bc..dc70740d303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
12012-07-06 Paul Eggert <eggert@cs.ucla.edu> 12012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.in: Document --enable-gcc-warnings better.
4
3 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). 5 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
4 This is safer than strcasecmp, which has unspecified behavior 6 This is safer than strcasecmp, which has unspecified behavior
5 outside the POSIX locale and in practice sometimes does not work 7 outside the POSIX locale and in practice sometimes does not work
6 in multibyte locales. Similarly for c_strncasecmp and strncasecmp. 8 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
7 * configure.in (strcasecmp, strncasecmp): Remove checks. 9 * configure.in (strcasecmp, strncasecmp): Remove checks.
10
8 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c: 11 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
9 * lib/c-strncasecmp.c: New files, taken from gnulib. 12 * lib/c-strncasecmp.c: New files, taken from gnulib.
10 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 13 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.