diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
commit | 0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5 (patch) | |
tree | 25c2315cfbbb2a85fd4d95a2cde5c9229a2bd402 /ChangeLog | |
parent | 3300816c38721bcddbbeb92de7fe44b90454bce6 (diff) | |
download | glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.tar.gz glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.tar.xz glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.zip |
Update.
2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch> * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1 to avoid name clashes with the ia32 linker. 2000-04-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args handling. * manual/string.texi: Document strcasestr, strchrnul, strtoimax, strtoumax, strfry, and memfrob. * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max. Patch by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b068b8f65e..9bd6674f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ +2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch> + + * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1 + to avoid name clashes with the ia32 linker. + +2000-04-25 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args + handling. + 2000-04-27 Ulrich Drepper <drepper@redhat.com> + * manual/string.texi: Document strcasestr, strchrnul, strtoimax, + strtoumax, strfry, and memfrob. + * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max. + Patch by Bryan Henderson <bryanh@giraffe-data.com>. + * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal if this function is available. |