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 Value.java ArithmeticTy ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	npremji@sourceware.org	2007-08-13 20:44:30

Modified files:
	frysk/value    : Value.java ArithmeticType.java Location.java 
	                 Format.java ChangeLog 

Log message:
	frysk-core/frysk/value/CL
	* Location.java (putInt): Added, takes a ByteOrder.
	(putDouble): Ditto.
	(getDouble): Ditto.
	(getLong): Ditto.
	(getInt): Ditto.
	(getChar): Ditto.
	(putLong): Ditto.
	(putChar): Ditto.
	(getShort): Ditto.
	(getFloat): Ditto.
	(putFloat): Ditto.
	(putShort): Ditto.
	* Format.java (BINARY): Added.
	* ArithmeticType.java (toString): Added, takes a Format.
	* Value.java (getDouble): Added, takes a ByteOrder.
	(getLong): Ditto.
	(getInt): Ditto.
	(getShort): Ditto.
	(getFloat): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Value.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Location.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Format.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.43&r2=1.44


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