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 libc/include/math.h libm/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-05-17 18:50:57

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: math.h 
	newlib/libm/common: Makefile.am Makefile.in 
Added files:
	newlib/libm/common: s_exp10.c s_pow10.c sf_exp10.c sf_pow10.c 

Log message:
	2007-05-17  Yaakov Selkowitz  <yselkowitz <at> users.sourceforge.net>
	
	* libm/common/Makefile.am: Add support for exp10, exp10f,
	pow10, and pow10f functions.
	* libm/common/Makefile.in: Regenerated.
	* libm/common/s_pow10.c: New file.
	* libm/common/sf_pow10.c: Ditto.
	* libm/common/s_exp10.c: Ditto.
	* libm/common/sf_exp10.c: Ditto.
	* libc/include/math.h [!pow10]: New pow10 prototype.
	[!pow10f]: New pow10f prototype.
	[!exp10]: New exp10 prototype.
	[!exp10f]: New exp10f prototype.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1030&r2=1.1031
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_exp10.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_pow10.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/sf_exp10.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/sf_pow10.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/Makefile.am.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/Makefile.in.diff?cvsroot=src&r1=1.15&r2=1.16


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