summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-10 21:54:57 +0000
committerRoland McGrath <roland@gnu.org>2007-08-10 21:54:57 +0000
commit4839a27f7344c276a2084712b65b1cc5ca3d2da4 (patch)
tree53edf35eaf212bb29ce1ba8adb3349ec79157d08 /ChangeLog
parenta7db33c68fffef1bbc9894a1dab7e52b8bc7bdef (diff)
Updated to fedora-glibc-20070810T2152
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b409b48da3..4f72b85bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-08-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC is
+ available.
+
+2007-08-10 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
+ ___new_wcstold_l): New weak aliases.
+ (strtold_l, wcstold_l): Use them as second argument for
+ long_double_symbol.
+
+2007-08-09 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
+ register in test for error.
+
+ * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
+ * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
+
+ * po/sv.po: Update from translation team.
+
2007-08-06 Roland McGrath <roland@redhat.com>
* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.