Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented locking levels; still incomplete | Araq | 2014-09-27 | 1 | -0/+2 |
* | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -9/+9 |
* | added $* for subexes | Araq | 2014-09-24 | 1 | -0/+3 |
* | made tests green | Araq | 2014-09-22 | 1 | -2/+2 |
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-22 | 1 | -2/+2 |
|\ | |||||
| * | Fix the C++ exception struct in nimbase.h. | Reimer Behrends | 2014-09-21 | 1 | -2/+2 |
* | | made some tests green | Araq | 2014-09-21 | 1 | -3/+4 |
|/ | |||||
* | Fix --gc:none with --cs:partial. | Dominik Picheta | 2014-09-19 | 1 | -1/+1 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 1 | -10/+18 |
|\ | |||||
| * | Various fixes to how the Boehm GC's interface. | Reimer Behrends | 2014-09-18 | 1 | -10/+18 |
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 4 | -1/+33 |
|\ \ | |||||
| * | | Fixes asyncnet example. | Dominik Picheta | 2014-09-18 | 1 | -1/+2 |
| * | | Adds socket creation for arbitrary domain, type and protocol. | Dominik Picheta | 2014-09-18 | 4 | -0/+31 |
* | | | updated pdcurses.nim | Araq | 2014-09-19 | 1 | -3/+3 |
* | | | cleaned up openssl.nim a bit | Araq | 2014-09-19 | 1 | -41/+42 |
* | <//: Calls can also generate products, using 'reply'.
:(scenario reply)
recipe main [
1:number, 2:number <- f 34
]
recipe f [
12:number <- next-ingredient
13:number <- add 1, 12:number
| -7/+7 | ||||
| * | | resolved conflict | Araq | 2014-09-13 | 17 | -259/+352 |
| |\ \ | |||||
| * \ \ | merged things from devel | Araq | 2014-09-12 | 5 | -11/+51 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | manual merge of #1526 | Araq | 2014-09-11 | 1 | -1/+1 |
| | * | | Threads work again | Araq | 2014-09-11 | 1 | -32/+46 |
| | * | | fixes #1444 | Araq | 2014-09-11 | 2 | -3/+3 |
| | * | | Merge pull request #1404 from def-/strutils-count | Andreas Rumpf | 2014-09-05 | 1 | -0/+35 |
| | |\ \ | |||||
| | | * | | overlapping as a parameter for count instead | def | 2014-07-28 | 1 | -17/+9 |
| | | * | | Add count procedures to strutils | def | 2014-07-23 | 1 | -0/+43 |
| | * | | | Merge pull request #1514 from fuzzthink/devel | Simon Hafner | 2014-09-02 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Pointer -> pointer to fix compile error using --cs:partial | fuzzthink | 2014-09-02 | 1 | -2/+2 |
| | * | | | | Merge pull request #1509 from idlewan/cookies | Andreas Rumpf | 2014-09-01 | 1 | -6/+9 |
| | |\ \ \ \ | |||||
| | | * | | | | Secure and HttpOnly cookies | Erwan Ameil | 2014-08-30 | 1 | -6/+9 |
| | * | | | | | Escape ' and / when using escape in xmltree | Erwan Ameil | 2014-08-30 | 1 | -0/+4 |
| | |/ / / / | |||||
* | | | | / | NimFix on net and rawsockets modules. | Dominik Picheta | 2014-09-13 | 2 | -8/+8 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 7 | -228/+163 |
* | | | | | Some docgen fixes. | Dominik Picheta | 2014-09-13 | 2 | -3/+4 |
* | | | | | Fixes fdSet CS problems in asyncio. | Dominik Picheta | 2014-09-12 | 1 | -2/+2 |
* | | | | | Lots of documentation improvements for asyncdispatch. | Dominik Picheta | 2014-09-12 | 7 | -26/+183 |
|/ / / / | |||||
* | | | | renamed URLencode to encodeUrl | Araq | 2014-09-10 | 1 | -7/+9 |