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 BigFloat.java ChangeLog ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-27 03:15:48

Modified files:
	frysk/value    : BigFloat.java ChangeLog Format.java 
Added files:
	frysk/value    : TestFormat.java 

Log message:
	Index: frysk-core/frysk/value/ChangeLog
	2007-08-26  Andrew Cagney  <cagney@redhat.com>
	
	* BigFloat.java (value): Change to Number.
	(floatValue()): New.
	(toByteArray(int), bigIntegerValue(), doubleValue)
	(BigFloat(byte[] bytes): Update.
	* Format.java (NATURAL, DECIMAL, HEXADECIMAL, BINARY, OCTAL):
	Implement.
	(printHexadecimal(PrintWriter,Location,ArithmeticType)): New.
	(printDecimal(PrintWriter,Location,ArithmeticType)): New.
	(printOctal(PrintWriter,Location,ArithmeticType)): New.
	(printBinary(PrintWriter,Location,ArithmeticType)): New.
	(printFloatingPoint(PrintWriter,Location,ArithmeticType)): New.
	(print(PrintWriter,Location,FloatingPointType)):
	(print(PrintWriter,Location,IntegerType)): Make abstract.
	(print(PrintWriter,Location,PointerType)): Make abstract.
	(print(PrintWriter,Location,FloatingPointType)): Make abstract.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestFormat.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/BigFloat.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Format.java.diff?cvsroot=frysk&r1=1.7&r2=1.8


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