diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:28:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:28:24 +0000 |
commit | 6a9340b515bd4b834abe3343e6473cff400ad147 (patch) | |
tree | 90fcd5de7e533194fb091c91b1f105ecda90c650 /NEWS | |
parent | 9e2e13ce3965bde88005832b6fec842b60f3ff35 (diff) | |
download | glibc-6a9340b515bd4b834abe3343e6473cff400ad147.zip glibc-6a9340b515bd4b834abe3343e6473cff400ad147.tar.gz glibc-6a9340b515bd4b834abe3343e6473cff400ad147.tar.bz2 |
Update.
(_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
* sysdeps/x86_64/machine-gmon.h: New file.
* sysdeps/x86_64/_mcount.S: New file.
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. 2002-7-24 +GNU C Library NEWS -- history of user-visible changes. 2002-8-21 Copyright (C) 1992-2000,01,02 Free Software Foundation, Inc. See the end for copying conditions. @@ -44,6 +44,9 @@ Version 2.3 * New header <ifaddrs.h> with functions `getifaddrs' and `freeifaddrs': BSD-compatible interface for getting all network interface addresses. Implementation for IPv4 by Roland McGrath. + +* Loading of locale data is faster due to the introduction of a locale + archive. Implemented by Roland McGrath and Ulrich Drepper. Version 2.2.5 |