Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes documentation generator | Araq | 2014-09-14 | 4 | -6/+11 |
| | |||||
* | fixed 'system.open' bug | Araq | 2014-09-14 | 1 | -7/+7 |
| | |||||
* | resolved conflict | Araq | 2014-09-13 | 21 | -279/+382 |
|\ | |||||
| * | More docgen fixes. | Dominik Picheta | 2014-09-13 | 9 | -233/+171 |
| | | |||||
| * | Fix 'doc' command. | Dominik Picheta | 2014-09-13 | 1 | -0/+2 |
| | | |||||
| * | Some docgen fixes. | Dominik Picheta | 2014-09-13 | 3 | -19/+20 |
| | | |||||
| * | Fixes fdSet CS problems in asyncio. | Dominik Picheta | 2014-09-12 | 1 | -2/+2 |
| | | |||||
| * | Lots of documentation improvements for asyncdispatch. | Dominik Picheta | 2014-09-12 | 7 | -26/+183 |
| | | | | | | | | Ref #1487. | ||||
* | | minor changes to manual.txt | Araq | 2014-09-13 | 2 | -9/+14 |
| | | |||||
* | | merged things from devel | Araq | 2014-09-12 | 14 | -48/+110 |
|\ \ | |/ |/| | |||||
| * | be explicit about single letter options | Araq | 2014-09-11 | 1 | -0/+2 |
| | | |||||
| * | manual merge of #1526 | Araq | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | fixes #665 | Araq | 2014-09-11 | 2 | -1/+2 |
| | | |||||
| * | fixes #1067 | Araq | 2014-09-11 | 1 | -0/+10 |
| | | |||||
| * | mostly fixes #1339 | Araq | 2014-09-11 | 2 | -3/+9 |
| | | |||||
| * | fixes #1366 | Araq | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | Threads work again | Araq | 2014-09-11 | 1 | -32/+46 |
| | | |||||
| * | fixes #903, fixess #1513 | Araq | 2014-09-11 | 1 | -6/+14 |
| | | |||||
| * | fixes #1511 | Araq | 2014-09-11 | 1 | -13/+16 |
| | | |||||
| * | minor bugfix for void .compileTime procs | Araq | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | fixes #1444 | Araq | 2014-09-11 | 6 | -9/+165 |
| | | |||||
| * | Merge pull request #1524 from rbehrends/fix-staticexec2 | Dominik Picheta | 2014-09-10 | 1 | -1/+1 |
| |\ | | | | | | | Properly handle staticExec() generating large output. | ||||
| | * | Properly handle staticExec() generating large output. | Reimer Behrends | 2014-09-10 | 1 | -1/+1 |
| |/ | | | | | | | | | | | A staticExec() invocation that generated more than the internal buffer size worth of output blocked because the compiler waited for the process to terminate before reading the output. | ||||
| * | Merge pull request #1404 from def-/strutils-count | Andreas Rumpf | 2014-09-05 | 1 | -0/+35 |
| |\ | | | | | | | Add count procedures to strutils | ||||
| | * | overlapping as a parameter for count instead | def | 2014-07-28 | 1 | -17/+9 |
| | | | |||||
| | * | Add count procedures to strutils | def | 2014-07-23 | 1 | -0/+43 |
| | | | |||||
| * | | Merge pull request #1455 from gradha/pr_parallelize_doc_build | Andreas Rumpf | 2014-09-05 | 2 | -9/+54 |
| |\ \ | | | | | | | | | Parallelizes documentation building. | ||||
| | * | | Adds --parallelBuild to koch web and automatic reruns. Refs #1455. | Grzegorz Adam Hankiewicz | 2014-08-08 | 2 | -4/+34 |
| | | | | |||||
| | * | | Parallelizes documentation building. | Grzegorz Adam Hankiewicz | 2014-08-06 | 1 | -9/+24 |
| | | | | |||||
| * | | | Merge pull request #1514 from fuzzthink/devel | Simon Hafner | 2014-09-02 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Pointer -> pointer to fix compile error using --cs:partial | ||||
| | * | | | Pointer -> pointer to fix compile error using --cs:partial | fuzzthink | 2014-09-02 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #1509 from idlewan/cookies | Andreas Rumpf | 2014-09-01 | 1 | -6/+9 |
| |\ \ \ \ | | | | | | | | | | | | | Secure and HttpOnly cookies | ||||
| | * | | | | Secure and HttpOnly cookies | Erwan Ameil | 2014-08-30 | 1 | -6/+9 |
| | | | | | | |||||
| * | | | | | Merge pull request #1508 from idlewan/zmq | Andreas Rumpf | 2014-09-01 | 2 | -25/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove outdated ZeroMQ examples (zmq has been moved out of the stdlib) | ||||
| | * | | | | | Remove outdated ZeroMQ example (zmq has been moved out of the stdlib) | Erwan Ameil | 2014-08-30 | 2 | -25/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1510 from idlewan/xml_escape | Andreas Rumpf | 2014-09-01 | 1 | -0/+4 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Escape ' and / when using escape in xmltree | ||||
| | * | | | | Escape ' and / when using escape in xmltree | Erwan Ameil | 2014-08-30 | 1 | -0/+4 |
| |/ / / / | |||||
* | | | | | renamed URLencode to encodeUrl | Araq | 2014-09-10 | 3 | -10/+11 |
| | | | | | |||||
* | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-10 | 17 | -97/+153 |
|\ \ \ \ \ | |||||
| * | | | | | Add depraction warnings for URLencode/decode. | Dominik Picheta | 2014-09-10 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fixes tester. | Dominik Picheta | 2014-09-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix case issues in compiler/docgen. | Dominik Picheta | 2014-09-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Changes source build recommendations on website. | Dominik Picheta | 2014-09-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fixes case in cgi module. | Dominik Picheta | 2014-09-10 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Added more information to the news. | Dominik Picheta | 2014-09-09 | 1 | -2/+13 |
| | | | | | | |||||
| * | | | | | More empty stmt fixes. | Dominik Picheta | 2014-09-09 | 3 | -11/+5 |
| | | | | | | |||||
| * | | | | | Mentioned new comment handling in news.txt. | Dominik Picheta | 2014-09-09 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 3 | -1/+3 |
| | | | | | | |||||
| * | | | | | Fixes async tests. | Dominik Picheta | 2014-09-09 | 3 | -10/+10 |
| | | | | | | |||||
| * | | | | | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 3 | -7/+20 |
| | | | | | |