summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4533 from jangko/visual-studio-differ-in-param-listAndreas Rumpf2016-07-291-1/+1
|\
| * 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 `$`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
|\ \
| * | 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 Lompik-htmlpa...Andreas Rumpf2016-07-282-2/+52
|/| | |
| * | | 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 SymCharsroose2016-07-281-1/+1
|/ / /
* | | Merge pull request #4522 from coffeepots/patch-2Andreas Rumpf2016-07-271-2/+6
|\ \ \ | |/ / |/| |
| * | Add handle function to Thread typecoffeepots2016-07-271-2/+6
|/ /
* | 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.Hans Raaf2016-07-212-2/+6
* | | Merge pull request #4481 from oderwat/unicode-ext1Andreas Rumpf2016-07-211-1/+15
|\ \ \
| * | | 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 headerFederico Ceratto2016-07-211-0/+8
| | |/ / | |/| |
* | | | Merge pull request #4508 from FedericoCeratto/patch-14Andreas Rumpf2016-07-211-0/+9
|\ \ \ \
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+9
| |/ / /
* | | | Merge pull request #4507 from FedericoCeratto/patch-13Andreas Rumpf2016-07-211-0/+8
|\ \ \ \
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| |/ / /
* | | | Merge pull request #4504 from avsej/add-sparc64-platformAndreas Rumpf2016-07-214-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | 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 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 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
> 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923