June 10, 2012 [phobos] [D-Programming-Language/phobos] 08acc1: Fix issue 7515 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 08acc16b830b35572e6ea004d936a7b2522801b8 https://github.com/D-Programming-Language/phobos/commit/08acc16b830b35572e6ea004d936a7b2522801b8 Author: jmdavis <jmdavisProg@gmx.com> Date: 2012-05-28 (Mon, 28 May 2012) Changed paths: M std/string.d Log Message: ----------- Fix issue 7515 I created an adjusted version of translate which is ASCII-only and renamed maketrans to makeTrans with some minor changes. Instead of deprecating the old translate and maketrans, maketrans is now a deprecated alias of makeTrans, and the new ASCII-only translate should be compatible with the old one. Commit: 94c06fb2469c0d98be842438b749e61571b42fe3 https://github.com/D-Programming-Language/phobos/commit/94c06fb2469c0d98be842438b749e61571b42fe3 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M std/string.d Log Message: ----------- Merge pull request #609 from jmdavis/7515 Fix issue 7515 Compare: https://github.com/D-Programming-Language/phobos/compare/903a5e8...94c06fb |
Copyright © 1999-2021 by the D Language Foundation