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 Arr ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-22 22:43:34

Modified files:
	frysk/value    : ArithmeticType.java ArrayType.java ChangeLog 
	                 ClassType.java EnumType.java FunctionType.java 
	                 InvalidOperatorException.java 
	                 OperationNotDefinedException.java 
	                 PointerType.java TestValue.java Type.java 
	                 UnknownType.java Value.java VoidType.java 

Log message:
	Index: frysk-core/frysk/value/ChangeLog
	2007-08-22  Andrew Cagney  <cagney@redhat.com>
	
	* Type.java: Remove throws clause.
	* ClassType.java: Ditto.
	* FunctionType.java: Ditto.
	* ArithmeticType.java: Ditto.
	* ArrayType.java: Ditto.
	* PointerType.java: Ditto.
	* TestValue.java: Ditto.
	* UnknownType.java: Ditto.
	* VoidType.java: Ditto.
	* InvalidOperatorException.java: Extend RuntimeException.
	(InvalidOperatorException()): Delete.
	(InvalidOperatorException(String)): Pass string to super.
	(toString): Delete.
	* OperationNotDefinedException.java: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArrayType.java.diff?cvsroot=frysk&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ClassType.java.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/EnumType.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/FunctionType.java.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/InvalidOperatorException.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/OperationNotDefinedException.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/PointerType.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestValue.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Type.java.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/UnknownType.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Value.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/VoidType.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]