July 08, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 6203835e5d699f7a37c16625db0776870532761a
      https://github.com/D-Programming-Language/phobos/commit/6203835e5d699f7a37c16625db0776870532761a
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2012-06-30 (Sat, 30 Jun 2012)

  Changed paths:
    M std/string.d

  Log Message:
  -----------
  Fix for issue# 8323.

I decided to improve the documentation for some of std.string's functions and ended up optimizing their implementations as well (I benchmarked the new versions against the old versions, so they should definitely be faster). I also ran into bug# 8323, so I fixed it as well.


  Commit: 121a69a04bca5f35484614efc2fb0ef15e3e5da6
      https://github.com/D-Programming-Language/phobos/commit/121a69a04bca5f35484614efc2fb0ef15e3e5da6
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2012-07-02 (Mon, 02 Jul 2012)

  Changed paths:
    M std/algorithm.d
    M std/string.d

  Log Message:
  -----------
  Optimizations for startsWith and endsWith.


  Commit: 8c747b0abac930c29cace48c9ca0fe48c04e628e
      https://github.com/D-Programming-Language/phobos/commit/8c747b0abac930c29cace48c9ca0fe48c04e628e
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M std/algorithm.d
    M std/string.d

  Log Message:
  -----------
  Merge pull request #655 from jmdavis/string

Fix for issue# 8323.


Compare: https://github.com/D-Programming-Language/phobos/compare/e0757c5ded41...8c747b0abac9