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-23 02:11:23

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

Log message:
	Index: frysk-core/frysk/value/ChangeLog
	2007-08-22  Andrew Cagney  <cagney@redhat.com>
	
	* InvalidOperatorException.java (InvalidOperatorException())
	(InvalidOperatorException(String)): Delete.
	(InvalidOperatorException(Type,String)): New.
	* ArithmeticType.java: Update
	* Type.java: Make all abstract operations concrete; throw
	InvalidOperatorException.
	* FunctionType.java: Delete operator methods throwing exception.
	* VoidType.java: Ditto.
	* UnknownType.java: Ditto.
	* PointerType.java: Ditto.
	* ClassType.java: Ditto.
	* ArrayType.java: Ditto.
	* EnumType.java: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArrayType.java.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ClassType.java.diff?cvsroot=frysk&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/EnumType.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/FunctionType.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/InvalidOperatorException.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/PointerType.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Type.java.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/UnknownType.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/VoidType.java.diff?cvsroot=frysk&r1=1.3&r2=1.4


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