Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Merge pull request #1461 from Varriount/os/add-hiddenFile | Andreas Rumpf | 2014-08-17 | 1 | -5/+29 | |
| | |\ | ||||||
| | | * | Made the code actually work, updated the docstring to point out that the give... | Clay Sweetser | 2014-08-10 | 1 | -9/+15 | |
| | | * | Make device and file ID's public. | Clay Sweetser | 2014-08-06 | 1 | -4/+22 | |
| * | | | Remove irc module. Ref #1486. | Dominik Picheta | 2014-08-17 | 1 | -503/+0 | |
| |/ / | ||||||
| * | | Merge pull request #1488 from def-/js-times | Andreas Rumpf | 2014-08-16 | 1 | -38/+38 | |
| |\ \ | ||||||
| | * | | Make times module compile with javascript backend | def | 2014-08-16 | 1 | -38/+38 | |
| * | | | Fixes tenumitems test. | Dominik Picheta | 2014-08-16 | 1 | -1/+1 | |
| * | | | Fixes #710. | Dominik Picheta | 2014-08-16 | 2 | -0/+12 | |
| |/ / | ||||||
| * | | Merge pull request #1485 from def-/js-substr | Andreas Rumpf | 2014-08-15 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Fix CopyStr (substr in system.nim) for javascript target | def | 2014-08-15 | 1 | -1/+1 | |
| * | | | Merge pull request #1484 from def-/js-swap | Andreas Rumpf | 2014-08-15 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Fix swap in jsgen | def | 2014-08-15 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #1483 from def-/fix-1449 | Andreas Rumpf | 2014-08-15 | 1 | -4/+5 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Fix array address on nkHiddenAddr | def | 2014-08-15 | 1 | -4/+5 | |
| |/ / | ||||||
* / / | fixes #1492 | Araq | 2014-08-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixes #1343 | Araq | 2014-08-15 | 3 | -5/+21 | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 2 | -10/+17 | |
|\ \ | ||||||
| * | | Fixes #1158. | Dominik Picheta | 2014-08-14 | 1 | -3/+2 | |
| * | | Merge pull request #1481 from rbehrends/fix-stackscan2 | Andreas Rumpf | 2014-08-14 | 1 | -7/+15 | |
| |\ \ | ||||||
| | * | | Fix stack bottom initialization for non-main modules. | Reimer Behrends | 2014-08-14 | 1 | -7/+15 | |
* | | | | some minor fixes | Araq | 2014-08-14 | 4 | -4/+4 | |
* | | | | fixes #669 | Araq | 2014-08-14 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | fixes #722 | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | | fixes #1433 | Araq | 2014-08-14 | 1 | -0/+2 | |
* | | | fixes #1450 | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | | fixes #1472 | Araq | 2014-08-14 | 1 | -9/+0 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Merge pull request #1480 from rbehrends/fix-stackscan2 | Andreas Rumpf | 2014-08-14 | 2 | -2/+2 | |
| |\| | | ||||||
| | * | | Fixed stack bottom initialization for DLLs. | Reimer Behrends | 2014-08-14 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | fixes newly introduced bugs | Araq | 2014-08-14 | 4 | -11/+6 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 4 | -331/+29 | |
|\| | | ||||||
| * | | Merge pull request #1351 from def-/random-openarrays | Dominik Picheta | 2014-08-13 | 1 | -1/+6 | |
| |\ \ | ||||||
| | * | | Add random() for openarrays | def | 2014-07-12 | 1 | -1/+6 | |
| * | | | Removed zmq wrapper. | Dominik Picheta | 2014-08-13 | 1 | -322/+0 | |
| * | | | Merge pull request #1400 from rbehrends/fix-stackscan | Andreas Rumpf | 2014-08-13 | 2 | -8/+23 | |
| |\ \ \ | ||||||
| | * | | | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 2 | -8/+23 | |
* | | | | | fixes #1434 | Araq | 2014-08-14 | 7 | -15/+54 | |
* | | | | | fixes #1475 | Araq | 2014-08-13 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | fixes #1442 | Araq | 2014-08-13 | 2 | -4/+16 | |
* | | | | fixes #1413 | Araq | 2014-08-13 | 1 | -1/+19 | |
* | | | | fixes #820 | Araq | 2014-08-13 | 2 | -210/+0 | |
* | | | | made some tests green | Araq | 2014-08-13 | 4 | -34/+8 | |
* | | | | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 5 | -20/+20 | |
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-12 | 7 | -21/+107 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #1403 from def-/newseqwith | Andreas Rumpf | 2014-08-12 | 1 | -0/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | Move newSeqWith to sequtils | def | 2014-08-11 | 2 | -17/+24 | |
| | * | | | | Add newSeqWith | def | 2014-07-23 | 1 | -0/+17 | |
| * | | | | | Merge pull request #1417 from gradha/pr_852_nimcache_naming | Andreas Rumpf | 2014-08-12 | 4 | -19/+71 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Corrects description of nimcache file naming. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-31 | 1 | -29/+27 | |
| | * | | | | | Makes ios example work again with new paths. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -15/+7 |