summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-07 06:20:59 +0000
committerJakub Jelinek <jakub@redhat.com>2009-04-07 06:20:59 +0000
commit11799e4168a3ef36af3cb7ffb4f5cfaed7e244d7 (patch)
treedbf8c4b86a0b68b7754f43e579c8f035d47d1ec5 /NEWS
parent1a6da537df1fe1726d95407ec04cf65caa1f8121 (diff)
Updated to fedora-glibc-20090407T0545
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 17 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 686d5dfdc4..1388caa804 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2009-3-14
+GNU C Library NEWS -- history of user-visible changes. 2009-4-6
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -7,10 +7,14 @@ using `glibc' in the "product" field.
Version 2.10
+* New interfaces: preadv, preadv64, pwritev, pwritev64
+ Implemented by Ulrich Drepper.
+
* New Linux interfaces: accept4, fallocate, fallocate64.
+ Implemented by Ulrich Drepper.
* Correct declarations of string function when used in C++ code. This
- could lead to compile error for invalid C++ code.
+ could lead to compile errors for invalid C++ code.
* XPG7/POSIX 2008 compilation environment. Many GNU-specific functions are
now in POSIX.
@@ -24,7 +28,17 @@ Version 2.10
* Support for selecting between multiple function definitions at runtime
using STT_GNU_IFUNC symbols. Implemented by Ulrich Drepper.
-* New locale: nan_TW@latin
+* The libcrypt library can now use the hash function implementations in
+ NSS. Implemented by Ulrich Drepper.
+
+* The malloc implementation can be compiled to be less memory efficient
+ but higher performing in multi-threaded programs.
+ Implemented by Ulrich Drepper.
+
+* New locales: nan_TW@latin, ks_IN
+
+* Faster strlen and strchr on x86-64.
+ Implemented by Ulrich Drepper.
Version 2.9