diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-20 19:48:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-20 19:48:07 +0000 |
commit | 218d76e03413b532f72d47d2695be049d6a2aa64 (patch) | |
tree | 62e2c8e6d83f795d72be1266218b17ad61bc168d /ChangeLog | |
parent | 832737d5e2b924f18884c78d253e8a950c07fcc5 (diff) | |
download | glibc-218d76e03413b532f72d47d2695be049d6a2aa64.tar.gz glibc-218d76e03413b532f72d47d2695be049d6a2aa64.tar.xz glibc-218d76e03413b532f72d47d2695be049d6a2aa64.zip |
Update.
2002-11-20 Ulrich Drepper <drepper@redhat.com> * inet/getnameinfo.c: Use extend_alloca where appropriate. * sysdeps/posix/getaddrinfo.c: Likewise. * include/alloca.h (extend_alloca): New define. Based on stack direction it'll try to append to the previouls allocated buffer. 2002-11-07 Thorsten Kukuk <kukuk@suse.de> * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set, use the same service for AF_INET and AF_INET6. 2002-11-19 Ulrich Drepper <drepper@redhat.com> * intl/localealias.c (read_alias_file): Use only about 400 bytes of stack space instead of 16k.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f5a2eec483..185ce2201e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2002-11-20 Ulrich Drepper <drepper@redhat.com> + + * inet/getnameinfo.c: Use extend_alloca where appropriate. + * sysdeps/posix/getaddrinfo.c: Likewise. + + * include/alloca.h (extend_alloca): New define. Based on stack + direction it'll try to append to the previouls allocated buffer. + +2002-11-07 Thorsten Kukuk <kukuk@suse.de> + + * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set, + use the same service for AF_INET and AF_INET6. + +2002-11-19 Ulrich Drepper <drepper@redhat.com> + + * intl/localealias.c (read_alias_file): Use only about 400 bytes + of stack space instead of 16k. + 2002-11-18 Wolfram Gloger <wg@malloc.de> * malloc/arena.c |