summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 21 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e0e640a40..c568f7c388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,34 @@
-2006-02-03 Jakub Jelinek <jakub@redhat.com>
+2006-02-03 Ulrich Drepper <drepper@redhat.com>
- * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r,
- qfcvt_r): Guard with #if defined __USE_SVID || defined
- __USE_XOPEN_EXTENDED.
+ * manual/stdio.texi (Formatted Output Functions): Fix make_message
+ example. Patch by NIIBE Yutaka <gniibe@m17n.org>.
- * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
- file == NULL, use __futimes unconditionally.
+2006-02-03 Roland McGrath <roland@redhat.com>
- * manual/filesys.texi (futimes): Fix prototype.
+ [BZ #2268]
+ * sysdeps/posix/profil.c (__profil): Use __profile_frequency to choose
+ timer interval, don't assume smallest possible interval is it.
+
+2006-02-03 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/powerpc/fpu/bits/fenvinline.h (fegetround): Make asm
+ volatile.
+
+ * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):
+ Guard with [__USE_SVID || __USE_XOPEN_EXTENDED].
-2006-02-02 Jakub Jelinek <jakub@redhat.com>
+ * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New
+ prototype.
* math/math.h (__nldbl_nexttowardf): Put __THROW before
__attribute__ ((__const__)).
(__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT
followed by __THROW.
- * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New
- prototype.
+ * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
+ file == NULL, use __futimes unconditionally.
+
+ * manual/filesys.texi (futimes): Fix prototype.
2006-02-02 Ulrich Drepper <drepper@redhat.com>