summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 09:45:42 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 09:45:42 +0000
commitba72b5487d2280b4a8425535c7dee162f6013789 (patch)
tree05c1ffd42ab4b97ad2698df16e27c4cb6ad6e88d /ChangeLog
parent095b6dedd9d05b4503c9c0c7fc1135057529b49d (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10f58d9cca..4150cbf65f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2005-01-27 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #730]
+ * stdio-common/tst-fmemopen2.c: Include string.h.
+
+2005-01-19 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #730]
+ * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
+
+2005-01-05 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #730]
+ * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as
+ invalid to disable optimizations in fileops which won't work here.
+ (_IO_cookie_jumps): Use it.
+ (_IO_old_cookie_jumps): Likewise.
+ * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
+ not the return value.
+ * stdio-common/Makefile (tests): Add tst-fmemopen2.
+ * stdio-common/tst-fmemopen2.c: New file.
+
2005-01-03 Ulrich Drepper <drepper@redhat.com>
[BZ #727]
@@ -34,8 +56,6 @@
calling fn is 16 byte aligned.
* sysdeps/i386/tst-stack-align.h: New file.
-2004-12-21 Jakub Jelinek <jakub@redhat.com>
-
[BZ #725]
* misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
(ecvt_r): Special case denormals.