diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-13 09:28:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-13 09:28:02 +0000 |
commit | 9ef0a84048e96283f1da89e3a05041e0420eef08 (patch) | |
tree | 1a9d1d3367192be45bdbfffa5d9180df95134ac0 /NEWS | |
parent | 2b510e91dc2e8dd4082eb88a2eac5d21afd7645a (diff) | |
download | glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.zip glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.tar.gz glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.tar.bz2 |
Update.
2003-01-13 Ulrich Drepper <drepper@redhat.com>
* locale/programs/charmap-dir.c (charmap_readdir): Use struct
dirent64 instead of struct dirent for dirent. Call readdir64
instead of readdir.
* locale/programs/locfile.c (siblings_uncached): Use struct
dirent64 instead of struct dirent for other_dentry. Call
readdir64 instead of readdir.
* elf/ldconfig.c (direntry): Change type to struct dirent64.
(search_dir): Use readdir64 instead of readdir.
Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,5 +1,5 @@ -GNU C Library NEWS -- history of user-visible changes. 2002-12-2 -Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc. +GNU C Library NEWS -- history of user-visible changes. 2003-1-12 +Copyright (C) 1992-2002, 2003 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to @@ -33,6 +33,17 @@ Version 2.3.2 * The `btowc' function should work at least twice as fast due to specialized callbacks in the iconv modules. Implemented by Bruno Haible. + +* With approriate thread add-ons cancelable functions are now implemented + in libc.so as well. No need to call the function in libpthread. This + change allowed to finally disable the incorrect and expensive handling + of weak definition in ld.so. + +* Yet more PLT entries in libc.so have been removed. We finally arrived + at the bare minimum. Startup times improved appropriately. + +* Support for the new Linux/x86 system call interface was added. The + AT_SYSINFO auxiliary vector entry is recognized and handled. Version 2.3 |