about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-15 22:39:07 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-15 22:39:07 +0000
commit2d26a7173c076ff8f40c9bbdbff80166ff0c781d (patch)
tree2e4085109c65479fe0ecbc587b0dbdbbd03bf9fd /ChangeLog
parent28977c2c1acb789660ad47e0d88e42486059c916 (diff)
downloadglibc-2d26a7173c076ff8f40c9bbdbff80166ff0c781d.tar.gz
glibc-2d26a7173c076ff8f40c9bbdbff80166ff0c781d.tar.xz
glibc-2d26a7173c076ff8f40c9bbdbff80166ff0c781d.zip
Update.
	* sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
	v4-mapped addresses a bit.
	(gethosts): Move alloca out of macro, so that it is done only once.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef90c576fa..00d62964e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
+	v4-mapped addresses a bit.
+	(gethosts): Move alloca out of macro, so that it is done only once.
+
 	* sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
 	addr to avoid casts.
 	(gethosts): Removed.