[phobos] [D-Programming-Language/phobos] 064b75: Don't use built-in .sort in std.string.abbrev()
GitHub via phobos
phobos at puremagic.com
Fri Sep 26 20:35:06 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 064b758425d98c7f4d82e8cbfe9eca4e14ca19c1
https://github.com/D-Programming-Language/phobos/commit/064b758425d98c7f4d82e8cbfe9eca4e14ca19c1
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M std/string.d
Log Message:
-----------
Don't use built-in .sort in std.string.abbrev()
This also makes it CTFE-able. Yay!
Commit: 7c20d04b03e6c7e625b346851ed449661c3ea81e
https://github.com/D-Programming-Language/phobos/commit/7c20d04b03e6c7e625b346851ed449661c3ea81e
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-09-27 (Sat, 27 Sep 2014)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #2559 from quickfur/abbrev_sort
Don't use built-in .sort in std.string.abbrev()
Compare: https://github.com/D-Programming-Language/phobos/compare/21c9db57a3ed...7c20d04b03e6
More information about the phobos
mailing list