objectformat: one word after mtable in object layout
[mate.git] / Mate / Strings.hs
2012-08-27 Bernhard Urbanobjectformat: one word after mtable in object layout
2012-08-25 Bernhard Urbandebug: remove #ifdef's and use dumb logger
2012-08-24 Harald SteinlechnerGarbageAlloc: little refactoring - all GC allocate...
2012-08-23 Harald SteinlechnerGC: first working version of boehm gc. working with...
2012-08-17 Bernhard UrbannativeMaschine: use NativeWord instead of Word32
2012-07-31 Bernhard UrbannativeMaschine: s/unsigned int/ptrdiff_t/g
2012-06-12 Bernhard Urbanhlint: more fixes
2012-05-20 Bernhard Urbanstring: allocate a real java object for strings
2012-05-19 Bernhard Urbanhs-java: upgrade to 0.3.1
2012-05-17 Bernhard Urbanrefactor: reduce global var in trap.c to one pointer
2012-05-16 Bernhard Urbanhlint: fix suggested improvements
2012-05-16 Bernhard Urbanhlint: use CamelCase for printf stuff
2012-05-10 Bernhard Urbangc: factor out allocation
2012-05-08 Bernhard Urbandebug: get rid of #ifdef guards
2012-04-30 Bernhard Urbandebug: use #ifdef guards
2012-04-30 Bernhard Urbanstrings: memset allocated memory
2012-04-26 Bernhard Urbanstrings: other solution
2012-04-26 Bernhard Urbanstrings: put every String from the constantpool in...