aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-30 11:19:24 +0300
committerEli Zaretskii2014-08-30 11:19:24 +0300
commite7027eab55d9b3b63ddc1c26f3e222692c8c9499 (patch)
tree62f5b2569c009499c0c5ff5c896a0df9b4b49f30 /src/ChangeLog
parente1a9bbbd4f719a2256bd180ae9e9fffb64db63e4 (diff)
downloademacs-e7027eab55d9b3b63ddc1c26f3e222692c8c9499.tar.gz
emacs-e7027eab55d9b3b63ddc1c26f3e222692c8c9499.zip
Improve error checking and error messages in string-collation functions.
src/sysdep.c (str_collate) [__STDC_ISO_10646__]: Improve the wording of the error messages. (str_collate) [WINDOWSNT]: Signal an error if w32_compare_strings sets errno. src/w32proc.c (get_lcid_callback): Accept locale specifications without the country part, as in "enu" vs "enu_USA". (w32_compare_strings): Signal an error if a locale was specified, but couldn't be translated into a valid LCID.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 19e9985b082..0e0fdb2e738 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12014-08-30 Eli Zaretskii <eliz@gnu.org>
2
3 * sysdep.c (str_collate) [__STDC_ISO_10646__]: Improve the
4 wording of the error messages.
5 (str_collate) [WINDOWSNT]: Signal an error if w32_compare_strings
6 sets errno.
7
8 * w32proc.c (get_lcid_callback): Accept locale specifications
9 without the country part, as in "enu" vs "enu_USA".
10 (w32_compare_strings): Signal an error if a locale was specified,
11 but couldn't be translated into a valid LCID.
12
12014-08-29 Michael Albinus <michael.albinus@gmx.de> 132014-08-29 Michael Albinus <michael.albinus@gmx.de>
2 14
3 * sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno. 15 * sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno.