summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4533 from jangko/visual-studio-differ-in-param-listAndreas Rumpf2016-07-291-1/+1
|\ | | | | fix visual studio family warning
| * this commit will fix visual studio family warning #4459andri lim2016-07-291-1/+1
|/
* Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fixAndreas Rumpf2016-07-291-1/+2
|\ | | | | Fix for cstring nil to string nil conversion with `$`
| * Fix for cstring nil to string nil conversion with `$`Hans Raaf2016-07-291-1/+2
| |
* | make tests green againAndreas Rumpf2016-07-291-2/+4
| |
* | use correct issue numberAndreas Rumpf2016-07-291-1/+1
| |
* | fixes #4432Andreas Rumpf2016-07-292-6/+17
| |
* | fixes #4510Andreas Rumpf2016-07-291-0/+2
| |
* | Merge pull request #4527 from hendi/httpclient-close-socketsAndreas Rumpf2016-07-281-1/+1
|\ \ | | | | | | make httpclient close opened Socket on error
| * | use `defer` instead of `try ... finally`Hendrik Richter2016-07-281-25/+22
| | |
| * | remove superfluous `except: raise`Hendrik Richter2016-07-281-2/+0
| | |
| * | make httpclient close opened Socket on errorHendrik Richter2016-07-281-22/+27
| | |
* | | Merge branch 'Lompik-htmlparser' into develAndreas Rumpf2016-07-282-2/+52
|\ \ \
| * | | Merge branch 'htmlparser' of https://github.com/Lompik/Nim into ↵Andreas Rumpf2016-07-282-2/+52
|/| | | | | | | | | | | | | | | Lompik-htmlparser
| * | | Update htmlparser test ``output`` variableStephane Fontaine2016-07-281-2/+8
| | | |
| * | | htmlparser: Add test for paragraph inside <dd,li>Stephane Fontaine2016-07-271-0/+38
| | | |
| * | | htmlparser: Allow <p> as children of <dd> and <li>Stephane Fontaine2016-07-271-2/+8
| | | |
* | | | generic multi-methods should work nowAndreas Rumpf2016-07-289-21/+67
| | | |
* | | | .base pragma works for generic methodsAndreas Rumpf2016-07-281-1/+1
| | | |
* | | | fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-282-0/+6
| |_|/ |/| |
* | | Merge pull request #4525 from roose/parsecfgAndreas Rumpf2016-07-281-1/+1
|\ \ \ | | | | | | | | Add dash to SymChars
| * | | Add dash to SymCharsroose2016-07-281-1/+1
|/ / /
* | | Merge pull request #4522 from coffeepots/patch-2Andreas Rumpf2016-07-271-2/+6
|\ \ \ | |/ / |/| | Add handle function to Thread type
| * | Add handle function to Thread typecoffeepots2016-07-271-2/+6
|/ / | | | | Exposes SysThread type and introduces the function "handle" to return Thread.sys.
* | fixes a varargs of untyped regressionAndreas Rumpf2016-07-242-0/+81
| |
* | json doc info also includes line,col informationAndreas Rumpf2016-07-231-3/+4
| |
* | docgen improvementsAndreas Rumpf2016-07-221-3/+4
| |
* | overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-224-2/+9
| |
* | fixes #4494Andreas Rumpf2016-07-222-25/+34
| |
* | Merge pull request #4511 from oderwat/doc-changes1Andreas Rumpf2016-07-222-2/+6
|\ \ | | | | | | Small changes to the docs to make it easier to find stuff.
| * | Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-212-2/+6
| | |
* | | Merge pull request #4481 from oderwat/unicode-ext1Andreas Rumpf2016-07-211-1/+15
|\ \ \ | | | | | | | | Added iterator for utf8 strings
| * | | Added iterator for utf8 stringsHans Raaf2016-07-131-1/+15
| | | |
* | | | Add warning to `osproc.close`Dominik Picheta2016-07-211-1/+5
| | | |
* | | | Merge pull request #4506 from FedericoCeratto/patch-12Andreas Rumpf2016-07-211-0/+8
|\ \ \ \ | | | | | | | | | | Add copyright header
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| | |/ / | |/| |
* | | | Merge pull request #4508 from FedericoCeratto/patch-14Andreas Rumpf2016-07-211-0/+9
|\ \ \ \ | | | | | | | | | | Add copyright header
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+9
| |/ / /
* | | | Merge pull request #4507 from FedericoCeratto/patch-13Andreas Rumpf2016-07-211-0/+8
|\ \ \ \ | | | | | | | | | | Add copyright header
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| |/ / /
* | | | Merge pull request #4504 from avsej/add-sparc64-platformAndreas Rumpf2016-07-214-5/+10
|\ \ \ \ | |/ / / |/| | | define sparc64 platform
| * | | define sparc64 platformSergey Avseyev2016-07-214-5/+10
|/ / /
* | | fixes an valid 'T' is not used hintAndreas Rumpf2016-07-201-1/+2
| | |
* | | Merge pull request #4502 from SSPkrolik/findexe-posix-fixAndreas Rumpf2016-07-201-1/+4
|\ \ \ | | | | | | | | Fixed findExe behaviour on Linux with symlinks relative paths
| * | | Fixed findExe behaviour on Linux with symlinks relative pathsRostyslav Dzinko2016-07-201-1/+4
| | | |
* | | | get rid of debug outputAndreas Rumpf2016-07-201-1/+1
| | | |
* | | | Merge pull request #4500 from nigredo-tori/fix-osproc-envAndreas Rumpf2016-07-203-9/+44
|\ \ \ \ | | | | | | | | | | Fix passing environment in startProcess (win)
| * | | | Fix environment handling in startProcessDmitry Polienko2016-07-191-6/+9
| | | | |
| * | | | Fix newWideCString(cstring, int)Dmitry Polienko2016-07-191-3/+3
| | | | |
| * | | | Revert changes in osproc.nimDmitry Polienko2016-07-191-43/+6
| | | | |