aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-10-27 13:33:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-27 13:33:26 +0100
commit0062ace2292effc4135c15ea99b1931fea5e0203 (patch)
treee82fad1911341d86bf5646f1f6418d7e80e39fd1 /ChangeLog
parent7a4cb4ad1130e43e1256f85cea38a3227320f944 (diff)
downloadglibc-0062ace2292effc4135c15ea99b1931fea5e0203.tar
glibc-0062ace2292effc4135c15ea99b1931fea5e0203.tar.gz
glibc-0062ace2292effc4135c15ea99b1931fea5e0203.tar.bz2
glibc-0062ace2292effc4135c15ea99b1931fea5e0203.zip
Gracefully handle incompatible locale data
* locale/loadlocale.c (_nl_intern_locale_data): Change assertion on CNT to a conditional jump to 'puntdata'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce7a9227c..29ec9125a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-27 Ludovic Courtès <ludo@gnu.org>
+
+ * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
+ on CNT to a conditional jump to 'puntdata'.
+
2015-10-27 Joseph Myers <joseph@codesourcery.com>
* configure.ac (libc_cv_gcc___thread): Remove configure test.