2004-11-09 | Paul Boddie | files | Removed the undesirable conversion to Unicode in NameUtils.get_name. | |
2004-11-08 | Paul Boddie | files | Added missing bytecode translations. | |
2004-11-08 | Paul Boddie | files | Attempted to provide proper bytecode output with 16-bit operands, special | |
2004-11-07 | Paul Boddie | files | Fixed shifting operations, observing operator precedence. | |
2004-11-07 | Paul Boddie | files | Added label-based jumping (rather than permitting only simple jumping | |
2004-10-29 | Paul Boddie | files | Added a class for the reading and conversion of Java bytecodes, moved the | |
2004-10-28 | Paul Boddie | files | Added proper support for integers, longs, floats and doubles, along with | |
2004-10-28 | Paul Boddie | files | Fixed array descriptor handling. | |
2004-10-25 | Paul Boddie | files | Fixed exception table population for CodeAttributeInfo. | |
2004-10-23 | Paul Boddie | files | Moved usage of struct.unpack into u1, u2 and u4 functions. | |
2004-10-23 | Paul Boddie | files | Initial revision |