summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #4561Andreas Rumpf2016-08-031-1/+1
* use appType instead of compileOption #4417miere432016-07-301-1/+1
* fix #4417, update newsmiere432016-07-301-0/+5
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-2/+4
* make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-1/+1
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-13/+13
* Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-211-1/+5
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-151-0/+6
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
* 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 eas...A. S. Budden2016-06-131-33/+38
|\
| * Merge pull request #4284 from arnetheduck/system-c-cleanupAndreas Rumpf2016-06-131-33/+38
| |\
| | * 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
* | | 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
|/
* 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