This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib 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]

src/newlib ChangeLog libm/mathfp/s_pow.c libm/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2005-09-01 17:53:02

Modified files:
	newlib         : ChangeLog 
	newlib/libm/mathfp: s_pow.c sf_pow.c 

Log message:
	2005-09-01  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libm/mathfp/s_pow.c: (pow): Change code so 0 raised to
	any positive power results in 0.
	* libm/mathfp/sf_pow.c (powf): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.801&r2=1.802
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/mathfp/s_pow.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/mathfp/sf_pow.c.diff?cvsroot=src&r1=1.3&r2=1.4


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