summary refs log tree commit diff stats
path: root/lib/system/sysspawn.nim
Commit message (Expand)AuthorAgeFilesLines
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-2/+2
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
* Fix a few deprecation warningsdef2016-01-251-1/+1
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* the big renamefest: first stepsAraq2014-08-221-2/+2
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
* initial non-compiling version of 'parallel'Araq2014-05-121-24/+23
* spawn has a chance of working on posixAraq2014-04-201-4/+14
* fixes bootstrappingAraq2014-04-201-0/+1
* actors compile againAraq2014-04-201-4/+16
* New concurrency model: next stepsAraq2014-04-191-0/+172
:04 +0100 Cosmetic compiler cleanup (#12718)' href='/ahoang/Nim/commit/compiler/prefixmatches.nim?h=devel&id=7e747d11c66405f08cc7c69e5afc18348663275e'>7e747d11c ^
9ed322323 ^














669a56449 ^
9ed322323 ^

669a56449 ^
9ed322323 ^


3fafd546d ^



9ed322323 ^
































3fafd546d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89