index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
strutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
|
\
|
*
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
|
*
Make quoteIfContainsWhite quote argument, so it can be safely passed to shell.
Michał Zieliński
2013-12-07
1
-8
/
+43
*
|
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
[next]