Commit Graph

617 Commits

Author SHA1 Message Date
Andreas Rumpf
ca0b16fd33 newException supports setting of the 'parent' field 2017-01-26 15:20:24 +01:00
Andreas Rumpf
05a3c1b10a improvements to memtracking 2017-01-26 11:26:02 +01:00
Gangsta Cat
c54bffae5b Fix a typo in system's staticExec procedure description (#5276) 2017-01-24 16:57:39 +01:00
Andreas Rumpf
723a5a09f4 Update system.nim 2017-01-14 16:21:05 +01:00
Araq
fc636e2d12 updated to version 0.16.0 2017-01-07 21:44:40 +01:00
Araq
9d488261df added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 2017-01-07 02:38:26 +01:00
Andreas Rumpf
33b8ade07c make c_setmode compatible with Borland C; refs #5157 2016-12-31 03:04:10 +01:00
Andreas Rumpf
9c4a60193f new shift ops for Nim; based on #4743 2016-12-29 12:07:27 +01:00
Andreas Rumpf
0b97dfbf87 remove deprecated system.TResult enum 2016-12-28 00:10:10 +01:00
Yuriy Glukhov
feba5acc98 Added FileSeekPos 2016-12-08 18:57:46 +02:00
Andreas Rumpf
02a2180a6a first version of the new memory tracking feature 2016-11-21 12:10:44 +01:00
Vladislav
9bc79b923c added description to fmWrite mode to be more exact 2016-11-01 22:33:09 +02:00
Araq
804af7e153 fixes bootstrapping 2016-11-01 10:25:34 +01:00
Andreas Rumpf
4884a56e38 Merge pull request #4980 from jlp765/tostring
Add nill value handling for seq/sets to system.CollectionToString()
2016-11-01 09:45:37 +01:00
jlp765
0cb5adb494 Add nill value handling for seq/sets 2016-11-01 13:36:03 +10:00
Araq
a94a0f27f2 updated development version 2016-10-31 20:16:31 +01:00
Arne Döring
5864506ad3 fixed == and cmp to work on nimvm 2016-10-26 22:57:14 +02:00
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