Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added test cases from strange loop event | Araq | 2014-01-13 | 6 | -0/+152 |
| | |||||
* | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 3 | -9/+9 |
| | |||||
* | Add info about twitter and bootstrapping from github to website. | Dominik Picheta | 2014-01-12 | 2 | -0/+8 |
| | |||||
* | Merge pull request #788 from zielmicha/httpclient-fix | Dominik Picheta | 2013-12-30 | 1 | -2/+1 |
|\ | | | | | httpclient: strip trailing whitespace from headers. | ||||
| * | httpclient: strip trailing whitespace from headers. | Michał Zieliński | 2013-12-28 | 1 | -2/+1 |
| | | | | | | | | | | - we can do that according to the RFC. - fixes #783 | ||||
* | | Merge pull request #791 from gradha/pr_removes_generated_file | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -591/+1 |
|\ \ | | | | | | | Removes generated .dot file uploaded by mistake. | ||||
| * | | Removes generated .dot file uploaded by mistake. | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -591/+1 |
|/ / | |||||
* | | Merge pull request #776 from gradha/pr_docs | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -2/+29 |
|\ \ | | | | | | | Docstrings | ||||
| * | | Adds docstring to rstgen.defaultConfig. | Grzegorz Adam Hankiewicz | 2013-12-23 | 1 | -1/+12 |
| | | | |||||
| * | | Adds example to locals() docstring. | Grzegorz Adam Hankiewicz | 2013-12-23 | 1 | -1/+17 |
| | | | |||||
* | | | Fixes #594 | Dominik Picheta | 2013-12-28 | 1 | -1/+1 |
| |/ |/| | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection. | ||||
* | | Remove assert in asyncio which causes problems. | Dominik Picheta | 2013-12-26 | 1 | -2/+5 |
| | | | | | | | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes. | ||||
* | | Added --noBabelPath override. | Dominik Picheta | 2013-12-25 | 2 | -1/+5 |
|/ | |||||
* | Merge pull request #774 from brihat/master | Simon Hafner | 2013-12-22 | 8 | -10/+10 |
|\ | | | | | Correct the spelling of the word 'implicitly' | ||||
| * | Correct the spelling of the word 'implicitly' | Satish BD | 2013-12-23 | 8 | -10/+10 |
|/ | |||||
* | Merge pull request #769 from gradha/pr_config_fixes | Grzegorz Adam Hankiewicz | 2013-12-21 | 1 | -0/+0 |
|\ | | | | | Renames configuration file to new pattern. Refs #720. | ||||
| * | Renames configuration file to new pattern. Refs #720. | Grzegorz Adam Hankiewicz | 2013-12-21 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #742 from onionhammer/master | Andreas Rumpf | 2013-12-20 | 3 | -132/+211 |
|\ | | | | | Added jsondoc compiler switch | ||||
| * | Added jsondoc compiler switch | Erik O'Leary | 2013-12-12 | 3 | -132/+211 |
| | | | | | | | | Outputs top-level exported information in JSON | ||||
* | | Merge pull request #764 from gradha/pr_doc_improvements | Andreas Rumpf | 2013-12-20 | 3 | -23/+123 |
|\ \ | | | | | | | Documentation improvements | ||||
| * | | Adds docstring to macros.newIdentDefs. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -0/+28 |
| | | | |||||
| * | | Updates idetools docs after changes by #743. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -15/+0 |
| | | | |||||
| * | | Adds some docstrings to rstgen. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -4/+87 |
| | | | |||||
| * | | Adds missing ``code-block`` to macros' docstrings. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -0/+4 |
| | | | |||||
| * | | Replaces PDoc with var TRstGenerator for documentation. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | The PDoc type is a convenience internal alias. Where procs are exported only documented types should be used to avoid confusing users. | ||||
* | | | Merge pull request #768 from fowlmouth/patch-2 | Andreas Rumpf | 2013-12-20 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Update macros.nim | ||||
| * | | | Update macros.nim | Billingsly Wetherfordshire | 2013-12-20 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 8 | -41/+84 |
|\ \ \ | | | | | | | | | Write tracebacks to stderr instead of stdout. | ||||
| * | | | add info about CGI error reporing changes to web/news.txt | Michał Zieliński | 2013-12-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add two CGI example and basic Python CGI server. | Michał Zieliński | 2013-12-18 | 4 | -0/+25 |
| | | | | |||||
| * | | | Rework CGI error reporting. | Michał Zieliński | 2013-12-18 | 2 | -29/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | - remove 'undocumented' stackTraceNL - add 'undocumented' errorMessageWriter - make printing errors for browser optional (for security) | ||||
| * | | | write exception tracebacks to stdmsg, instead of stdout | Michał Zieliński | 2013-12-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add stdmsg (an alias to either stdout or stderr). | Michał Zieliński | 2013-12-17 | 1 | -9/+7 |
| | | | | |||||
* | | | | Merge pull request #753 from gradha/pr_idetools_quote | Andreas Rumpf | 2013-12-20 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Adds fitting quote to idetools doc. | ||||
| * | | | | Adds fitting quote to idetools doc. | Grzegorz Adam Hankiewicz | 2013-12-15 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #767 from gradha/pr_fixes_run_with_out | zah | 2013-12-20 | 2 | -3/+10 |
|\ \ \ \ | | | | | | | | | | | Fixes run command with outFile | ||||
| * | | | | Allows passing absolute paths for output. Refs #738. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previous to this the project base dir was added always, preventing user specified absolute paths to work. | ||||
| * | | | | Runs user specified outFile if available. Refs #738. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -2/+8 |
|/ / / / | |||||
* | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-12-20 | 5 | -19/+444 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #762 from Varriount/os/fix-removeFile2 | Andreas Rumpf | 2013-12-18 | 2 | -15/+43 |
| |\ \ \ \ | | | | | | | | | | | | | Fix os.removeFile behavior on windows (again) | ||||
| | * | | | | Further fixes (stupid kdiff automerge) | Clay Sweetser | 2013-12-18 | 2 | -14/+21 |
| | | | | | | |||||
| | * | | | | os.nim - Modify removeFile to use native Windows API calls | Clay Sweetser | 2013-12-18 | 1 | -6/+21 |
| | | | | | | |||||
| | * | | | | Modified os.removeFile to act correctly when deleting a file that doesn't exist. | Clay Sweetser | 2013-12-17 | 1 | -3/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #739 from gradha/pr_adds_to_quit_docs | Grzegorz Adam Hankiewicz | 2013-12-17 | 2 | -1/+9 |
| |\ \ \ \ | | | | | | | | | | | | | Adds to quit docs | ||||
| | * | | | | Adds example to fatal pragma. | Grzegorz Adam Hankiewicz | 2013-12-12 | 1 | -1/+5 |
| | | | | | | |||||
| | * | | | | Mentions static alternatives to quit(). | Grzegorz Adam Hankiewicz | 2013-12-12 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #752 from zielmicha/expand-gitignore | Grzegorz Adam Hankiewicz | 2013-12-17 | 1 | -3/+392 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Expand gitignore to include all binaries built by ./koch test. | ||||
| | * | | | | | Expand gitignore to include all binaries built by ./koch test. | Michał Zieliński | 2013-12-15 | 1 | -3/+392 |
| | | | | | | | |||||
* | | | | | | | no stack tracing for the system module; fixes stack bottom detection | Araq | 2013-12-20 | 1 | -5/+13 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-12-16 | 6 | -34/+96 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | |