Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | implements #397 | Araq | 2013-05-26 | 1 | -0/+3 |
| | |||||
* | preparations for version 0.9.4 | Araq | 2013-05-25 | 1 | -0/+26 |
| | |||||
* | 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 | 1 | -2/+17 |
|\ | |||||
| * | Added information on how to help the project in the community tab. | Dominik Picheta | 2013-05-20 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -2/+7 |
| | |||||
* | 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. | ||||
* | fixes #432, fixes #427 | Araq | 2013-05-19 | 1 | -0/+3 |
| | |||||
* | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -0/+2 |
| | |||||
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -1/+9 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -0/+2 |
| | |||||
* | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 1 | -0/+2 |
| | |||||
* | added system.locals | Araq | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | documented object constrs; endb works again | Araq | 2013-03-09 | 1 | -3/+4 |
| | |||||
* | typo in news.txt | Araq | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -0/+2 |
| | |||||
* | updated news.txt | Araq | 2013-02-10 | 1 | -2/+8 |
| | |||||
* | made some tests green | Araq | 2013-02-08 | 1 | -0/+2 |
| | |||||
* | implemented generic multi methods | Araq | 2013-01-16 | 1 | -0/+1 |
| | |||||
* | Copyright 2012 -> 2013 | Araq | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 1 | -0/+1 |
| | |||||
* | implemented generic converters | Araq | 2012-12-05 | 1 | -0/+1 |
| | |||||
* | dont use unsafeNew in ropes.nim for now | Araq | 2012-12-02 | 1 | -0/+1 |
| | |||||
* | implements 'export' feature | Araq | 2012-12-01 | 1 | -0/+3 |
| | |||||
* | first steps for 'not nil' annotation | Araq | 2012-11-25 | 1 | -0/+4 |
| | |||||
* | made 'shared' a keyword | Araq | 2012-11-22 | 1 | -0/+1 |
| | |||||
* | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 1 | -0/+1 |
| | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -0/+2 |
| | |||||
* | fixes #250 | Araq | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 1 | -0/+1 |
|\ | |||||
| * | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -0/+1 |
| | |