javaclass

Changelog

(0) -10 +10 +100 tip
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
69:4fe00c6f94bd
2004-11-21 Paul Boddie changeset files shortlog graph Removed the descriptor parsing mix-in class, making the methods global functions. Added support for array-based Python names, since ClassInfo names can appear as, for example, "[Ljava.lang.String;".
classfile.py
68:318c92a01ff6
2004-11-21 Paul Boddie changeset files shortlog graph Added workarounds so that exceptions may be represented by new-style classes, too.
bytecode.py
(0) -10 +10 +100 tip