DateAuthorFiles/Message
2002-12-17 02:35:25 Christopher Ellsworth src/jrre/instructionset/push/localvariables/FLoad_0.java - v1.1
src/jrre/instructionset/push/localvariables/FLoad_2.java - v1.1
More floating point instructions.
2002-12-17 02:33:04 Christopher Ellsworth src/jrre/instructionset/comparison/FCmpg.java - v1.1
src/jrre/instructionset/comparison/FCmpl.java - v1.1
src/jrre/instructionset/math/F2I.java - v1.1
src/jrre/instructionset/math/FMul.java - v1.1
src/jrre/instructionset/math/I2F.java - v1.1
src/jrre/instructionset/objects/InstanceOf.java - v1.1
src/jrre/instructionset/push/FConst_0.java - v1.1
src/jrre/types/FloatType.java - v1.1
Implemented new instructions.
2002-12-17 02:30:27 Christopher Ellsworth Simple.java - v1.17
build.number - v1.39
src/jrre/JRRE.java - v1.30
src/jrre/Main.java - v1.12
src/jrre/gui/ControlGui.java - v1.7
src/jrre/gui/JRREGUI.java - v1.4
src/jrre/gui/OperandStackGUI.java - v1.4
Worked on new gui system.  Set up timer so that the clock cycle time
can be set.
2002-12-14 03:54:55 Christopher Ellsworth Simple.java - v1.16
build.number - v1.38
src/jrre/MethodArea.java - v1.13
src/jrre/NativeMethodArea.java - v1.3
src/jrre/classloader/classfile/InstructionDecoder.java - v1.22
src/jrre/classloader/classfile/pool_entries/CPFieldRef.java - v1.3
src/jrre/classloader/classfile/pool_entries/CPFloat.java - v1.2
src/jrre/instructionset/controlflow/If_icmpeq.java - v1.5
src/jrre/instructionset/controlflow/Ifge.java - v1.5
src/jrre/instructionset/methodinvocation/InvokeStatic.java - v1.14
src/jrre/instructionset/methodinvocation/InvokeVirtual.java - v1.14
src/jrre/instructionset/objects/New.java - v1.8
src/jrre/instructionset/objects/PutField.java - v1.4
src/jrre/instructionset/push/Ldc.java - v1.10
src/jrre/instructionset/typecasting/CheckCast.java - v1.2
src/jrre/nativesystem/NativeMethodTable.c - v1.2
src/jrre/types/Type.java - v1.3
Implemented more instructions.