[phobos] [D-Programming-Language/phobos] 546258: Fix Issue 12114
GitHub via phobos
phobos at puremagic.com
Sat Dec 13 22:17:57 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5462585245e3896b926dc8d39e72b17f55ffb003
https://github.com/D-Programming-Language/phobos/commit/5462585245e3896b926dc8d39e72b17f55ffb003
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-09 (Tue, 09 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Fix Issue 12114
buildNormalizedPath shouldn't normalize current path to empty string
Commit: 6e83a614f0c6e33ea662bf69a433b239600b6e17
https://github.com/D-Programming-Language/phobos/commit/6e83a614f0c6e33ea662bf69a433b239600b6e17
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-09 (Tue, 09 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Added unittests (not tested on windows platform)
Commit: c7654bdbc38b20260d8c8c8a93e09b28690b0201
https://github.com/D-Programming-Language/phobos/commit/c7654bdbc38b20260d8c8c8a93e09b28690b0201
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-09 (Tue, 09 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Doc update
Commit: fce47d8b093805770b1197b5578cc15fabe042ac
https://github.com/D-Programming-Language/phobos/commit/fce47d8b093805770b1197b5578cc15fabe042ac
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
code style (braces) and !is comparison
Commit: 45d2283978dcf3b12279405542e2521377d6b8de
https://github.com/D-Programming-Language/phobos/commit/45d2283978dcf3b12279405542e2521377d6b8de
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Spaces between "=="
Commit: 10ca987d874ee206c9ec085919ebef09fac86d0a
https://github.com/D-Programming-Language/phobos/commit/10ca987d874ee206c9ec085919ebef09fac86d0a
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Spaces between parenthesis
Commit: a6251a3f2405193f4a412eded543e7186ac1c50f
https://github.com/D-Programming-Language/phobos/commit/a6251a3f2405193f4a412eded543e7186ac1c50f
Author: Crom (Thibaut CHARLES) <crom29 at hotmail.fr>
Date: 2014-12-13 (Sat, 13 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Added tests & changed windows paths to backquoted strings
Commit: 3abf8c1a297429850949c424dee5f87b974f3f32
https://github.com/D-Programming-Language/phobos/commit/3abf8c1a297429850949c424dee5f87b974f3f32
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-12-13 (Sat, 13 Dec 2014)
Changed paths:
M std/path.d
Log Message:
-----------
Merge pull request #2791 from CromFr/issue_12114
Fix Issue 12114 - buildNormalizedPath returns null instead of "."
Compare: https://github.com/D-Programming-Language/phobos/compare/ecd25fdd2696...3abf8c1a2974
More information about the phobos
mailing list