[phobos] [D-Programming-Language/phobos] b20218: Remove all uses of sizediff_t in favor of ptrdiff_...

GitHub noreply at github.com
Sun Oct 14 19:27:03 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: b202180295e596c4195eb99e5981acd7fb7d07fc
      https://github.com/D-Programming-Language/phobos/commit/b202180295e596c4195eb99e5981acd7fb7d07fc
  Author: alexrp <alex at lycus.org>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M std/algorithm.d
    M std/concurrency.d
    M std/encoding.d
    M std/format.d
    M std/internal/math/biguintcore.d
    M std/math.d
    M std/net/isemail.d
    M std/path.d
    M std/regexp.d
    M std/stdio.d
    M std/stream.d
    M std/string.d
    M std/variant.d
    M std/xml.d

  Log Message:
  -----------
  Remove all uses of sizediff_t in favor of ptrdiff_t.


  Commit: 0db13f5966396d6a949983f88a0cd92b78e88518
      https://github.com/D-Programming-Language/phobos/commit/0db13f5966396d6a949983f88a0cd92b78e88518
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M std/algorithm.d
    M std/concurrency.d
    M std/encoding.d
    M std/format.d
    M std/internal/math/biguintcore.d
    M std/math.d
    M std/net/isemail.d
    M std/path.d
    M std/regexp.d
    M std/stdio.d
    M std/stream.d
    M std/string.d
    M std/variant.d
    M std/xml.d

  Log Message:
  -----------
  Merge pull request #859 from alexrp/sizediff_t-to-ssize_t

Remove all uses of sizediff_t in favor of ptrdiff_t.


Compare: https://github.com/D-Programming-Language/phobos/compare/5b82debffb11...0db13f596639


More information about the phobos mailing list