Ulrich Drepper 4a691b0639 Update.
2004-05-26  Jakub Jelinek  <jakub@redhat.com>

	* include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
	* string/bits/string2.h (memset): Disable macro for GCC 3.0+.
	(__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
	(strchr): For GCC 3.2+, only use __rawmemchr if second argument is
	constant '\0' and first argument is not constant.
	(__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
	(strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
	For GCC 3.2+ use __builtin_strncpy.
	(strncat): For GCC 3.2+ use __builtin_strncat.
	(strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
	constant.
	(strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
	if both arguments are constant.

2004-05-26  Ulrich Drepper  <drepper@redhat.com>

	* nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
	mapped addresses in gethostbyaddr.
2004-05-26 17:27:20 +00:00
..
2002-08-10 07:54:55 +00:00
2003-06-14 09:00:28 +00:00
1999-11-23 17:22:17 +00:00
2002-03-18 23:38:37 +00:00
2000-12-28 15:08:51 +00:00
2003-09-22 21:30:25 +00:00
2004-03-16 10:10:13 +00:00
2001-08-20 07:17:10 +00:00
2004-03-06 08:19:29 +00:00
2000-06-08 04:48:56 +00:00
2001-03-30 05:34:59 +00:00
2002-12-31 20:46:11 +00:00
1999-11-23 17:22:17 +00:00
2003-09-04 14:08:24 +00:00
2003-05-17 00:38:41 +00:00
2002-09-10 01:40:26 +00:00
1999-11-23 17:22:17 +00:00
2004-03-09 10:36:53 +00:00
2004-03-09 10:36:53 +00:00
2001-07-06 04:58:11 +00:00
1999-08-21 00:38:15 +00:00
2003-06-10 08:58:05 +00:00
2004-05-03 22:40:52 +00:00
2002-12-20 09:33:33 +00:00
2001-07-06 04:58:11 +00:00
2004-03-27 03:40:33 +00:00
2002-09-10 01:40:26 +00:00
2002-04-09 20:36:24 +00:00
2004-03-14 21:12:06 +00:00
2004-04-13 02:15:43 +00:00
2003-04-24 23:45:17 +00:00
2002-08-04 09:27:27 +00:00
2000-08-21 16:02:48 +00:00
2002-08-03 07:02:10 +00:00
2002-08-10 07:54:55 +00:00
2003-07-22 23:10:17 +00:00
2003-03-03 22:02:13 +00:00
2003-06-11 21:57:23 +00:00
2003-08-31 18:10:47 +00:00
2002-08-10 07:54:55 +00:00
2003-04-29 22:49:58 +00:00
2000-10-01 19:15:29 +00:00
2002-04-09 20:36:24 +00:00
2003-08-27 20:23:17 +00:00
2004-05-26 17:27:20 +00:00
2004-04-04 00:41:39 +00:00
1999-10-12 18:17:41 +00:00
1999-11-23 17:22:17 +00:00
1999-11-23 17:22:17 +00:00
2001-07-06 04:58:11 +00:00
2004-03-14 21:12:06 +00:00
2004-03-16 10:10:13 +00:00