javaclass

Changelog

(0) -10 +10 +100 tip
79:78da4286ff0a
2004-12-09 Paul Boddie changeset files shortlog graph Made i2c a null operation since char values are treated like int values in Java. Changed the special notation for Java-callable methods so that methods may be more easily written in Python. Commented out various trace statements.
bytecode.py classfile.py classhook.py
78:f08b72e9f060
2004-12-08 Paul Boddie changeset files shortlog graph Added .jar archive support to the import hook. Fixed accidental attempts to import classes as modules.
classhook.py
77:1c1018b5307b
2004-12-08 Paul Boddie changeset files shortlog graph Added a test of subpackages.
tests/testpackage/subpackage/SubpackageClass.java
76:7fa32ea2ff28
2004-11-21 Paul Boddie changeset files shortlog graph Added method entries for Java access to the String class.
java/lang.py
75:3a4425854c86
2004-11-21 Paul Boddie changeset files shortlog graph Added a test of java.lang.String.
tests/StringTest.java
74:a63612bb72fa
2004-11-21 Paul Boddie changeset files shortlog graph Added tentative library implementations.
java/io.py java/text.py java/util.py
73:5eb3ab12a1b8
2004-11-21 Paul Boddie changeset files shortlog graph Added tentative library implementations.
java/__init__.py
72:ac628263decd
2004-11-21 Paul Boddie changeset files shortlog graph Added tentative library implementations.
java/lang.py
71:3cf7dae6544b
2004-11-21 Paul Boddie changeset files shortlog graph Fixed ldc* implementations. Added external name identification so that such names can be imported into the namespace where the code is run. Introduced more sophisticated resolution of class names where they are used; for example in the new and *static implementations.
bytecode.py
70:c086884f142c
2004-11-21 Paul Boddie changeset files shortlog graph Added importing of external names. Changed the invocation of class initialisation functions to occur within the current global namespace.
classhook.py
(0) -10 +10 +100 tip