summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-261-0/+20
|\
| * Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-201-0/+3
| * Use constant nimCoroutines instead of defined(nimCoroutines)Rokas Kupstys2017-02-201-0/+17
* | fixes most recent codegen regressionAraq2017-02-261-3/+3
* | Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-241-0/+1
|/
* Added BiggestUInt (#5378)flyx2017-02-131-0/+11
* system.nim: don't use deprecated symbols/constructsAraq2017-02-081-11/+12
* fixes #5349Araq2017-02-081-2/+7
* Mark setupForeignThreadGc and initGC as gcsafe (#5353)Anatoly Galiulin2017-02-081-1/+1
* fix string slice & splice (#5311)Parashurama2017-02-011-6/+5
* devel version has to be oddAraq2017-01-291-1/+1
* newException supports setting of the 'parent' fieldAndreas Rumpf2017-01-261-1/+2
* improvements to memtrackingAndreas Rumpf2017-01-261-13/+22
* Fix a typo in system's staticExec procedure description (#5276)Gangsta Cat2017-01-241-1/+1
* Update system.nimAndreas Rumpf2017-01-141-2/+2
* updated to version 0.16.0Araq2017-01-071-2/+2
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-071-0/+5
* make c_setmode compatible with Borland C; refs #5157Andreas Rumpf2016-12-311-2/+3
* new shift ops for Nim; based on #4743Andreas Rumpf2016-12-291-27/+48
* remove deprecated system.TResult enumAndreas Rumpf2016-12-281-2/+0
* Added FileSeekPosYuriy Glukhov2016-12-081-1/+9
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+10
* added description to fmWrite mode to be more exactVladislav2016-11-011-0/+2
* fixes bootstrappingAraq2016-11-011-2/+5
* Merge pull request #4980 from jlp765/tostringAndreas Rumpf2016-11-011-1/+2
|\
| * Add nill value handling for seq/setsjlp7652016-11-011-1/+2
* | updated development versionAraq2016-10-311-5/+5
|/
* fixed == and cmp to work on nimvmArne Döring2016-10-261-25/+33
* version bumpAndreas Rumpf2016-10-211-1/+1
* Windows console apps do not set the codepage to UTF-8 anymore; use -d:nimSetU...Andreas Rumpf2016-10-181-1/+1
* Merge remote-tracking branch 'origin/devel' into initallocator-fixJacek Sieka2016-10-121-34/+32
|\
| * develop version is 0.15.1Araq2016-10-081-1/+1
| * Make gc v2 compile with --threads:onYuriy Glukhov2016-10-051-1/+1
| * version changed to 0.15.0Araq2016-10-011-2/+2
| * Misc documentation fixesSimon Ruderich2016-09-171-7/+6
| * system: writeLine: escape \n in documentationSimon Ruderich2016-09-151-1/+1
| * system: shl: remove superfluous spaces in documentationSimon Ruderich2016-09-151-2/+2
| * system: <: add example of output to documentationSimon Ruderich2016-09-151-1/+1
| * system: use more consistent spaces in seq declarationSimon Ruderich2016-09-151-6/+6
| * system: high, low: add example which uses the typeSimon Ruderich2016-09-151-0/+2
| * system: TaintedString: reduce duplication and link to manualSimon Ruderich2016-09-151-8/+8
| * attempt to fix #4640Andreas Rumpf2016-09-131-3/+3
| * MergedAraq2016-08-271-1/+1
| |\
| * | next steps in getting symbol files to work againAraq2016-08-161-4/+1
* | | one more fix conditionJacek Sieka2016-09-031-3/+3
* | | simplify initallocator conditionsJacek Sieka2016-08-251-2/+2
* | | Merge remote-tracking branch 'origin/devel' into initallocator-fixJacek Sieka2016-08-251-99/+199
|\ \ \ | | |/ | |/|
| * | Get rid of initialization warningDennis Felsing2016-08-231-2/+2
| |/
| * disable TR macro for increased compile times; define nimTrMacros to re-enableAndreas Rumpf2016-08-081-1/+1
| * Optimized swapping of ref array elements.Yuriy Glukhov2016-08-081-0/+7