refactor: style, fun, hlint, ...
[mate.git] / Mate / Utilities.hs
2012-07-18 Bernhard Urbanrefactor: style, fun, hlint, ...
2012-06-18 Bernhard Urbancodegen: typestuff for compiling classpath files
2012-05-20 Bernhard Urbancodegen: a few more hacks to get more of classpath...
2012-05-20 Bernhard Urbanmethodlookup: unique identifier for methods are name...
2012-05-20 Bernhard Urbanarray: char array support
2012-05-19 Bernhard Urbanhs-java: upgrade to 0.3.1
2012-05-16 Bernhard Urbanhlint: fix suggested improvements
2012-04-30 Bernhard Urbanclasspool: add interface-table-ptr to method-table-ptr
2012-04-30 Bernhard Urbandebug: use #ifdef guards
2012-04-25 Bernhard Urbanjava.io: PrintStream
2012-04-25 Bernhard Urbaninvokevirtual: implemented. not very well tested though
2012-04-25 Bernhard Urbanfields: use offsets from ClassInfo in codegen
2012-04-23 Bernhard Urbancodegen: {put,get}static for static field access
2012-04-22 Bernhard Urbantypes: oops, we don't want the index at this point...
2012-04-22 Bernhard Urbanmodules: move (public) datatypes into a new module
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-08 Bernhard Urbanbuild: fix -Wall warnings
2012-04-02 Bernhard Urbansrc: move files into a Mate package