diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-10-27 03:00:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-10-27 03:00:50 +0000 |
commit | 95eaff64c7276cce271e368f097dea0c40ccb8b5 (patch) | |
tree | 576e87e14f93654e3099c9f423a123f11d33b2d9 /NEWS | |
parent | be29c482f7aa4042f2b4eaf6a55eed299a2d94e2 (diff) | |
download | glibc-95eaff64c7276cce271e368f097dea0c40ccb8b5.tar.gz |
Update.
* posix/tst-fnmatch.input: Add tests for - at beginning and end of
bracket expression.
* string/tst-strxfrm.c (test): Also test __strxfrm_l.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-10-14 +GNU C Library NEWS -- history of user-visible changes. 2001-10-26 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -19,6 +19,9 @@ Version 2.2.5 * libc functions using I/O streams now can handle wide-oriented streams as well. +* optimizations in the dynamic linker. binaries created by recent binutils + versions start up quicker due to reduced time spend on relocations. + Version 2.2.4 * Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh, |