summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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