diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-26 01:39:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-26 01:39:53 +0000 |
commit | 045fcd26211f27400df0bec5d40f7b69d8af7e9b (patch) | |
tree | 601101edd7558d10afbdafe1b4653fa5adb53f1f /NEWS | |
parent | 370f00c3a7bfaa50b091a8cbf049c5d3c92639ab (diff) | |
download | glibc-045fcd26211f27400df0bec5d40f7b69d8af7e9b.zip glibc-045fcd26211f27400df0bec5d40f7b69d8af7e9b.tar.gz glibc-045fcd26211f27400df0bec5d40f7b69d8af7e9b.tar.bz2 |
Update.
2001-07-26 kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/dl-machine.h (elf_machine_load_address): Don't use
multi-line strings.
(FUN_ADDR, FGR_SAVE, ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
(elf_machine_rela): Handle unaligned relocation.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-6-18 +GNU C Library NEWS -- history of user-visible changes. 2001-7-25 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -16,6 +16,18 @@ Version 2.2.4 * Speed of regex for single-byte locales is back to previous levels. Patch by Isamu Hasegawa. + +* Alpha, SPARC, and IA-64 now also using floating stacks + +* Startup time of internatioanlized applications greatly improved through + iconv cache. Use iconvconfig to generate the cache file. + Contributed by Ulrich Drepper. + +* The IA-64 specific part of ld.so was rewritten to eliminate some pretty + severe performance problems. Patch by David Mosberger. + +* The Hurd port got a lot more functionality like AIO, various stdio + extensions, etc. Mainly done by Roland McGrath. Version 2.2.3 |