This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk 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]

frysk-core/frysk/value ArithmeticType.java Cha ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-26 20:05:35

Modified files:
	frysk/value    : ArithmeticType.java ChangeLog 
	                 FloatingPointType.java IntegerType.java 
	                 TestIntegerType.java 
Added files:
	frysk/value    : BigFloat.java TestBigFloat.java 
	                 TestFloatingPoint.java 

Log message:
	Index: frysk-core/frysk/value/ChangeLog
	2007-08-26  Andrew Cagney  <cagney@redhat.com>
	
	* BigFloat.java: New file.
	* TestBigFloat.java: New file.
	* IntegerType.java (bigIntegerValue(Location)): New.
	(bigFloatValue(Location)): New.
	(getBigFloat(Location)): New.
	* FloatingPointType.java(getBigFloat(Location)): New
	(bigFloatValue(Location)): New.
	(bigIntegerValue(Location)): New.
	* ArithmeticType.java (getBigFloat(Location)): New, abstract.
	(bigIntegerValue(Location)): New, abstract.
	(bigFloatValue(Location)): New, abstract.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/BigFloat.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestBigFloat.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestFloatingPoint.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.87&r2=1.88
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/FloatingPointType.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/IntegerType.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestIntegerType.java.diff?cvsroot=frysk&r1=1.2&r2=1.3


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