summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Adds missing ``code-block`` to macros' docstrings.Grzegorz Adam Hankiewicz2013-12-181-0/+4
| * | | | | | Replaces PDoc with var TRstGenerator for documentation.Grzegorz Adam Hankiewicz2013-12-181-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #768 from fowlmouth/patch-2Andreas Rumpf2013-12-201-2/+2
|\ \ \ \ \ \
| * | | | | | Update macros.nimBillingsly Wetherfordshire2013-12-201-2/+2
|/ / / / / /
* | | | | | Merge pull request #759 from zielmicha/stdmsgAndreas Rumpf2013-12-208-41/+84
|\ \ \ \ \ \
| * | | | | | add info about CGI error reporing changes to web/news.txtMichał Zieliński2013-12-181-2/+2
| * | | | | | Add two CGI example and basic Python CGI server.Michał Zieliński2013-12-184-0/+25
| * | | | | | Rework CGI error reporting.Michał Zieliński2013-12-182-29/+49
| * | | | | | write exception tracebacks to stdmsg, instead of stdoutMichał Zieliński2013-12-171-1/+1
| * | | | | | Add stdmsg (an alias to either stdout or stderr).Michał Zieliński2013-12-171-9/+7
* | | | | | | Merge pull request #753 from gradha/pr_idetools_quoteAndreas Rumpf2013-12-201-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Adds fitting quote to idetools doc.Grzegorz Adam Hankiewicz2013-12-151-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #767 from gradha/pr_fixes_run_with_outzah2013-12-202-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Allows passing absolute paths for output. Refs #738.Grzegorz Adam Hankiewicz2013-12-201-1/+2
| * | | | | | | Runs user specified outFile if available. Refs #738.Grzegorz Adam Hankiewicz2013-12-201-2/+8
|/ / / / / / /
* | | | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-12-205-19/+444
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #762 from Varriount/os/fix-removeFile2Andreas Rumpf2013-12-182-15/+43
| |\ \ \ \ \ \ \
| | * | | | | | | Further fixes (stupid kdiff automerge)Clay Sweetser2013-12-182-14/+21
| | * | | | | | | os.nim - Modify removeFile to use native Windows API callsClay Sweetser2013-12-181-6/+21
| | * | | | | | | Modified os.removeFile to act correctly when deleting a file that doesn't exist.Clay Sweetser2013-12-171-3/+9
| |/ / / / / / /
| * | | | | | | Merge pull request #739 from gradha/pr_adds_to_quit_docsGrzegorz Adam Hankiewicz2013-12-172-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Adds example to fatal pragma.Grzegorz Adam Hankiewicz2013-12-121-1/+5
| | * | | | | | | Mentions static alternatives to quit().Grzegorz Adam Hankiewicz2013-12-121-0/+4
| * | | | | | | | Merge pull request #752 from zielmicha/expand-gitignoreGrzegorz Adam Hankiewicz2013-12-171-3/+392
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Expand gitignore to include all binaries built by ./koch test.Michał Zieliński2013-12-151-3/+392
* | | | | | | | | | no stack tracing for the system module; fixes stack bottom detectionAraq2013-12-201-5/+13
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-12-166-34/+96
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #737 from zielmicha/quote-shellAndreas Rumpf2013-12-166-34/+96
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Use quoteShell in stdlib, where appropriate.Michał Zieliński2013-12-115-31/+30
| | * | | | | | | Deprecate quoteIfContainsWhite in favor of osproc.quoteShell.Michał Zieliński2013-12-101-1/+3
| | * | | | | | | add quoteShell to osproc.nimMichał Zieliński2013-12-101-2/+63
| | |/ / / / / /
* | / / / / / / implemented 'injectStmt'; more debug supportAraq2013-12-1612-12/+60
|/ / / / / / /
* | | | | | | Merge pull request #743 from Varriount/tests/comment-caasGrzegorz Adam Hankiewicz2013-12-121-6/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Commented out CAAS testing code.Clay Sweetser2013-12-121-6/+6
|/ / / / / /
* | | | | | Merge pull request #736 from Varriount/os/fix-windows-removefileAndreas Rumpf2013-12-111-83/+100
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed skipFile proc to not skip files that merely start with '.'Clay Sweetser2013-12-111-83/+100
|/ / / / /
* | | | | Merge pull request #730 from zielmicha/fix-parametersAndreas Rumpf2013-12-105-65/+240
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use parseopt2 in parseopt2 testMichał Zieliński2013-12-101-1/+1
| * | | | Merge old parseopt.nim into fix-parametersMichał Zieliński2013-12-101-0/+157
| |\ \ \ \
| | * | | | Make old parseopt as deprecated.Michał Zieliński2013-12-101-1/+4
| * | | | | rename new parseopt to parseopt2Michał Zieliński2013-12-101-0/+0
| * | | | | Fix : and = precedence in parseopt.Michał Zieliński2013-12-102-5/+6
| * | | | | Merge branch 'master' of https://github.com/Araq/Nimrod into fix-parametersMichał Zieliński2013-12-0926-87/+28518
| |\| | | |
| * | | | | Reimplement parseopt which parses arguments given as a sequence of strings, n...Michał Zieliński2013-12-093-95/+107
| * | | | | Add commandLineParams to os.nim.Michał Zieliński2013-12-091-0/+6
| * | | | | Normalize whitespace in os.nim.Michał Zieliński2013-12-091-64/+63
| * | | | | Merge branch 'master' of github.com:zielmicha/NimrodMichał Zieliński2013-12-072-8/+45
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #732 from gradha/pr_reverts_quoting_changesGrzegorz Adam Hankiewicz2013-12-102-45/+8
|\ \ \ \ \ \
| * | | | | | Reverts "Make quoteIfContainsWhite quote…". Refs #702.Grzegorz Adam Hankiewicz2013-12-102-45/+8
* | | | | | | in successful compilations with verbosity:0, all output is suppressed (useful...Zahary Karadjov2013-12-101-1/+3
| |_|_|/ / / |/| | | | |