changelog tags manifest rss

shortlog for Scala classfile manipulation library

navigate: (0) tip

3 days david Minor refactorings.
3 days david Working dependency analysis. Woohoo!`
5 days david Added ++ to Graph. Because Map has no unionWith, this was about 10 times more work than it should have been.
6 days david Added some graphing utilities which will be used in the dependency analysis stuff.
6 days david Fixed attribute reading.
6 days david Right. ConstantPool reading works now.
7 days david Working on a dependency analysis tool and supporting code.
2 months david Added ByteString type (basically java.lang.String for binary data, plus some tweaks). Converted some uses of Array[Byte] to use it instead.
2 months david Ported opcodes over from FJBG.
2 months david Moved type representations over from FJBG.
2 months david Working basic classfile parser. Huzzah.
2 months david Added interfaces.
2 months david Parse a little more of the class file format.
2 months david Unsigned shorts == Chars. Doh! Thanks to Ricky Clarkson for pointing that out.
2 months david Successfully parses the constant pool.
2 months david Initial parsing code.

navigate: (0) tip