javaclass

Changelog

(0) -10 +10 +100 tip
48:3c6102b22bfd
2004-11-14 Paul Boddie changeset files shortlog graph Adjusted the dispatcher method code, adding comments, where the only real changes are the removal of pop_top at the end of the code for testing each method (since it had been assumed that the iterator was still on the stack, but it was probably something else) and the moving of setup_loop upwards before the preparation of the argument-to-type mapping.
bytecode.py
47:576596f6971b
2004-11-14 Paul Boddie changeset files shortlog graph Added DUP_TOPX and SLICE+0 translations. Fixed array construction and added an implementation for multianewarray.
bytecode.py
46:8e2ad0f8b10f
2004-11-13 Paul Boddie changeset files shortlog graph Added STORE_SUBSCR. Made code attribute discovery more robust. Added a slightly better import mechanism.
bytecode.py
45:036e01d8f797
2004-11-13 Paul Boddie changeset files shortlog graph Fixed hierarchical imports. Removed some unnecessary code.
classhook.py
44:eeb675a30dd9
2004-11-13 Paul Boddie changeset files shortlog graph Fixed LocalVariableAttributeInfo.
classfile.py
43:db63432af949
2004-11-13 Paul Boddie changeset files shortlog graph Fixed class names in certain cases to avoid usage of fully qualified names. Removed old code. Added some method descriptions.
bytecode.py
42:7cdb641603fb 43:db63432af949 181:39d5f9ecb58b
2004-11-13 Paul Boddie changeset files shortlog graph Added a test of packages.
tests/testpackage/PackageClass.java
41:a33f6687721a
2004-11-13 Paul Boddie changeset files shortlog graph Fixed importing from the current directory. Changed the debug messages. Changed module creation.
classhook.py
40:6f38e9b8c4a2
2004-11-13 Paul Boddie changeset files shortlog graph Added translation from "/"-separated names to "."-separated names.
classfile.py
39:e64b08b9681f
2004-11-13 Paul Boddie changeset files shortlog graph Fixed 8-bit limited value rewriting. Added code generation avoidance for interfaces. Added an import hook mechanism for importing directories of classes.
bytecode.py classhook.py
(0) -10 +10 +100 tip