Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | make tests green again | Andreas Rumpf | 2016-07-29 | 4 | -6/+17 | |
* | | | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 36 | -172/+169 | |
|/ / / | ||||||
* | | | Merge pull request #4533 from jangko/visual-studio-differ-in-param-list | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | this commit will fix visual studio family warning #4459 | andri lim | 2016-07-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fix | Andreas Rumpf | 2016-07-29 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | Fix for cstring nil to string nil conversion with `$` | Hans Raaf | 2016-07-29 | 1 | -1/+2 | |
* | | | | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -2/+4 | |
* | | | | use correct issue number | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 | |
* | | | | fixes #4432 | Andreas Rumpf | 2016-07-29 | 2 | -6/+17 | |
* | | | | fixes #4510 | Andreas Rumpf | 2016-07-29 | 1 | -0/+2 | |
* | | | | Merge pull request #4527 from hendi/httpclient-close-sockets | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | use `defer` instead of `try ... finally` | Hendrik Richter | 2016-07-28 | 1 | -25/+22 | |
| * | | | | remove superfluous `except: raise` | Hendrik Richter | 2016-07-28 | 1 | -2/+0 | |
| * | | | | make httpclient close opened Socket on error | Hendrik Richter | 2016-07-28 | 1 | -22/+27 | |
* | | | | | Merge branch 'Lompik-htmlparser' into devel | Andreas Rumpf | 2016-07-28 | 2 | -2/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge branch 'htmlparser' of https://github.com/Lompik/Nim into Lompik-htmlpa... | Andreas Rumpf | 2016-07-28 | 2 | -2/+52 | |
|/| | | | | | ||||||
| * | | | | | Update htmlparser test ``output`` variable | Stephane Fontaine | 2016-07-28 | 1 | -2/+8 | |
| * | | | | | htmlparser: Add test for paragraph inside <dd,li> | Stephane Fontaine | 2016-07-27 | 1 | -0/+38 | |
| * | | | | | htmlparser: Allow <p> as children of <dd> and <li> | Stephane Fontaine | 2016-07-27 | 1 | -2/+8 | |
* | | | | | | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 9 | -21/+67 | |
* | | | | | | .base pragma works for generic methods | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
* | | | | | | fix: generic tuples instantiations were cached incorrectly | Andreas Rumpf | 2016-07-28 | 2 | -0/+6 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #4525 from roose/parsecfg | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Add dash to SymChars | roose | 2016-07-28 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #4522 from coffeepots/patch-2 | Andreas Rumpf | 2016-07-27 | 1 | -2/+6 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add handle function to Thread type | coffeepots | 2016-07-27 | 1 | -2/+6 | |
|/ / / | ||||||
* | / | fixes a varargs of untyped regression | Andreas Rumpf | 2016-07-24 | 2 | -0/+81 | |
| |/ |/| | ||||||
* | | json doc info also includes line,col information | Andreas Rumpf | 2016-07-23 | 1 | -3/+4 | |
* | | docgen improvements | Andreas Rumpf | 2016-07-22 | 1 | -3/+4 | |
* | | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 4 | -2/+9 | |
* | | fixes #4494 | Andreas Rumpf | 2016-07-22 | 2 | -25/+34 | |
* | | Merge pull request #4511 from oderwat/doc-changes1 | Andreas Rumpf | 2016-07-22 | 2 | -2/+6 | |
|\ \ | ||||||
| * | | Small changes to the docs to make it easier to find stuff. | Hans Raaf | 2016-07-21 | 2 | -2/+6 | |
* | | | Merge pull request #4481 from oderwat/unicode-ext1 | Andreas Rumpf | 2016-07-21 | 1 | -1/+15 | |
|\ \ \ | ||||||
| * | | | Added iterator for utf8 strings | Hans Raaf | 2016-07-13 | 1 | -1/+15 | |
* | | | | Add warning to `osproc.close` | Dominik Picheta | 2016-07-21 | 1 | -1/+5 | |
* | | | | Merge pull request #4506 from FedericoCeratto/patch-12 | Andreas Rumpf | 2016-07-21 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+8 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #4508 from FedericoCeratto/patch-14 | Andreas Rumpf | 2016-07-21 | 1 | -0/+9 | |
|\ \ \ \ | ||||||
| * | | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+9 | |
| |/ / / | ||||||
* | | | | Merge pull request #4507 from FedericoCeratto/patch-13 | Andreas Rumpf | 2016-07-21 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+8 | |
| |/ / / | ||||||
* | | | | Merge pull request #4504 from avsej/add-sparc64-platform | Andreas Rumpf | 2016-07-21 | 4 | -5/+10 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 4 | -5/+10 | |
|/ / / | ||||||
* | | | fixes an valid 'T' is not used hint | Andreas Rumpf | 2016-07-20 | 1 | -1/+2 | |
* | | | Merge pull request #4502 from SSPkrolik/findexe-posix-fix | Andreas Rumpf | 2016-07-20 | 1 | -1/+4 | |
|\ \ \ | ||||||
| * | | | Fixed findExe behaviour on Linux with symlinks relative paths | Rostyslav Dzinko | 2016-07-20 | 1 | -1/+4 | |
* | | | | get rid of debug output | Andreas Rumpf | 2016-07-20 | 1 | -1/+1 | |
* | | | | Merge pull request #4500 from nigredo-tori/fix-osproc-env | Andreas Rumpf | 2016-07-20 | 3 | -9/+44 | |
|\ \ \ \ | ||||||
| * | | | | Fix environment handling in startProcess | Dmitry Polienko | 2016-07-19 | 1 | -6/+9 |