diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 06:38:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 06:38:01 +0000 |
commit | 8e57fc70831ebb0210aebfd28f0d1720193f308b (patch) | |
tree | 7364a1cf31eae070fbdf9e50dadf1a0cc4f86c42 /NEWS | |
parent | a0dcb6896c35abf88810296367a63da75ebf1828 (diff) | |
download | glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.gz glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.xz glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.zip |
Update.
2002-01-02 Bruno Haible <bruno@clisp.org> * intl/plural.y: Fix %expect count.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS index bfdaf71437..6496c8b513 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-12-11 -Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. +GNU C Library NEWS -- history of user-visible changes. 2002-1-7 +Copyright (C) 1992-2000, 2001, 2002 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to @@ -18,6 +18,9 @@ Version 2.3 * Prelinking support was added for ELF targets. This requires additional tools and recent versions of the GNU binutils. Contributed by Jakub Jelinek. + +* Read-only stdio streams now use mmap to speed up operation but eliminating + copying and buffer underflows. Implemented by Ulrich Drepper. Version 2.2.5 @@ -36,6 +39,8 @@ Version 2.2.5 * optimizations in the dynamic linker. binaries created by recent binutils versions start up quicker due to reduced time spend on relocations. + +* Support for use of gcc3 added by Jakub Jelinek and HJ Lu. Version 2.2.4 |