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	2009-03-18 18:11:18

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: math.h 
	newlib/libm/common: Makefile.am Makefile.in 
Added files:
	newlib/libm/common: s_log2.c sf_log2.c 

Log message:
	2009-03-18  Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
	
	* libm/common/s_log2.c: New file.
	* libm/common/sf_log2.c: Ditto.
	* libm/common/Makefile.am: Add s_log2.c and sf_log2.c.
	* libm/common/Makefile.in: Regenerated.
	* libc/include/math.h: Add log2 and log2f function prototypes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1292&r2=1.1293
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_log2.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/sf_log2.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/Makefile.am.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/Makefile.in.diff?cvsroot=src&r1=1.19&r2=1.20


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