Commit Graph

600 Commits

Author SHA1 Message Date
Andreas Rumpf
7fce1bcf92 version bump 2016-10-21 12:32:16 +02:00
Andreas Rumpf
b389f82d12 Windows console apps do not set the codepage to UTF-8 anymore; use -d:nimSetUtf8CodePage to re-enable this feature 2016-10-18 18:26:29 +02:00
Jacek Sieka
2748da1496 Merge remote-tracking branch 'origin/devel' into initallocator-fix 2016-10-12 21:28:40 +08:00
Araq
a28612d869 develop version is 0.15.1 2016-10-08 10:53:38 +02:00
Yuriy Glukhov
1bfcea5d5c Make gc v2 compile with --threads:on 2016-10-05 20:36:22 +03:00
Araq
b16a678a0b version changed to 0.15.0 2016-10-01 00:02:34 +02:00
Simon Ruderich
a9e796e001 Misc documentation fixes 2016-09-17 15:53:12 +02:00
Simon Ruderich
a61e6b0d65 system: writeLine: escape \n in documentation 2016-09-15 11:43:58 +02:00
Simon Ruderich
d255bf498c system: shl: remove superfluous spaces in documentation 2016-09-15 11:43:58 +02:00
Simon Ruderich
e28bed3d84 system: <: add example of output to documentation 2016-09-15 11:43:57 +02:00
Simon Ruderich
a6e32365f7 system: use more consistent spaces in seq declaration 2016-09-15 11:43:57 +02:00
Simon Ruderich
14e80a1abe system: high, low: add example which uses the type 2016-09-15 11:43:57 +02:00
Simon Ruderich
b52240fc9e system: TaintedString: reduce duplication and link to manual 2016-09-15 11:43:57 +02:00
Andreas Rumpf
03768e7da0 attempt to fix #4640 2016-09-13 16:33:43 +02:00
Jacek Sieka
a65b44cae9 one more fix condition 2016-09-03 10:56:27 +08:00
Araq
884d5518dd Merged 2016-08-27 20:52:26 +02:00
Jacek Sieka
260e615017 simplify initallocator conditions 2016-08-25 23:04:44 +08:00
Jacek Sieka
db2f96daba Merge remote-tracking branch 'origin/devel' into initallocator-fix 2016-08-25 22:59:51 +08:00
Jacek Sieka
3116744c86 no allocator init for nimscript 2016-08-25 20:17:30 +08:00
Dennis Felsing
2ee88fef53 Get rid of initialization warning 2016-08-23 12:26:38 +02:00
Araq
a13cb26c40 next steps in getting symbol files to work again 2016-08-16 20:04:27 +02:00
Andreas Rumpf
94a9688556 disable TR macro for increased compile times; define nimTrMacros to re-enable 2016-08-08 20:21:05 +02:00
Yuriy Glukhov
8d86c6ed84 Optimized swapping of ref array elements. 2016-08-08 15:47:18 +03:00
Andreas Rumpf
fb37224b60 fixes #4561 2016-08-03 10:18:20 +02:00
miere43
70ea30d492 use appType instead of compileOption #4417 2016-07-30 20:28:43 +03:00
miere43
f16140fc95 fix #4417, update news 2016-07-30 18:31:01 +03:00
Andreas Rumpf
8876ed23f1 expr and stmt are now deprecated 2016-07-30 16:34:42 +02:00
Andreas Rumpf
a8edf67a28 make nim bootstrap again for older versions 2016-07-30 00:50:38 +02:00
Andreas Rumpf
60b187513e stdlib and compiler don't use .immediate anymore 2016-07-29 23:51:01 +02:00
Hans Raaf
e412e5458c Small changes to the docs to make it easier to find stuff. 2016-07-21 20:09:33 +02:00
Andreas Rumpf
b7c1be03c8 added system.newSeqOfCap for improved efficiency 2016-07-15 17:04:14 +02:00
Andreas Rumpf
0834cd63d9 prepare Nim codebase for upcoming parser changes 2016-07-15 12:56:03 +02:00
Yuriy Glukhov
def3e015c7 Added closureScope template 2016-06-27 17:44:05 +03:00
A. S. Budden
72bd22a380 Added missing export marker. 2016-06-13 19:08:13 +01:00
A. S. Budden
1095b35a79 Merged upstream/devel into this branch to resolve conflicts and ensure an easy merge back into upstream/devel 2016-06-13 16:44:14 +01:00
Andreas Rumpf
792b99442a Merge pull request #4284 from arnetheduck/system-c-cleanup
System c cleanup
2016-06-13 12:18:34 +02:00
A. S. Budden
52b4e8f661 Added setStdIoUnbuffered for unbuffered stdio (fixes #2146). 2016-06-12 07:40:28 +01:00
Andreas Rumpf
d8cd16a8b6 version bump for development 2016-06-11 09:15:49 +02:00
Araq
9277dcb4d3 version bump to 0.14.2 2016-06-08 19:59:07 +02:00
Jacek Sieka
ea53cc7fcd fix O_BINARY type 2016-06-08 22:48:38 +08:00
Jacek Sieka
1d7f86e0cc fix setmode call 2016-06-08 22:22:02 +08:00
Jacek Sieka
03ce08c47b no *mem proc's for JS 2016-06-08 20:30:32 +08:00
Jacek Sieka
5e93924afd include ansi_c also when doing nimscript 2016-06-08 19:54:14 +08:00
Andreas Rumpf
b2d02e5fd0 preparations for 0.14 2016-06-06 23:33:04 +02:00
Jacek Sieka
64b0485207 fix types of ansi_c/sysio to more closely match C ABI
also fixes some instances of using C library functions when there are
nim alternatives available
2016-06-05 12:03:20 +08:00
Andreas Rumpf
e8d507c859 system. for cstrings uses value comparisons, not reference comparisons 2016-06-02 16:38:20 +02:00
Yuriy Glukhov
ed96b09e61 Fix dollar for non printable/accessible fields. Fixes #4236. 2016-05-31 12:38:25 +03:00
Andreas Rumpf
893be3a5a4 changed the compiler's path handling; fixes #546 2016-05-31 03:04:45 +02:00
Andreas Rumpf
426306eeb4 fixes #3882 2016-05-28 17:43:47 +02:00
Andreas Rumpf
fcb5cdcc9f Merge pull request #4083 from vegansk/vm_readfile
Add ``readFile`` implementation for nimvm
2016-05-24 00:09:54 +02:00