about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-26 21:17:54 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-26 21:17:54 +0000
commit419bcf40d791f84cbebaed50dfc488f24980ca31 (patch)
tree926d0a393202d936caf9f67ee11ef55c79a79646 /ChangeLog
parentc6bad06ac443077ba123165fa28f876b1b91a906 (diff)
downloadglibc-419bcf40d791f84cbebaed50dfc488f24980ca31.tar.gz
glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.tar.xz
glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.zip
[BZ #644]
	* sysdeps/posix/getaddrinfo.c (fls): New function.
	(gaih_inet): Don't use ffs, use fls.  Convert address to native byte
	order first.
	* posix/Makefile (tests): Add tst-rfc3484.
	* posix/tst-rfc3484.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34339290bf..db6955fe9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #644]
+	* sysdeps/posix/getaddrinfo.c (fls): New function.
+	(gaih_inet): Don't use ffs, use fls.  Convert address to native byte
+	order first.
+	* posix/Makefile (tests): Add tst-rfc3484.
+	* posix/tst-rfc3484.c: New file.
+
 	[BZ #627]
 	* libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
 	before destroying it as part of the _IO_FINISH call.