summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* Added closureScope templateYuriy Glukhov2016-06-271-0/+21
|
* Added missing export marker.A. S. Budden2016-06-131-1/+1
|
* Merged upstream/devel into this branch to resolve conflicts and ensure an ↵A. S. Budden2016-06-131-33/+38
|\ | | | | | | easy merge back into upstream/devel
| * Merge pull request #4284 from arnetheduck/system-c-cleanupAndreas Rumpf2016-06-131-33/+38
| |\ | | | | | | System c cleanup
| | * fix O_BINARY typeJacek Sieka2016-06-081-1/+1
| | |
| | * fix setmode callJacek Sieka2016-06-081-2/+2
| | |
| | * no *mem proc's for JSJacek Sieka2016-06-081-1/+2
| | |
| | * include ansi_c also when doing nimscriptJacek Sieka2016-06-081-2/+2
| | |
| | * fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-29/+33
| | | | | | | | | | | | | | | also fixes some instances of using C library functions when there are nim alternatives available
* | | 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 nimvm
| * 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
|/
* 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
| | | 7 div 5 == 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
| | | | add docs on shr filling with zeros
* documentation improvements; system.nim docs adapted to unix's braindead idea ↵Araq2015-10-211-8/+0
| | | | of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either
* fixes wrong doc commentsAraq2015-10-191-4/+4
|
* add example to proc headings forJamesP2015-10-191-2/+42
| | | | addr, and, or, xor, div, mod, shl, cmp, setLen
* Avoid extra copy in JS when inserting.Yuriy Glukhov2015-10-151-1/+1
|