Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Homogenizes docstrings for strutils module. | Grzegorz Adam Hankiewicz | 2014-07-18 | 1 | -94/+156 |
| | | | | | | This mostly involves separating the short description string from the full description block, capitalizing it, and adding any worthwhile hyperlinks to other symbols. | ||||
* | Mentions countLines() may return unexpected values. | Grzegorz Adam Hankiewicz | 2014-07-18 | 1 | -6/+20 |
| | |||||
* | Change wordwrap to remove separators at newlines | def | 2014-07-09 | 1 | -1/+7 |
| | |||||
* | Hyperlinks back JavaScript target. | Grzegorz Adam Hankiewicz | 2014-06-21 | 1 | -0/+2 |
| | |||||
* | Adds split proc for strings with a string separator. | Dominik Picheta | 2014-04-11 | 1 | -0/+20 |
| | |||||
* | Adds AllChars constant to strutils. | Grzegorz Adam Hankiewicz | 2014-01-22 | 1 | -0/+10 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -10/+10 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -1106/+1106 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -9/+9 |
| | |||||
* | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -1/+3 |
|\ | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Deprecate quoteIfContainsWhite in favor of osproc.quoteShell. | Michał Zieliński | 2013-12-10 | 1 | -1/+3 |
| | | |||||
| * | Reverts "Make quoteIfContainsWhite quote…". Refs #702. | Grzegorz Adam Hankiewicz | 2013-12-10 | 1 | -43/+8 |
| | | | | | | | | | | This reverts commit e7e8c7706240c4bef17533da63df988d228ba127 to avoid tool breakage. A different approach is being worked on #730. | ||||
| * | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell. | Michał Zieliński | 2013-12-07 | 1 | -8/+43 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -2/+2 |
| | | |||||
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -1/+1 |
|/ | |||||
* | fixes #398 | Araq | 2013-08-31 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-20 | 1 | -6/+14 |
|\ | |||||
| * | Extends align proc with default padding parameter. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -6/+14 |
| | | |||||
* | | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -7/+7 |
|/ | |||||
* | Adds note about grouping to split iterators. | Grzegorz Adam Hankiewicz | 2013-05-11 | 1 | -42/+49 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Adds left alignment example to strutils. | Grzegorz Adam Hankiewicz | 2013-03-12 | 1 | -2/+11 |
| | |||||
* | preparations for a generational GC | Araq | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | Added strutils.unescape and fixed issue with strutils.escape. | Dominik Picheta | 2013-01-25 | 1 | -1/+39 |
| | |||||
* | Adds to split() a code example using a set of separators. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+18 |
| | |||||
* | Added strutils.rfind. | Dominik Picheta | 2012-08-19 | 1 | -0/+14 |
| | |||||
* | stdlib uses more of varargs | Araq | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -0/+7 |
| | |||||
* | fixes #109 | Araq | 2012-05-20 | 1 | -1/+3 |
| | |||||
* | bugfix: strutils.formatFloat | Araq | 2012-05-09 | 1 | -3/+3 |
| | |||||
* | small bugfixes; documentation generator supports smilies for the forum | Araq | 2012-05-01 | 1 | -0/+10 |
| | |||||
* | added strutils.parseEnum; fixes #95 | Araq | 2012-04-01 | 1 | -2/+21 |
| | |||||
* | exported strutils.abbrev | Araq | 2012-02-24 | 1 | -13/+12 |
| | |||||
* | bugfixes: tests are green again | Araq | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -7/+39 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | added support for advanced substitution expressions | Araq | 2011-12-27 | 1 | -111/+121 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-22 | 1 | -0/+10 |
|\ | |||||
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
| | | |||||
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 1 | -9/+34 |
|/ | |||||
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -3/+3 |
| | |||||
* | code generator supports constant sequences; more consistent compile time ↵ | Araq | 2011-10-07 | 1 | -6/+19 |
| | | | | evaluation | ||||
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵ | Araq | 2011-09-26 | 1 | -7/+5 |
| | | | | optimized; tstringinterp.nim now works | ||||
* | lib/pure/strutils.nim: fix doc comment for splitLines | Keita Haga | 2011-08-25 | 1 | -53/+53 |
| | |||||
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -62/+61 |
| | |||||
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -40/+40 |
| | |||||
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 1 | -0/+6 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -13/+13 |
| |