refactor: reduce global var in trap.c to one pointer
[mate.git] / Mate / Strings.hs
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...