summary refs log tree commit diff stats
path: root/lib/system/mmdisp.nim
Commit message (Expand)AuthorAgeFilesLines
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-19/+14
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-0/+20
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-4/+11
* improvements to get code size down for programs that don't use GCAraq2011-06-261-9/+4
* further progress for multi-threadingAraq2011-05-191-15/+4
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+6
* mmdisp [] instead of ^Araq2011-05-141-6/+6
* gc tweaking to gain a few percent of performanceAraq2011-05-071-1/+1
* basic continue after error works; interactive mode more usefulAraq2011-02-131-1/+3
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-22/+0
* before stack init changeAndreas Rumpf2010-08-011-8/+2
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-50/+25
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-221-2/+55
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-221-0/+3
* added system.appType magicAndreas Rumpf2010-07-211-0/+195