This is the mail archive of the
frysk-cvs@sources.redhat.com
mailing list for the frysk project.
frysk-core/frysk/value ArithmeticType.java Arr ...
- From: cagney at sourceware dot org
- To: frysk-cvs at sourceware dot org
- Date: 23 Aug 2007 02:11:23 -0000
- Subject: frysk-core/frysk/value ArithmeticType.java Arr ...
- Reply-to: frysk at sourceware dot org
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