[phobos] [D-Programming-Language/phobos] 150631: std.string.indexOf with a start index
GitHub
noreply at github.com
Mon Aug 12 06:42:33 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 150631d4f56a51347fce0c00941487cc1a2edaa0
https://github.com/D-Programming-Language/phobos/commit/150631d4f56a51347fce0c00941487cc1a2edaa0
Author: Robert BuRnEr Schadek <rburners at gmail.com>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M std/string.d
Log Message:
-----------
std.string.indexOf with a start index
Basically indexOf with start index. This index is added to the found
index if the searched character was found.
std.string.indexOf(Char1,Char2)(with start index)
The same thing as with the single character indexOf.
fixed the auto-tester complains
save
another bug bites the dust
fix the startIdx problem
std.string.indexOf with a start index
Basically indexOf with start index. This index is added to the found
index if the searched character was found.
std.string.indexOf(Char1,Char2)(with start index)
The same thing as with the single character indexOf.
fixed the auto-tester complains
save
merge error
everything is nicer now
another fix
whitespace formatting
consistency
whitespace args
some more nitpicks fixes
spelling
Commit: 10c4b24c9af283b55e1c9b499e5657467cd5c556
https://github.com/D-Programming-Language/phobos/commit/10c4b24c9af283b55e1c9b499e5657467cd5c556
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #1301 from burner/indexOfIdx
std.string.indexOf with start index
Compare: https://github.com/D-Programming-Language/phobos/compare/0f6d9e9c604c...10c4b24c9af2
More information about the phobos
mailing list