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
*
Merge branch 'maxsplit' of https://github.com/mjoud/Nim into mjoud-maxsplit
Andreas Rumpf
2016-05-28
1
-10
/
+29
|
\
|
*
modified strutils.split
Magnus Jöud
2015-10-14
1
-9
/
+6
|
*
added tests for strutils.split
Magnus Jöud
2015-10-14
1
-0
/
+6
|
*
added maxsplit argument to strutils.split
Magnus Jöud
2015-10-14
1
-10
/
+25
*
|
minor whitespace change
Araq
2016-05-10
1
-1
/
+1
*
|
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
*
|
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
*
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
*
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
[next]