[phobos] [D-Programming-Language/phobos] ebcba6: fix Issue 7982 - unsigned reverse iota broken
GitHub
noreply at github.com
Sun May 27 19:48:05 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ebcba68f7bddbf66aa845bc956607aaa84994b82
https://github.com/D-Programming-Language/phobos/commit/ebcba68f7bddbf66aa845bc956607aaa84994b82
Author: Brad Anderson <eco at gnuk.net>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M std/range.d
Log Message:
-----------
fix Issue 7982 - unsigned reverse iota broken
iota.length needs to take into account unsigned values when the end is greater
than the start.
Commit: 613d10f1b29a7a1c4a5abf97982ca0c9d59df045
https://github.com/D-Programming-Language/phobos/commit/613d10f1b29a7a1c4a5abf97982ca0c9d59df045
Author: David Simcha <dsimcha at gmail.com>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M std/range.d
Log Message:
-----------
Merge pull request #566 from eco/unsigned-reverse-iota
fix Issue 7982 - unsigned reverse iota broken
Compare: https://github.com/D-Programming-Language/phobos/compare/ae7c91b...613d10f
More information about the phobos
mailing list