diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 22:37:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 22:37:20 +0000 |
commit | dd4f211573cfbed669f582673e8914a1f7038cd9 (patch) | |
tree | c5b7959be74aba89939f7352619be1149cba39d9 /NEWS | |
parent | 669ed638144a784bd7fdea2e922ddf5e85a6b2bc (diff) | |
download | glibc-dd4f211573cfbed669f582673e8914a1f7038cd9.tar.gz glibc-dd4f211573cfbed669f582673e8914a1f7038cd9.tar.xz glibc-dd4f211573cfbed669f582673e8914a1f7038cd9.zip |
Update.
2002-08-28 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define unconditionally. * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New check. (PI_STATIC_AND_HIDDEN): Define if check succeeded. 2002-08-28 Jakub Jelinek <jakub@redhat.com> * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0 check to close_and_out close. Replace return NULL statements where fd might be >= 0 with goto close_and_out. Close the file descriptor when it is no longer needed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 45049b74a9..8103f69ffe 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2002-8-21 +GNU C Library NEWS -- history of user-visible changes. 2002-8-28 Copyright (C) 1992-2000,01,02 Free Software Foundation, Inc. See the end for copying conditions. @@ -47,6 +47,10 @@ Version 2.3 * Loading of locale data is faster due to the introduction of a locale archive. Implemented by Roland McGrath and Ulrich Drepper. + +* Startup times are significantly reduced by not using exported functions + inside the library itself. Changes by Jakub Jelinek, Roland McGrath, + and Ulrich Drepper. Version 2.2.5 |