Commit Graph

630 Commits

Author SHA1 Message Date
Arne Döring
d4b4cad4ea Added few documentation lines for the unsafeAddr operator. (#5362) 2017-03-23 23:49:07 +01:00
konqoro
d1119c120d Fix links to manual (#5500) 2017-03-09 22:37:44 +01:00
Andreas Rumpf
895e2aea15 Merge pull request #5317 from rokups/feature/coroutines
Coroutine improvements
2017-02-26 23:24:29 +01:00
Araq
df4954fac6 fixes most recent codegen regression 2017-02-26 20:41:08 +01:00
Fabian Keller
e8ad59fdc4 Bugfix/double newlines in stderr (#5426) 2017-02-24 09:48:38 +01:00
Rokas Kupstys
5aef77a3d3 Removed test code from coro.nim and created three real tests for coroutines 2017-02-20 17:54:15 +02:00
Rokas Kupstys
f80ddbbcc6 Use constant nimCoroutines instead of defined(nimCoroutines)
Variable
2017-02-20 17:24:19 +02:00
flyx
ac9c2126e6 Added BiggestUInt (#5378) 2017-02-13 11:20:07 +01:00
Araq
346ea6d171 system.nim: don't use deprecated symbols/constructs 2017-02-08 14:55:30 +01:00
Araq
794d36cf31 fixes #5349 2017-02-08 14:33:05 +01:00
Anatoly Galiulin
61b4bb5af5 Mark setupForeignThreadGc and initGC as gcsafe (#5353) 2017-02-08 10:26:15 +01:00
Parashurama
c57fcf42df fix string slice & splice (#5311)
code fixes courtesy of @memophen
2017-02-01 12:13:01 +01:00
Araq
edd542fe6b devel version has to be odd 2017-01-29 00:32:25 +01:00
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