mirror of git://sourceware.org/git/glibc.git
Add entry for Sorani language
This commit is contained in:
parent
f8a3b5bf8f
commit
94ecc67da8
|
@ -1,5 +1,8 @@
|
||||||
2011-05-15 Ulrich Drepper <drepper@gmail.com>
|
2011-05-15 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
[BZ #4357]
|
||||||
|
* locale/iso-639.def: Add entry for Sorani.
|
||||||
|
|
||||||
[BZ #11901]
|
[BZ #11901]
|
||||||
* include/stdlib.h: Move include protection to the right place.
|
* include/stdlib.h: Move include protection to the right place.
|
||||||
Define abort_msg_s. Declare __abort_msg with it.
|
Define abort_msg_s. Declare __abort_msg with it.
|
||||||
|
|
14
NEWS
14
NEWS
|
@ -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.
|
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@ Version 2.14
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
386, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901, 11945,
|
386, 4357, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901,
|
||||||
11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393, 12420,
|
11945, 11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393,
|
||||||
12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509, 12510,
|
12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509,
|
||||||
12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587, 12597,
|
12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587,
|
||||||
12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660, 12681,
|
12597, 12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660,
|
||||||
12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738
|
12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738
|
||||||
|
|
||||||
* The RPC implementation in libc is obsoleted. Old programs keep working
|
* The RPC implementation in libc is obsoleted. Old programs keep working
|
||||||
but new programs cannot be linked with the routines in libc anymore.
|
but new programs cannot be linked with the routines in libc anymore.
|
||||||
|
|
|
@ -415,6 +415,7 @@ DEFINE_LANGUAGE_CODE3 ("Sogdian", sog, sog)
|
||||||
DEFINE_LANGUAGE_CODE ("Somali", so, som, som)
|
DEFINE_LANGUAGE_CODE ("Somali", so, som, som)
|
||||||
DEFINE_LANGUAGE_CODE3 ("Songhai", son, son)
|
DEFINE_LANGUAGE_CODE3 ("Songhai", son, son)
|
||||||
DEFINE_LANGUAGE_CODE3 ("Soninke", snk, snk)
|
DEFINE_LANGUAGE_CODE3 ("Soninke", snk, snk)
|
||||||
|
DEFINE_LANGUAGE_CODE3 ("Sorani", ckb, ckb)
|
||||||
DEFINE_LANGUAGE_CODE3 ("Sorbian languages", wen, wen)
|
DEFINE_LANGUAGE_CODE3 ("Sorbian languages", wen, wen)
|
||||||
DEFINE_LANGUAGE_CODE ("Sotho, Southern", st, sot, sot)
|
DEFINE_LANGUAGE_CODE ("Sotho, Southern", st, sot, sot)
|
||||||
DEFINE_LANGUAGE_CODE3 ("South American Indian (Other)", sai, sai)
|
DEFINE_LANGUAGE_CODE3 ("South American Indian (Other)", sai, sai)
|
||||||
|
|
Loading…
Reference in New Issue