[phobos] [D-Programming-Language/phobos] b67575: Added range version of std.path.buildPath()
GitHub
noreply at github.com
Tue Aug 6 14:38:56 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b6757581d3949d3d1a829ebaf3c62befa17e831a
https://github.com/D-Programming-Language/phobos/commit/b6757581d3949d3d1a829ebaf3c62befa17e831a
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Added range version of std.path.buildPath()
Commit: e78e55558deffa03c07194a19cc8a46f15d52289
https://github.com/D-Programming-Language/phobos/commit/e78e55558deffa03c07194a19cc8a46f15d52289
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Minor buildPath() style issues
Commit: 23a1fe9ae0c31efce5acad379f59117063738c29
https://github.com/D-Programming-Language/phobos/commit/23a1fe9ae0c31efce5acad379f59117063738c29
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Added unittests for issue 10348
Commit: 3e2574a001f90e11c95ac342cc187e2f8537423e
https://github.com/D-Programming-Language/phobos/commit/3e2574a001f90e11c95ac342cc187e2f8537423e
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Minor buildPath DDOC style issue
Commit: d6ce714d2041d9fe14d3a69cfd47a57b7bcd024d
https://github.com/D-Programming-Language/phobos/commit/d6ce714d2041d9fe14d3a69cfd47a57b7bcd024d
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Pre-allocate 255 bytes, not 256, in buildPath()
...as recommended by @monarchdodra.
Commit: 58cbee5ec74705df4a6618404fae7f37bf124549
https://github.com/D-Programming-Language/phobos/commit/58cbee5ec74705df4a6618404fae7f37bf124549
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M std/path.d
Log Message:
-----------
More improvements to buildPath()
Re: @monarchdodra's review
Commit: bacb06d048aa6a06b29080c60cc024af9c54bc5a
https://github.com/D-Programming-Language/phobos/commit/bacb06d048aa6a06b29080c60cc024af9c54bc5a
Author: Lars T. Kyllingstad <lars.kyllingstad at sintef.no>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Fixed order of imports
Commit: d19dcfa7ef95f5bfa2376b931bf517ec139fe6cd
https://github.com/D-Programming-Language/phobos/commit/d19dcfa7ef95f5bfa2376b931bf517ec139fe6cd
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M std/path.d
Log Message:
-----------
Merge pull request #1442 from kyllingstad/buildPath-range
Added range version of std.path.buildPath()
Compare: https://github.com/D-Programming-Language/phobos/compare/9103d642a7d0...d19dcfa7ef95
More information about the phobos
mailing list