October 14, 2012 [phobos] [D-Programming-Language/phobos] b20218: Remove all uses of sizediff_t in favor of ptrdiff_... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation