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/math/e_pow.c libm/ma ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-05-01 19:42:15

Modified files:
	newlib         : ChangeLog 
	newlib/libm/math: e_pow.c ef_pow.c w_acos.c w_asin.c w_log.c 
	                  w_log10.c w_pow.c wf_acos.c wf_asin.c wf_log.c 
	                  wf_log10.c wf_pow.c 

Log message:
	2007-05-01  Cary R.  <cygcary <at> yahoo.com>
	
	* libm/math/e_pow.c: Fix to be consistent with glibc with regards
	to treatment of NaN and +-inf arguments.
	* libm/math/ef_pow.c: Ditto.
	* libm/math/w_pow.c: Ditto.
	* libm/math/wf_pow.c: Ditto.
	* libm/math/w_acos.c: Fix domain errors to return NaN.
	* libm/math/w_asin.c: Ditto.
	* libm/math/wf_acos.c: Ditto.
	* libm/math/wf_asin.c: Ditto.
	* libm/math/w_log.c: Fix to return NaN for negative number inputs.
	* libm/math/wf_log.c: Ditto.
	* libm/math/wf_log10.c: Ditto.
	* libm/math/w_log10.c: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1017&r2=1.1018
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/e_pow.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/ef_pow.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_acos.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_asin.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_log.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_log10.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_pow.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/wf_acos.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/wf_asin.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/wf_log.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/wf_log10.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/wf_pow.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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