Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates can access hidden fields | Araq | 2013-12-25 | 1 | -0/+5 |
| | |||||
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 | Araq | 2013-12-24 | 1 | -3/+7 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * \ | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 1 | -4/+1 |
| |\ \ | |||||
| * | | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -1/+4 |
| | | | | |||||
* | | | | Correct the spelling of the word 'implicitly' | Satish BD | 2013-12-23 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | add info about CGI error reporing changes to web/news.txt | Michał Zieliński | 2013-12-18 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Reverts "Make quoteIfContainsWhite quote…". Refs #702. | Grzegorz Adam Hankiewicz | 2013-12-10 | 1 | -2/+0 |
| | | | | | | | | | | This reverts commit e7e8c7706240c4bef17533da63df988d228ba127 to avoid tool breakage. A different approach is being worked on #730. | ||||
* | | Updates configuration for recent lib removals. Refs #698. | Grzegorz Adam Hankiewicz | 2013-12-08 | 1 | -4/+1 |
| | | |||||
* | | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell. | Michał Zieliński | 2013-12-07 | 1 | -0/+2 |
|/ | | | | | | | | On Windows put it in double quotes and escape double quotes using backslash. On Posix put it in single quotes and escape single quotes using '"'"'. This commit changes what quoteIfContainsWhite does, but before that change it was used incorrectly all over standard library, which caused security issues. | ||||
* | changed parentDir to return the empty string on error | Araq | 2013-09-24 | 1 | -0/+1 |
| | |||||
* | cn2im: basic C++ support | Araq | 2013-09-10 | 1 | -0/+8 |
| | |||||
* | partially documented the new features | Zahary Karadjov | 2013-09-03 | 1 | -0/+5 |
| | |||||
* | fixed and documented computedGoto pragma | Araq | 2013-08-22 | 1 | -0/+2 |
| | |||||
* | added macros.genSym | Araq | 2013-07-24 | 1 | -0/+2 |
| | |||||
* | Merge pull request #486 from gradha/pr_idetools_docs | Araq | 2013-06-28 | 1 | -1/+1 |
|\ | | | | | Adds idetools docs | ||||
| * | Starts idetools specific documentation. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -1/+1 |
| | | |||||
* | | implements the 'codegenDecl' pragma | Araq | 2013-06-27 | 1 | -0/+2 |
| | | |||||
* | | Fixed OSError deprecation warnings. | Dominik Picheta | 2013-06-26 | 1 | -1/+4 |
|/ | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #473 from gradha/pr_doc_improvements | Araq | 2013-06-09 | 1 | -1/+3 |
|\ | | | | | Doc improvements | ||||
| * | Adds docutils modules to lib index, fixes :idx: markers. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -1/+3 |
| | | |||||
* | | resolved conflict; added missing files | Araq | 2013-06-09 | 1 | -0/+2 |
|\| | |||||
| * | Update news.txt | Billingsly Wetherfordshire | 2013-06-04 | 1 | -1/+1 |
| | | |||||
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 2 | -2/+2 |
|/ | |||||
* | implemented dataflow analysis; activate via --warning[Uninit]:on | Araq | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | new scoping rules for 'if' now active | Araq | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | tiny doc improvement | Araq | 2013-06-03 | 1 | -5/+0 |
| | |||||
* | Added unittest module to docgen. | Dominik Picheta | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | implements #397 | Araq | 2013-05-26 | 1 | -0/+3 |
| | |||||
* | preparations for version 0.9.4 | Araq | 2013-05-25 | 1 | -0/+26 |
| | |||||
* | added FAQ about 'proc' | Araq | 2013-05-25 | 1 | -7/+11 |
| | |||||
* | Adds link to irc logs. | Grzegorz Adam Hankiewicz | 2013-05-22 | 1 | -1/+2 |
| | |||||
* | removed unsupported compilers from the FAQ | Simon Hafner | 2013-05-21 | 1 | -4/+0 |
| | |||||
* | better editor support FAQ | Simon Hafner | 2013-05-21 | 1 | -2/+7 |
| | |||||
* | removed GCC FAQ - not an issue anymore | Simon Hafner | 2013-05-21 | 1 | -17/+0 |
| | |||||
* | add FAQ about editor support | Simon Hafner | 2013-05-21 | 1 | -0/+4 |
| | |||||
* | added gamera edition to the website | Araq | 2013-05-21 | 1 | -0/+2 |
| | |||||
* | updated download.txt | Araq | 2013-05-20 | 1 | -2/+2 |
| | |||||
* | don't deprecate macros.! breaks too much code | Araq | 2013-05-20 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-20 | 3 | -3/+65 |
|\ | |||||
| * | Added information on how to help the project in the community tab. | Dominik Picheta | 2013-05-20 | 3 | -2/+49 |
| | | |||||
| * | Updated news. | Dominik Picheta | 2013-05-20 | 1 | -1/+16 |
| | | |||||
* | | updated news.txt | Araq | 2013-05-20 | 1 | -0/+3 |
| | | |||||
* | | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -1/+3 |
|/ | |||||
* | 'from' statement documented | Araq | 2013-05-19 | 2 | -2/+12 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-19 | 1 | -7/+24 |
|\ | |||||
| * | Added news about the new website. | Dominik Picheta | 2013-05-19 | 1 | -4/+14 |
| | | |||||
| * | Improved the performance of the SCGI module when dealing with multiple | Dominik Picheta | 2013-05-19 | 1 | -4/+11 |
| | | | | | | | | concurrent requests. | ||||
* | | made some tests green; implemented 'from module import nil' | Araq | 2013-05-19 | 2 | -5/+4 |
|/ |