This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/elf dl-minimal.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2002-02-03 11:18:32

Modified files:
	elf            : dl-minimal.c 

Log message:
	(_strerror_r): Use _itoa instead of _itoa_word since the former is
	available anyway and speed isn't important here.
	(_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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]