91:0e8017ad0053
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed imports from __this__ within the multi-root import mechanism. This
avoids multiple imports from the current directory. |
|
|
classhook.py
|
|
90:e4f7daee37f2
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some class definitions. |
|
|
java/security/__init__.py
|
|
89:ff7df6e579e9
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed Class.forName, added some more exceptions and the start of the System
class. |
|
|
java/lang.py
|
|
88:6837caf38a99
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some real behaviour to InputStream and added stream classes of use
for java.lang.System. |
|
|
java/io.py
|
|
87:964002d174b7
|
2004-12-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added the start of java.security. |
|
|
java/security/__init__.py
|
|
86:f97c6f3d901c
|
2004-12-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added more classes and missing special methods. |
|
|
java/lang.py
|
|
85:85e3410a7de9
|
2004-12-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved class name loading (in translated instructions) into a top-level
function in the bytecode module.
Added initialisation order processing to classhook. |
|
|
bytecode.py classhook.py
|
|
84:eb71e53b14ce
|
2004-12-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for "package unions" or "multi-rooted packages" where the
root of a package hierarchy may appear in many places. |
|
|
classhook.py
|
|
83:ed62337d311f
|
2004-12-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed source code filename acquisition. |
|
|
bytecode.py
|
|
82:6379c132fad2
|
2004-12-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added "return None" for abstract methods.
Added comments for various methods and reformatted slightly. |
|
|
bytecode.py
|
|