glibc/sysdeps
Ulrich Drepper c1d9808521 Update.
2004-08-05  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
	numeric address formats inet_addr knows.
	(getaddrinfo): Allow AI_NUMERICSERV flag.
	If neither IPv4 nor IPv6 inerface is present we cannot make any
	decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
	string is not just a number.  Remove useless freeaddrinfo call.
	* resolv/netdb.h (AI_NUMERICSERV): Define.
	Based on a patch by a.guru@sympatico.ca.

2004-08-04  Jakub Jelinek  <jakub@redhat.com>

	* stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
	instead of trying to initialize some, but not all, fields one by
	one.
	* stdio-common/printf_size.c (printf_size): Initialize fb_info
	structure with *info instead of trying to initialize some, but not
	all, fields from it.

	* nscd/connections.c (handle_request): Check if req->type is in
	LASTDBREQ .. LASTREQ range instead of req.

	* locale/programs/linereader.c (lr_create): Initialize
	lr->return_widestr to 0.

	* elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
	(free_mem): Call free_slotinfo just once.

	* stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
	of NULL.

	* locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
	* locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
	(free_mem): Rename to _nl_locale_subfreeres.
	* iconv/gconv_db.c: Include locale/localeinfo.h.
	(free_derivation, free_modules_db): Add __libc_freeres_fn_section.
	(free_mem): Call _nl_locale_subfreeres.
	* iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
2004-08-05 09:45:35 +00:00
..
alpha * sysdeps/alpha/divq.S: Save t3 before it gets clobbered. * sysdeps/alpha/remq.S: Likewise. * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the new division algorithms in divl.S and divq.S respectively. 2004-07-30 18:15:57 +00:00
am29k Update. 2004-07-05 17:36:34 +00:00
arm * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian. 2004-06-11 10:15:39 +00:00
cris Update. 2003-09-24 21:13:55 +00:00
generic Update. 2004-07-26 04:29:07 +00:00
gnu Update. 2004-07-01 17:50:47 +00:00
hppa Update. 2004-04-19 06:51:29 +00:00
i386 [BZ #258] 2004-07-20 07:06:48 +00:00
i860
i960 Update. 2004-07-05 17:36:34 +00:00
ia64 Update. 2004-07-18 16:29:30 +00:00
ieee754 Update. 2004-06-17 23:58:15 +00:00
m68k Update. 2004-07-05 17:36:34 +00:00
m88k Update. 2004-07-05 17:36:34 +00:00
mach Update. 2004-06-30 07:43:11 +00:00
mips UPdate. 2004-07-20 16:39:51 +00:00
posix Update. 2004-08-05 09:45:35 +00:00
powerpc Update. 2004-07-25 04:27:09 +00:00
pthread Update. 2004-05-26 04:47:00 +00:00
rs6000 Update. 2004-07-05 17:36:34 +00:00
s390 Update. 2004-07-18 16:42:54 +00:00
sh Update. 2004-07-14 16:41:44 +00:00
sparc (memcpy): Optimize better for smaller than 256 byte copies. Also, use only one unrolled loop instead of two for the large copy case. 2004-07-31 17:14:51 +00:00
standalone
tahoe
unix Update. 2004-07-26 15:22:56 +00:00
vax Update. 2002-12-31 20:46:11 +00:00
wordsize-32 Update. 2004-03-08 21:31:23 +00:00
wordsize-64 * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change. 2003-03-03 09:45:25 +00:00
x86_64 [BZ #258] 2004-07-20 07:06:48 +00:00
z8000