summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-30 07:12:22 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-30 07:12:22 +0000
commit91e6367eac6fa171b03fd03f8214c3eb4e934873 (patch)
tree9f6302580b1a6a71b823746f917d32c5a01bcc79 /NEWS
parentdd0ee2e1022843c6a296a9141b7cab7ea74eec28 (diff)
Update I/O mmap entry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 65ec4e5af0..618e994ca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-GNU C Library NEWS -- history of user-visible changes. 2002-8-28
-Copyright (C) 1992-2000,01,02 Free Software Foundation, Inc.
+GNU C Library NEWS -- history of user-visible changes. 2002-8-29
+Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports using the `glibcbug' script to
@@ -20,7 +20,8 @@ Version 2.3
tools and recent versions of the GNU binutils. Contributed by Jakub Jelinek.
* Read-only stdio streams now use mmap to speed up operation by eliminating
- copying and buffer underflows. Implemented by Ulrich Drepper.
+ copying and buffer underflows. To use add 'm' to the mode string of
+ the fopen/fdopen/freopen call. Implemented by Ulrich Drepper.
* The malloc functions were completely rewritten by Wolfram Gloger based
on Doug Lea's malloc-2.7.0.c.