glibc/sysdeps
Ulrich Drepper 9710f75d4a Update.
2002-02-03  Andreas Schwab  <schwab@suse.de>

	* sysdeps/posix/readv.c: Use ssize_t for bytes_read.
	* sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.

2002-02-03  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
	alloca if the memory reqirements are too high.

2002-02-03  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-load.c (decompose_rpath): Avoid using strstr.
	* elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
	the former is available anyway and speed isn't important here.
	* elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
	* elf/dl-version.c (match_symbol): Likewise.
	(_dl_check_map_versions): Likewise.
	* elf/rtld.c (process_envvars): Likewise.
	(print_statistics): Likewise.
	* sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
	* elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
	bases.  Add assert to catch uses of unimplemented features.
	(__strsep): Add assert to catch uses of unimplemented features.
	* elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
	and avoid inline optimization.
	* elf/rtld.c (process_envvars): Likewise.
	* elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
	* elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
	* elf/rtld.c (dl_main): Avoid strsep inline optimization.

	* stdio-common/_itoa.h: Minor simplifications of the code.
	* stdio-common/_itoa.c: Likewise.

	* elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
	instead of _dl_printf for debugging info output.

	* sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
2002-02-03 19:39:52 +00:00
..
alpha Update. 2002-02-03 00:31:37 +00:00
am29k
arm Update. 2002-02-03 00:31:37 +00:00
cris Update. 2002-02-03 00:31:37 +00:00
generic Update. 2002-02-03 19:39:52 +00:00
gnu Update. 2002-01-07 09:33:53 +00:00
hppa Update. 2002-02-03 00:31:37 +00:00
i386 Update. 2002-02-03 00:31:37 +00:00
i860
i960
ia64 Update. 2002-02-03 00:31:37 +00:00
ieee754 (__ieee754_lgammal_r): Remove test for negative integer arg; sin_pi does it correctly. 2002-01-28 10:18:33 +00:00
m68k Update. 2002-02-03 00:31:37 +00:00
m88k
mach Update. 2002-02-01 01:33:04 +00:00
mips Update. 2002-02-03 02:26:37 +00:00
posix Update. 2002-02-03 19:39:52 +00:00
powerpc Update. 2002-02-03 00:31:37 +00:00
pthread
rs6000
s390 Update. 2002-02-03 00:31:37 +00:00
sh Update. 2002-02-03 02:26:37 +00:00
sparc Update. 2002-02-03 00:31:37 +00:00
standalone
tahoe
unix Update. 2002-02-03 02:26:37 +00:00
vax Update. 2001-11-16 01:27:24 +00:00
wordsize-32
wordsize-64
x86_64 Update. 2002-02-03 00:31:37 +00:00
z8000