javaclass

Shortlog

(0) -60 +60 +100 tip
2004-11-21 Paul Boddie Removed the descriptor parsing mix-in class, making the methods global
2004-11-21 Paul Boddie Added workarounds so that exceptions may be represented by new-style
2004-11-20 Paul Boddie Added new tests.
2004-11-20 Paul Boddie Changed the new implementation to use object.__new__ and root classes to
2004-11-20 Paul Boddie Added a get_class method so that static and special methods can be
2004-11-20 Paul Boddie Removed avoidance of abstract class initialisation.
2004-11-19 Paul Boddie Added a test of switch statements.
2004-11-19 Paul Boddie Introduced class initialisation avoidance for abstract classes (although
2004-11-19 Paul Boddie Fixed long and double constant handling.
2004-11-19 Paul Boddie Added lookupswitch and tableswitch fixes.
2004-11-15 Paul Boddie Replaced apply usage with CALL_FUNCTION_VAR.
2004-11-15 Paul Boddie Added a test of class loading and superclass presence.
2004-11-14 Paul Boddie Added tests of static initialisation.
2004-11-14 Paul Boddie Added tentative support for class initialisation (although not enabled).
2004-11-14 Paul Boddie Added support for class initialisation method names and access flags
2004-11-14 Paul Boddie Added a test of field initialisation.
2004-11-14 Paul Boddie Padded out comments and loops for readability.
2004-11-14 Paul Boddie Added Java package and class data types and attempted to fix package/module
2004-11-14 Paul Boddie Made a better attempt at fixing module importing.
2004-11-14 Paul Boddie Fixed importing of modules.
2004-11-14 Paul Boddie Fixed apparent breakage of Python packages and modules with the hook
2004-11-14 Paul Boddie Adjusted the dispatcher method code, adding comments, where the only real
2004-11-14 Paul Boddie Added DUP_TOPX and SLICE+0 translations.
2004-11-13 Paul Boddie Added STORE_SUBSCR.
2004-11-13 Paul Boddie Fixed hierarchical imports.
2004-11-13 Paul Boddie Fixed LocalVariableAttributeInfo.
2004-11-13 Paul Boddie Fixed class names in certain cases to avoid usage of fully qualified names.
2004-11-13 Paul Boddie Added a test of packages.
2004-11-13 Paul Boddie Fixed importing from the current directory.
2004-11-13 Paul Boddie Added translation from "/"-separated names to "."-separated names.
2004-11-13 Paul Boddie Fixed 8-bit limited value rewriting.
2004-11-12 Paul Boddie Fixed loop handling somewhat.
2004-11-12 Paul Boddie Added a mapping of type labels to Python types.
2004-11-12 Paul Boddie Added better tracing of dispatch behaviour.
2004-11-11 Paul Boddie Fixed invokespecial for foreign object constructors.
2004-11-11 Paul Boddie Fixed class hierarchy so that the appropriate classes use the appropriate
2004-11-11 Paul Boddie Added type information to method names.
2004-11-11 Paul Boddie Added tests of dispatch according to object class or interface.
2004-11-11 Paul Boddie Modified invokespecial to hopefully find the appropriate methods to use in
2004-11-11 Paul Boddie Added a test of instantiation within an <init> method in order to determine
2004-11-11 Paul Boddie Added UNARY_NEGATIVE support.
2004-11-11 Paul Boddie Added overriding tests to ValueSubclass, modifying Value.
2004-11-10 Paul Boddie Added an uncaught (and hence re-raised) exception to the testCatchFinally
2004-11-10 Paul Boddie Fixed the iinc translation.
2004-11-10 Paul Boddie Made the results of various tests more suggestive.
2004-11-10 Paul Boddie Added exception type checking.
2004-11-10 Paul Boddie Changed get_name to get_python_name in most remaining places of relevance.
2004-11-10 Paul Boddie Reverted the ret instruction's implementation to use return addresses.
2004-11-10 Paul Boddie Reverted to the proper initialisation method name.
2004-11-10 Paul Boddie Expanded the exception test.
2004-11-09 Paul Boddie Added a test of try...finally. Note that this exposes issues with revision
2004-11-09 Paul Boddie Fixed comparison plus branch (if_acmp*) by removing the comparison result
2004-11-09 Paul Boddie Added more test methods.
2004-11-09 Paul Boddie Added some test cases.
2004-11-09 Paul Boddie Added local variable usage tracking.
2004-11-09 Paul Boddie Changed the Python equivalent of <init> to be a special __java_init__
2004-11-09 Paul Boddie Added usage of name translation.
2004-11-09 Paul Boddie Added initial name translation support.
2004-11-09 Paul Boddie Added supposedly improved exception handling in order to use Python VM
2004-11-09 Paul Boddie Removed the undesirable conversion to Unicode in NameUtils.get_name.
(0) -60 +60 +100 tip