[phobos] [D-Programming-Language/phobos] 08acc1: Fix issue 7515

GitHub noreply at github.com
Sun Jun 10 20:30:28 PDT 2012


  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 at 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 at 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


More information about the phobos mailing list