summary refs log tree commit diff stats
path: root/lib/system/gc_stack.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-7/+7
| | | | | also fixes some instances of using C library functions when there are nim alternatives available
* gc:stack compiles with --threads:onAndreas Rumpf2016-05-251-7/+17
|
* Made nimphpext work with gc:stack.Hans Raaf2016-05-251-1/+19
|
* simple stuff works with --gc:stackAndreas Rumpf2016-04-181-207/+264
|
* added new memory management ideaAndreas Rumpf2016-03-281-0/+382
ref='#n3'>3 4
5
6
7
8
9
10
11
12