aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 030811c..f8e11c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2002-06-25 Ulrich Drepper <drepper@redhat.com>
+ * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is
+ not enough content is available.
+ * libio/tst-eof.c: New file.
+ * libio/Makefile (tests): Add tst-eof.
+
+ * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
+ update atime.
+ * libio/tst-atime.c: New file.
+ * libio/Makefile (tests): Add tst-atime.
+
* argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
handling of overly long words.