summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
...
| | | * fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-29/+33
| * | | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146).A. S. Budden2016-06-121-0/+3
| |/ /
| * | version bump for developmentAndreas Rumpf2016-06-111-1/+1
| * | version bump to 0.14.2Araq2016-06-081-1/+1
| * | preparations for 0.14Andreas Rumpf2016-06-061-2/+2
| * | system. for cstrings uses value comparisons, not reference comparisonsAndreas Rumpf2016-06-021-2/+11
| |/
| * Fix dollar for non printable/accessible fields. Fixes #4236.Yuriy Glukhov2016-05-311-5/+8
| * changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
| * fixes #3882Andreas Rumpf2016-05-281-28/+52
| * Merge pull request #4083 from vegansk/vm_readfileAndreas Rumpf2016-05-241-0/+8
| |\
| | * Add ``readFile`` implementation for nimvmAnatoly Galiulin2016-04-131-0/+8
| * | Added limitations note to sizeof. Closes #4153.Yuriy Glukhov2016-05-131-0/+3
| * | PHP codegen improvementsAndreas Rumpf2016-05-131-1/+1
| * | simple stuff works with --gc:stackAndreas Rumpf2016-04-181-3/+4
| |/
| * Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-04-041-0/+1
| |\
| | * Move ``compiles`` backAnatoly Galiulin2016-03-311-10/+10
| | * Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-311-0/+1
| | * Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-311-10/+10
| * | Fixes #3752.Dominik Picheta2016-04-041-0/+3
| |/
* | no allocator init for nimscriptJacek Sieka2016-08-251-0/+1
* | fix initAllocator not being called when defined(nogc) and not defined(useMalloc)Jacek Sieka2016-03-301-2/+6
|/
* Fixed threading issues for tcc backendAnatoly Galiulin2016-03-101-0/+4
* fixes JS regressionAndreas Rumpf2016-03-051-2/+4
* the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-051-0/+4
* fixes #3767Andreas Rumpf2016-03-051-2/+8
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-5/+0
* fixes #3901Andreas Rumpf2016-02-261-0/+6
* standalone target works againAndreas Rumpf2016-02-191-24/+23
* further progress on --gc:v2Andreas Rumpf2016-02-171-38/+37
* first version of an PHP codegenAndreas Rumpf2016-02-061-8/+11
* Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-021-1/+1
* fixes #3736Andreas Rumpf2016-01-301-1/+1
* devel version is oddAndreas Rumpf2016-01-301-1/+1
* updated version to 0.13.0Araq2016-01-181-2/+2
* 7 div 5 == 1xiongxin2015-12-081-1/+1
* Using low() instead of high() in example for low() procedureSqwishy Trick2015-12-021-2/+2
* allow 'nil ref T' as a first step which does nothingAraq2015-11-261-5/+1
* development version is 0.12.1, not 0.12.0Araq2015-10-291-1/+1
* Prep for v0.12.0Dominik Picheta2015-10-271-2/+2
* fixed shr documentationMagnus Jöud2015-10-261-4/+5
* documentation improvements; system.nim docs adapted to unix's braindead idea ...Araq2015-10-211-8/+0
* fixes wrong doc commentsAraq2015-10-191-4/+4
* add example to proc headings forJamesP2015-10-191-2/+42
* Avoid extra copy in JS when inserting.Yuriy Glukhov2015-10-151-1/+1
* Fixed ret by var in jsYuriy Glukhov2015-10-151-1/+2
* Merge pull request #3423 from petermora/breakSequtilsAndreas Rumpf2015-10-121-47/+0
|\
| * sequtils related changesPeter Mora2015-10-051-47/+0
* | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...Araq2015-10-121-0/+9
|\ \ | |/ |/|
| * Properly register threads with the Boehm GC.Reimer Behrends2015-09-081-0/+9
* | NimScript: --threads:on works in a nims fileAraq2015-09-301-1/+1