summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | | | Fix passing environment in startProcess (win)Dmitry Polienko2016-07-182-6/+75
* | | | | remove XXX commentAndreas Rumpf2016-07-201-1/+0
* | | | | fixes #1970Andreas Rumpf2016-07-192-32/+42
* | | | | fixes #888Andreas Rumpf2016-07-192-1/+20
* | | | | updated 'concept' docsAndreas Rumpf2016-07-191-10/+0
* | | | | get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-198-15/+16
* | | | | fixes #4328Andreas Rumpf2016-07-192-1/+15
| |/ / / |/| | |
* | | | fixes #4345Andreas Rumpf2016-07-192-2/+11
* | | | fixes #4428Andreas Rumpf2016-07-192-3/+9
* | | | fixes #4485; package handling works better; docgen works with --project on Ni...Andreas Rumpf2016-07-196-66/+104
* | | | better fix for #4497Andreas Rumpf2016-07-191-4/+3
* | | | koch knows about json2Andreas Rumpf2016-07-192-10/+25
|/ / /
* | | Merge pull request #4463 from flyx/tables-equals-no-KeyErrorAndreas Rumpf2016-07-191-5/+4
|\ \ \
| * | | Use getOrDefault for tables.`==`Felix Krause2016-07-081-7/+5
| * | | `==` in tables should not raise KeyErrorFelix Krause2016-07-071-2/+3
* | | | Merge pull request #4498 from mbaulch/fix4388Andreas Rumpf2016-07-181-5/+4
|\ \ \ \
| * | | | Random module: fix links, improve header.Matthew Baulch2016-07-181-5/+4
* | | | | make tests green againAndreas Rumpf2016-07-181-1/+1
* | | | | fixes #4497Andreas Rumpf2016-07-181-1/+1
* | | | | fixes #4496Andreas Rumpf2016-07-181-1/+1
* | | | | fixes #4478Andreas Rumpf2016-07-182-9/+49
* | | | | todo.txt updateAndreas Rumpf2016-07-181-1/+2
* | | | | added gFuzzyGraphChecking for nimsuggest timeout problemsAndreas Rumpf2016-07-171-2/+2
* | | | | Merge pull request #4493 from oderwat/findexe-symlinksAndreas Rumpf2016-07-172-5/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | findExe() now by default follows symlinks.Hans Raaf2016-07-172-5/+27
|/ / / /
* | | | Merge pull request #4394 from yglukhov/macro-routines2Andreas Rumpf2016-07-161-0/+8
|\ \ \ \
| * | | | Added addPragma routineYuriy Glukhov2016-06-221-0/+8