Commit Graph

9782 Commits

Author SHA1 Message Date
Dominik Picheta
0f720a83d5 Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-08-19 22:01:19 +01:00
Araq
9ee59da412 minor improvements for the FAQ 2014-08-19 22:57:49 +02:00
Araq
ebe313e627 fixes #1334 2014-08-19 22:35:16 +02:00
Dominik Picheta
a0b2fb5bd7 Implements or and and for futures. Ref #1487. 2014-08-19 20:54:12 +01:00
Araq
7ef076a04a Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-19 21:16:48 +02:00
Dominik Picheta
9c0d25dc94 Fixes docgen. 2014-08-19 20:16:27 +01:00
Araq
e935a35bcf fixes #1380 2014-08-19 20:42:48 +02:00
Araq
1deb9820f5 fixes #1420 2014-08-19 20:28:51 +02:00
Araq
5a2bea7408 fixes #1445 2014-08-19 20:18:33 +02:00
Araq
4708cebaa2 fixes #592 2014-08-19 10:07:12 +02:00
Araq
b5248d9037 fixes #1143 2014-08-19 10:01:46 +02:00
Araq
e662013ee0 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-17 21:24:01 +02:00
Araq
710cbe3f1f fixes #1492 2014-08-17 21:23:46 +02:00
Dominik Picheta
aa73288142 Export == from net module for TPort. 2014-08-17 19:19:20 +01:00
Dominik Picheta
92828fc07a Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-08-17 19:18:50 +01:00
Dominik Picheta
b1b681aec6 Remove irc module. Ref #1486. 2014-08-17 19:18:10 +01:00
Andreas Rumpf
3cdc328952 Merge pull request #1461 from Varriount/os/add-hiddenFile
Add isHidden procedure to os.nim
2014-08-17 01:51:45 +02:00
Andreas Rumpf
9276a6db2b Merge pull request #1488 from def-/js-times
Make times module compile with javascript backend
2014-08-16 03:40:31 +02:00
def
dfba87f3ed Make times module compile with javascript backend 2014-08-16 02:16:21 +02:00
Dominik Picheta
53b8d6281d Fixes tenumitems test. 2014-08-16 01:15:36 +01:00
Dominik Picheta
d10cef11dc Fixes #710. 2014-08-16 00:46:14 +01:00
Andreas Rumpf
e0fcfe58a2 Merge pull request #1485 from def-/js-substr
Fix CopyStr (substr in system.nim) for javascript target
2014-08-15 21:43:37 +02:00
Andreas Rumpf
6d67dccd04 Merge pull request #1484 from def-/js-swap
Fix swap in jsgen
2014-08-15 21:42:31 +02:00
Andreas Rumpf
e9f623c07b Merge pull request #1483 from def-/fix-1449
Fix array address on nkHiddenAddr
2014-08-15 21:32:09 +02:00
def
e460d6e40e Fix CopyStr (substr in system.nim) for javascript target 2014-08-15 19:49:15 +02:00
def
6a7062fb60 Fix swap in jsgen 2014-08-15 19:34:28 +02:00
def
7a5a6ec5bc Fix array address on nkHiddenAddr 2014-08-15 19:06:13 +02:00
Araq
ae681be629 fixes #1343 2014-08-15 09:57:03 +02:00
Araq
f70b35b3b7 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-14 22:22:11 +02:00
Araq
4ab56d6be0 some minor fixes 2014-08-14 22:22:04 +02:00
Araq
06ad50b671 fixes #669 2014-08-14 21:56:06 +02:00
Dominik Picheta
bd32255f90 Fixes #1158. 2014-08-14 19:03:31 +01:00
Andreas Rumpf
d8f6a2adcb Merge pull request #1481 from rbehrends/fix-stackscan2
Fix stack bottom initialization for non-main modules.
2014-08-14 09:16:26 +02:00
Araq
1a7be4c66f fixes #722 2014-08-14 03:26:08 +02:00
Reimer Behrends
d59b9a2168 Fix stack bottom initialization for non-main modules.
Because PreMain() was now called before the new stack bottom
initialization, it still relied on the old version of initStackBottom(),
which may not handle the top few words of the stack correctly. This
patch also sets the stack bottom in PreMain() using the new approach.
2014-08-14 03:09:39 +02:00
Araq
65587f726e fixes #1433 2014-08-14 03:02:36 +02:00
Araq
8f5bf06528 fixes #1450 2014-08-14 02:55:04 +02:00
Araq
dc15e68c25 fixes #1472 2014-08-14 02:48:09 +02:00
Araq
c812a616b2 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-14 02:44:53 +02:00
Andreas Rumpf
fe3d9dd2b6 Merge pull request #1480 from rbehrends/fix-stackscan2
Fixed stack bottom initialization for DLLs.
2014-08-14 02:44:02 +02:00
Araq
2728bbccc4 fixes newly introduced bugs 2014-08-14 02:42:26 +02:00
Reimer Behrends
a772105e7d Fixed stack bottom initialization for DLLs. 2014-08-14 02:10:28 +02:00
Araq
27b9d10570 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-14 00:02:39 +02:00
Araq
f3d530e482 fixes #1434 2014-08-14 00:02:24 +02:00
Dominik Picheta
add0a0e9bc Merge pull request #1351 from def-/random-openarrays
Add random() for openarrays
2014-08-13 21:12:12 +01:00
Dominik Picheta
3b7a1498e7 Removed zmq wrapper. 2014-08-13 20:46:28 +01:00
Andreas Rumpf
1d19c9525e Merge pull request #1400 from rbehrends/fix-stackscan
More robust implementation for finding the beginning of the stack.
2014-08-13 20:17:16 +02:00
Araq
af0de9090e fixes #1475 2014-08-13 12:58:49 +02:00
Araq
32a5d4baf0 fixes #1442 2014-08-13 02:53:00 +02:00
Araq
abc8447331 fixes #1413 2014-08-13 02:34:08 +02:00