[phobos] [D-Programming-Language/phobos] 68f0b6: Deprecate xformat and xsformat.

GitHub noreply at github.com
Mon May 6 04:18:28 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 68f0b6d1593f49cadf59e772b913ad1fe19b2dde
      https://github.com/D-Programming-Language/phobos/commit/68f0b6d1593f49cadf59e772b913ad1fe19b2dde
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M std/string.d

  Log Message:
  -----------
  Deprecate xformat and xsformat.

They were intended to be temporary, and now format and sformat use their
exact implementations and have for 6 months (though for some reason, xformat
and xsformat weren't turned into aliases when that happened, which I fixed
in this commit as well).


  Commit: ce1b2294b048c6d6d4d3f57520e5a519748dbd4a
      https://github.com/D-Programming-Language/phobos/commit/ce1b2294b048c6d6d4d3f57520e5a519748dbd4a
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M std/algorithm.d
    M std/conv.d
    M std/exception.d
    M std/format.d
    M std/range.d
    M std/socket.d
    M std/utf.d

  Log Message:
  -----------
  Undocument some deprecated functions.

They were marked for removal in the docs (many of them were intended to
be removed in January), so now they've been removed from the docs and
marked for removal from the code in November.


  Commit: 49ad744b12edbfb17f8b378bdddd9b678343e061
      https://github.com/D-Programming-Language/phobos/commit/49ad744b12edbfb17f8b378bdddd9b678343e061
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Removed some undocumented, deprecated functions from std.algorithm.

They were scheduled to be removed in January 2013 but weren't, so
they've been around as undocumented, and deprecated for a while now.


  Commit: 04cbd00511ef4e374abcd2784591c017e3329ecb
      https://github.com/D-Programming-Language/phobos/commit/04cbd00511ef4e374abcd2784591c017e3329ecb
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M std/algorithm.d
    M std/conv.d
    M std/exception.d
    M std/format.d
    M std/range.d
    M std/socket.d
    M std/string.d
    M std/utf.d

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

Move some deprecations along


Compare: https://github.com/D-Programming-Language/phobos/compare/7b85f7a479b2...04cbd00511ef


More information about the phobos mailing list