summary refs log tree commit diff stats
path: root/lib/system/sysspawn.nim
Commit message (Collapse)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
| | | | | | * fixes #6634 * remove more usages of unary <
* Fix a few deprecation warningsdef2016-01-251-1/+1
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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