Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -10/+22 |
|\ | |||||
| * | Merge pull request #1620 from trustable-code/PR6 | Andreas Rumpf | 2014-11-03 | 1 | -7/+15 |
| |\ | |||||
| | * | Fix terminate() and add kill() | Simon Krauter | 2014-11-02 | 1 | -7/+15 |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 2 | -4/+14 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 1 | -3/+13 |
| |\ \ \ | |||||
| | * | | | Forgot to keep extern pragma for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -1/+2 |
| | * | | | Use defaut nil callback for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -11/+1 |
| | * | | | Change empty callback into nil | Erwan Ameil | 2014-11-02 | 1 | -9/+12 |
| | * | | | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 1 | -19/+19 |
| | * | | | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 1 | -3/+19 |
| * | | | | Merge pull request #1621 from flaviut/fix-oid | Andreas Rumpf | 2014-11-03 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Remove extra trailing zero from oid | Flaviu Tamas | 2014-11-02 | 1 | -1/+1 |
| * | | | | | Revert "Remove extra trailing zero" | Varriount | 2014-11-01 | 1 | -1/+2 |
| * | | | | | Remove extra trailing zero | Flaviu Tamas | 2014-11-01 | 1 | -2/+1 |
* | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 8 | -75/+223 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| * | | | | Merge pull request #1443 from def-/future-listcomprehensions | Andreas Rumpf | 2014-11-03 | 1 | -0/+57 |
| |\ \ \ \ | |||||
| | * | | | | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| | * | | | | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
| * | | | | | Merge pull request #1553 from gradha/pr_json_module_improvements | Andreas Rumpf | 2014-11-03 | 1 | -91/+540 |
| |\ \ \ \ \ | |||||
| | * | | | | | Hides TJsonError, it wasn't being used. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -1/+1 |
| | * | | | | | Documents json module. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -90/+539 |
| * | | | | | | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 3 | -53/+113 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Move fenv to its own module | def | 2014-08-22 | 2 | -54/+113 |
| | * | | | | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 2 | -45/+43 |
| | * | | | | | | Add -lm for fesetround and fegetround | def | 2014-08-05 | 1 | -0/+3 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #1565 from gradha/pr_supports_nnkPostfix_stringification | Andreas Rumpf | 2014-11-03 | 1 | -1/+5 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Adds stringification support for nnkPostfix nodes. | Grzegorz Adam Hankiewicz | 2014-10-11 | 1 | -1/+5 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Various atomics fixes for gcc/clang. | Reimer Behrends | 2014-10-30 | 1 | -21/+27 |
| * | | | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -1/+2 |
| * | | | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -0/+1 |
| * | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-10-21 | 5 | -12/+37 |
| |\ \ \ \ \ | |||||
| * | | | | | | Tweaks for postgres driver (not tested yet). | Milos Negovanovic | 2014-09-26 | 1 | -2/+8 |
| * | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-19 | 16 | -190/+620 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Preserve nil <-> NULL between Nimrod and database. | Milos Negovanovic | 2014-08-20 | 1 | -5/+18 |
* | | | | | | | | | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 1 | -3/+13 |
* | | | | | | | | | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -1/+17 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||||
* | | | | | | | | docgen works on linux | Araq | 2014-10-27 | 2 | -5/+7 |
* | | | | | | | | nicer error messages (untested) | Araq | 2014-10-26 | 3 | -11/+18 |
* | | | | | | | | introduced 'benign' pragma | Araq | 2014-10-25 | 12 | -116/+121 |
* | | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-21 | 6 | -10/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge pull request #1566 from onionhammer/bigbreak | Andreas Rumpf | 2014-10-21 | 6 | -10/+10 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | patched fdset call in osproc | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| | * | | | | | | | | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 5 | -9/+9 |
| | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
* | | | | | | | | | 'echo' doesn't lock | Araq | 2014-10-21 | 1 | -2/+3 |
* | | | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -9/+10 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | 2nd attempt to fix tryRecv | Araq | 2014-10-20 | 1 | -1/+1 |
| * | | | | | | | fixes tryRecv | Araq | 2014-10-20 | 1 | -3/+4 |