diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-15 08:32:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-15 08:32:57 -0400 |
commit | 94ecc67da83cbec641b36966dc5d4a9d19536ed5 (patch) | |
tree | 52c07af2e86fac42876d86786578034245ff2445 | |
parent | f8a3b5bf8fa1d0c43d2458e03cc109a04fdef194 (diff) | |
download | glibc-94ecc67da83cbec641b36966dc5d4a9d19536ed5.tar glibc-94ecc67da83cbec641b36966dc5d4a9d19536ed5.tar.gz glibc-94ecc67da83cbec641b36966dc5d4a9d19536ed5.tar.bz2 glibc-94ecc67da83cbec641b36966dc5d4a9d19536ed5.zip |
Add entry for Sorani language
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | locale/iso-639.def | 1 |
3 files changed, 11 insertions, 7 deletions
@@ -1,5 +1,8 @@ 2011-05-15 Ulrich Drepper <drepper@gmail.com> + [BZ #4357] + * locale/iso-639.def: Add entry for Sorani. + [BZ #11901] * include/stdlib.h: Move include protection to the right place. Define abort_msg_s. Declare __abort_msg with it. @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-5-14 +GNU C Library NEWS -- history of user-visible changes. 2011-5-15 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,12 +9,12 @@ Version 2.14 * The following bugs are resolved with this release: - 386, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901, 11945, - 11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393, 12420, - 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509, 12510, - 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587, 12597, - 12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660, 12681, - 12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738 + 386, 4357, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901, + 11945, 11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393, + 12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509, + 12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587, + 12597, 12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660, + 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738 * The RPC implementation in libc is obsoleted. Old programs keep working but new programs cannot be linked with the routines in libc anymore. diff --git a/locale/iso-639.def b/locale/iso-639.def index 5f6373debb..f62559439c 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -415,6 +415,7 @@ DEFINE_LANGUAGE_CODE3 ("Sogdian", sog, sog) DEFINE_LANGUAGE_CODE ("Somali", so, som, som) DEFINE_LANGUAGE_CODE3 ("Songhai", son, son) DEFINE_LANGUAGE_CODE3 ("Soninke", snk, snk) +DEFINE_LANGUAGE_CODE3 ("Sorani", ckb, ckb) DEFINE_LANGUAGE_CODE3 ("Sorbian languages", wen, wen) DEFINE_LANGUAGE_CODE ("Sotho, Southern", st, sot, sot) DEFINE_LANGUAGE_CODE3 ("South American Indian (Other)", sai, sai) |