August 02, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 28c1a8480a61054e3ea64b3e55b8c90a3c1754a0
      https://github.com/D-Programming-Language/phobos/commit/28c1a8480a61054e3ea64b3e55b8c90a3c1754a0
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M std/ascii.d

  Log Message:
  -----------
  Fix issue# 10717.

This makes it so that if you're operating on chars or wchars with std.ascii functions, you don't have to cast the return values back to char or wchar, but it still allows you to operate on dchars without mangling any Unicode values.


  Commit: f7a593fe9cb0567bbb59a79653ae3a8538ffc7b0
      https://github.com/D-Programming-Language/phobos/commit/f7a593fe9cb0567bbb59a79653ae3a8538ffc7b0
  Author: monarch dodra <monarchdodra@gmail.com>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M std/ascii.d

  Log Message:
  -----------
  Merge pull request #1436 from jmdavis/10717

Fix issue# 10717.

Merged.


Compare: https://github.com/D-Programming-Language/phobos/compare/07c3c845555a...f7a593fe9cb0