diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 18:39:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 18:39:26 +0000 |
commit | 878b72c5ee9201dcc65bff3fa21d3d2036fcc4ea (patch) | |
tree | 4a269c5fbcdd2e624aee9c1dd5428b59f1b511ab /NEWS | |
parent | f53713a8e729c441aef2b4ccc7562306fc306fbe (diff) | |
download | glibc-878b72c5ee9201dcc65bff3fa21d3d2036fcc4ea.zip glibc-878b72c5ee9201dcc65bff3fa21d3d2036fcc4ea.tar.gz glibc-878b72c5ee9201dcc65bff3fa21d3d2036fcc4ea.tar.bz2 |
[BZ #9948]
2009-03-14 Ulrich Drepper <drepper@redhat.com>
* locale/iso-639.def: Add Min Nan.
[BZ #9948]
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-3-12 +GNU C Library NEWS -- history of user-visible changes. 2009-3-14 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -21,6 +21,11 @@ Version 2.10 * New ISO C++1x interfaces: quick_exit, at_quick_exit Implemented by Ulrich Drepper. +* Support for selecting between multiple function definitions at runtime + using STT_GNU_IFUNC symbols. Implemented by Ulrich Drepper. + +* New locale: nan_TW@latin + Version 2.9 |