summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Fredrik Tolf [Mon, 10 Apr 2023 16:02:12 +0000 (18:02 +0200)]
Add a class-loading module.
Fredrik Tolf [Mon, 10 Apr 2023 16:01:47 +0000 (18:01 +0200)]
Handle classes with nil superclass.
Ie. java.lang.Object.
Fredrik Tolf [Sat, 22 Oct 2016 05:54:58 +0000 (07:54 +0200)]
Handle the invokedynamic-related constant-pool entries.
Fredrik Tolf [Sat, 22 Oct 2016 05:54:23 +0000 (07:54 +0200)]
Added a tell function to the decstream for debugging.
Fredrik Tolf [Wed, 4 Mar 2015 22:12:34 +0000 (23:12 +0100)]
Fixed UTF8 decode bug.
Fredrik Tolf [Sun, 14 Sep 2014 03:49:17 +0000 (05:49 +0200)]
Ignore the build directory.
Fredrik Tolf [Sun, 14 Sep 2014 03:48:32 +0000 (05:48 +0200)]
Added a distutils script.
Fredrik Tolf [Sun, 14 Sep 2014 03:48:24 +0000 (05:48 +0200)]
Added a small utility library.
Fredrik Tolf [Sun, 14 Sep 2014 03:48:08 +0000 (05:48 +0200)]
Added a package __init__ file for convenience.
Fredrik Tolf [Sun, 14 Sep 2014 03:47:54 +0000 (05:47 +0200)]
Fixed a couple of encoding bugs.
Fredrik Tolf [Sun, 14 Sep 2014 03:03:03 +0000 (05:03 +0200)]
Initial checkin.