This is the mail archive of the glibc-cvs@sourceware.org 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 sysdeps/wordsize-64/strtol.c sysdeps/ieee ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sourceware.org	2007-08-07 05:36:21

Modified files:
	sysdeps/wordsize-64: strtol.c 
	sysdeps/ieee754/ldbl-128ibm: strtold_l.c 
	stdlib         : strtol_l.c strtol.c strtod_l.c strtod.c 
	                 strtold.c 
	include        : stdlib.h wchar.h 

Log message:
	2007-08-06  Roland McGrath  <roland@redhat.com>
	
	* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
	Remove __strto*_l inlines.
	* include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
	* stdlib/strtod.c: Add libc_hidden_def.
	* stdlib/strtod_l.c: Likewise.
	* stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
	for __new_strtold and __new_wcstold.
	* sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
	__STRTOF, STRTOF.
	* stdlib/strtol.c: Add libc_hidden_def.
	* stdlib/strtol_l.c: Likewise.
	* sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
	strtoq.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/wordsize-64/strtol.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/strtold_l.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/strtol_l.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/strtol.c.diff?cvsroot=glibc&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/strtod_l.c.diff?cvsroot=glibc&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/strtod.c.diff?cvsroot=glibc&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/strtold.c.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/stdlib.h.diff?cvsroot=glibc&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/wchar.h.diff?cvsroot=glibc&r1=1.30&r2=1.31


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