Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes docgen. | Dominik Picheta | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | fixes #1445 | Araq | 2014-08-19 | 1 | -4/+0 |
| | |||||
* | fixes #592 | Araq | 2014-08-19 | 1 | -0/+77 |
| | |||||
* | fixes #1143 | Araq | 2014-08-19 | 3 | -14/+21 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-17 | 8 | -555/+89 |
|\ | |||||
| * | Export `==` from net module for TPort. | Dominik Picheta | 2014-08-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-08-17 | 1 | -5/+29 |
| |\ | |||||
| | * | Merge pull request #1461 from Varriount/os/add-hiddenFile | Andreas Rumpf | 2014-08-17 | 1 | -5/+29 |
| | |\ | | | | | | | | | Add isHidden procedure to os.nim | ||||
| | | * | Made the code actually work, updated the docstring to point out that the ↵ | Clay Sweetser | 2014-08-10 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | given file path must exist *and* be accessible from the current working directory of the running program. | ||||
| | | * | Make device and file ID's public. | Clay Sweetser | 2014-08-06 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | Added the isHidden() proc | ||||
| * | | | 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 | ||||
| | * | | 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 | ||||
| | * | | 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 | ||||
| | * | | | 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 | ||||
| | * | | 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. | ||||
| | * | | Fix stack bottom initialization for non-main modules. | Reimer Behrends | 2014-08-14 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | 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. | ||||
| | * | | 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 | ||||
| | * | | 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. | ||||
| | * | | | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 2 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch inserts an extra stack frame above the function that calls the actual Nimrod code and ensures that a reference to this frame is stored as the stack bottom. | ||||
* | | | | | 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 |
| | | | |