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	2005-10-14 21:11:40

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: math.h 
	newlib/libm/common: Makefile.am Makefile.in 
	newlib/libm/math: Makefile.am Makefile.in 
	newlib/libm/mathfp: Makefile.am Makefile.in 
Added files:
	newlib/libm/common: s_infconst.c 
Removed files:
	newlib/libm/math: s_infconst.c 
	newlib/libm/mathfp: s_infconst.c 

Log message:
	2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
	* libm/common/Makefile.am: Add s_infconst.c support.
	* libm/common/Makefile.in: Regenerated.
	* libm/common/s_infconst.c: New file with float and
	long double infinity support added.
	* libm/math/Makefile.am: Remove s_infconst.c support.
	* libm/math/Makefile.in: Regenerated.
	* libm/math/s_infconst.c: Moved to common directory.
	* libm/mathfp/Makefile.am: Remove s_infconst.c support.
	* libm/mathfp/Makefile.in: Regenerated.
	* libm/mathfp/s_infconst.c: Moved to common directory.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.826&r2=1.827
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_infconst.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.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/math/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/math/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/math/s_infconst.c.diff?cvsroot=src&r1=1.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/mathfp/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/mathfp/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/mathfp/s_infconst.c.diff?cvsroot=src&r1=1.2&r2=NONE


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