summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* Added generic min/max versions for two arguments (#5734)Yuriy Glukhov2017-04-271-0/+6
|
* remove system.getFileSize again, breaks windows builds and I don't want more ↵Araq2017-04-081-3/+0
| | | | stuff that's a pain to support in a platform independent manner
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-0/+3
| | | | | Platform independent procedure to set a file length. Useful when replacing file content.
* Update 'compiles' documentation to remove not (#5666)John Scillieri2017-04-051-1/+1
| | | Documentation for proc compiles showed a broken/unintuitive example (unless i missed something)
* system.nim: make min/max take openArrays, not varargs (breaking change)Andreas Rumpf2017-04-041-2/+2
|
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-19/+28
|
* fixes #5599 (#5610)Andreas Rumpf2017-03-261-2/+6
|
* Added few documentation lines for the unsafeAddr operator. (#5362)Arne Döring2017-03-231-3/+7
|
* Fix links to manual (#5500)konqoro2017-03-091-28/+28
|
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-261-0/+20
|\ | | | | Coroutine improvements
| * 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
| | | | | | | | Variable
* | 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
| | | code fixes courtesy of @memophen
* 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/sets to system.CollectionToString()
| * 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 ↵Andreas Rumpf2016-10-181-1/+1
| | | | -d:nimSetUtf8CodePage to re-enable this feature
* 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
| |