Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #4037 | Dominik Picheta | 2016-04-04 | 1 | -27/+63 |
| | |||||
* | Add parseUInt and parseBiggestUInt functions to stdlib (parseutils, strutils) | Anatoly Galiulin | 2016-03-30 | 1 | -0/+18 |
| | |||||
* | Make strutils.join with with generic openarrays | def | 2016-03-06 | 1 | -11/+15 |
| | |||||
* | fixes strutils.unescape; refs #3634 | Andreas Rumpf | 2016-01-17 | 1 | -5/+5 |
| | |||||
* | fixed float formatting for js | Yuriy Glukhov | 2015-11-26 | 1 | -24/+39 |
| | |||||
* | Fix loop index bug in scan for a[s] in b[s..s+len2-1]. | Charles Blake | 2015-11-19 | 1 | -1/+1 |
| | | | | | | a, b must both be indexed starting from s after the common prefix "strip" phase. This resolves issue 3477: https://github.com/nim-lang/Nim/issues/3477 | ||||
* | add {.pop.} for {.push debugger:off.} to balance push/pop | JamesP | 2015-10-14 | 1 | -1/+3 |
| | |||||
* | Made strutils string test procs less redundant. | Joey Payne | 2015-10-10 | 1 | -49/+49 |
| | |||||
* | Added tests for string test procs. | Joey Payne | 2015-10-10 | 1 | -0/+52 |
| | |||||
* | Changed alphanumeric check to "or" instead of "and". | Joey Payne | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Added useful procs to strutils for string testing. | Joey Payne | 2015-10-09 | 1 | -0/+126 |
| | | | | | | | | | | | Added procs: isAlpha isAlphaNumeric isDigit isSpace isUpper isLower | ||||
* | strutils: wrap too long lines | Araq | 2015-10-06 | 1 | -8/+14 |
| | |||||
* | Implement strutils.indent | Dominik Picheta | 2015-09-11 | 1 | -0/+18 |
| | |||||
* | formatFloat takes an optional decimalSep parameter | Araq | 2015-09-01 | 1 | -10/+17 |
| | |||||
* | Add extern pragma | Zach Aysan | 2015-07-21 | 1 | -3/+5 |
| | |||||
* | Add docs | Zach Aysan | 2015-07-21 | 1 | -0/+27 |
| | |||||
* | Switch to removeSuffix name and modify the string in place | Zach Aysan | 2015-07-21 | 1 | -46/+27 |
| | |||||
* | Create Ruby-like chomp proc to allow for easy string ending removal | Zach Aysan | 2015-07-17 | 1 | -1/+46 |
| | |||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -6/+6 |
| | |||||
* | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -1/+2 |
| | |||||
* | Add arbitrary char support to the strutils proc. Issue #2626 | msmith491 | 2015-04-30 | 1 | -7/+13 |
| | |||||
* | fixes #2517 | Araq | 2015-04-25 | 1 | -1/+2 |
| | |||||
* | Turn some test outputs into actual tests | Oleh Prypin | 2015-04-21 | 1 | -3/+7 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -4/+6 |
| | |||||
* | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 1 | -21/+21 |
| | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work | ||||
* | Replaced repeatStr() and repeatChar() with more natural versions. | Hans Raaf | 2015-03-03 | 1 | -10/+31 |
| | |||||
* | Fixing toHex() to not wrap for long lens. | Hans Raaf | 2015-02-18 | 1 | -3/+5 |
| | | | | | | | If you specify a len like 32 toHex() will repeat the given value in the output. Besides that I believe my implementation is easier and seems not to change how negative numbers are handled. I also handle the case of wrapping negative number beyond BiggestInt to "do it right". | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -5/+5 |
| | |||||
* | fixes #2041 | Araq | 2015-01-31 | 1 | -6/+8 |
| | |||||
* | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+10 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 1 | -0/+35 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -3/+3 |
| | | |||||
* | | more modules updated | Araq | 2014-08-28 | 1 | -5/+5 |
| | | |||||
* | | big rename | Araq | 2014-08-28 | 1 | -2/+2 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -43/+45 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -10/+10 |
|/ | |||||
* | 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 |