aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-06 00:42:22 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-06 00:42:22 +0000
commit1e7cceb99ec29742d8d07abfaa39718b3aed65a1 (patch)
treefc794cb1e516284886951adf721f26af93b23098 /ChangeLog
parent6c4b3f16079c771e92d2e66b3738829d5ccdb55e (diff)
downloadglibc-1e7cceb99ec29742d8d07abfaa39718b3aed65a1.tar
glibc-1e7cceb99ec29742d8d07abfaa39718b3aed65a1.tar.gz
glibc-1e7cceb99ec29742d8d07abfaa39718b3aed65a1.tar.bz2
glibc-1e7cceb99ec29742d8d07abfaa39718b3aed65a1.zip
Update.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 393311174d..acf97b2f98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-01-05 Ulrich Drepper <drepper@redhat.com>
+ * 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.
+
* sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
2005-01-05 Roland McGrath <roland@redhat.com>