March 25, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 8f7f6d69ac5e1059367b68ca1703a70fe8ebc729
      https://github.com/D-Programming-Language/phobos/commit/8f7f6d69ac5e1059367b68ca1703a70fe8ebc729
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M std/concurrency.d
    M std/conv.d
    M std/datetime.d
    M std/string.d
    M std/uni.d
    M unittest.d

  Log Message:
  -----------
  Remove some undocumented, deprecated functions which are slated for removal.

These have been deprecated for a while, but there was some balking (primarily from Andrei IIRC) at actually removing them when they were slated for removal, so they were instead made undocumented and slated for removal after yet another 6 months or so. So, now that that time has passed, here's another attempt to actually remove them.


  Commit: e09940470d98eb2188fabe6dd81201ce72f320e5
      https://github.com/D-Programming-Language/phobos/commit/e09940470d98eb2188fabe6dd81201ce72f320e5
  Author: Jonathan M Davis <jmdavisProg@gmx.com>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M std/concurrency.d
    M std/conv.d
    M std/datetime.d
    M std/string.d
    M std/uni.d
    M unittest.d

  Log Message:
  -----------
  Merge pull request #1176 from jmdavis/deprecated

Remove some undocumented, deprecated functions which are slated for removal.


Compare: https://github.com/D-Programming-Language/phobos/compare/93c4052e5bca...e09940470d98