summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 25 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6883239770..37579f52bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2010-07-09 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
+ fcntl.
+
+2010-07-06 Andreas Schwab <schwab@redhat.com>
+
+ * elf/dl-version.c (match_symbol): Don't pass NULL occation to
+ dl_signal_cerror.
+
+2010-07-06 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
+ _PC_PIPE_BUF using F_GETPIPE_SZ.
+
+2010-07-05 Roland McGrath <roland@redhat.com>
+
+ * manual/arith.texi (Rounding Functions): Fix rint description
+ implicit in round description.
+
+2010-07-02 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/Makefile: Fix linking for a few tests to make recent linker
+ happy.
+
2010-06-30 Andreas Schwab <schwab@redhat.com>
* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
@@ -203,13 +228,6 @@
* sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
-2010-05-27 Andreas Schwab <schwab@redhat.com>
-
- * elf/Makefile ($(objpfx)tst-tls10): Depend on
- $(objpfx)tst-tlsmod7.so.
- ($(objpfx)tst-tls11): Depend on $(objpfx)tst-tlsmod9.so.
- ($(objpfx)tst-tls12): Depend on $(objpfx)tst-tlsmod11.so.
-
2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
[BZ #11640]