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 math/complex.h math/math.h math/bits/math ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2006-01-14 12:09:23

Modified files:
	math           : complex.h math.h 
	math/bits      : mathcalls.h 
	misc/sys       : cdefs.h 

Log message:
	2006-01-14  Jakub Jelinek  <jakub@redhat.com>
	
	* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
	prototype.
	(nexttowardf): Redirect to __nldbl_nexttowardf.
	(nexttoward): Redirect to nextafter.
	(__MATHDECL_2, __MATHDECL_1): Redirect *l functions to
	non-*l versions if __LONG_DOUBLE_MATH_OPTIONAL and
	__NO_LONG_DOUBLE_MATH.
	* math/complex.h (__MATHDECL_1): Likewise.
	* math/bits/mathcalls.h (nexttoward): Don't prototype if
	__LDBL_COMPAT.
	* misc/sys/cdefs.h: Include <bits/wordsize.h>.
	(__LDBL_COMPAT, __LDBL_REDIR1, __LDBL_REDIR, __LDBL_REDIR1_NTH,
	__LDBL_REDIR_NTH, __LDBL_REDIR_DECL): New macros.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/complex.h.diff?cvsroot=glibc&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/math.h.diff?cvsroot=glibc&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/bits/mathcalls.h.diff?cvsroot=glibc&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/sys/cdefs.h.diff?cvsroot=glibc&r1=1.63&r2=1.64


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