[phobos] [D-Programming-Language/phobos] 64c5e3: Fix std.container.SList.linearRemove's TakeRange-b...
GitHub
noreply at github.com
Sun Jul 8 20:07:42 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 64c5e3cffa58fecdb8ecb23fd175e5b8dcede2a7
https://github.com/D-Programming-Language/phobos/commit/64c5e3cffa58fecdb8ecb23fd175e5b8dcede2a7
Author: Revellian <matz at localhost.localdomain>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M std/container.d
Log Message:
-----------
Fix std.container.SList.linearRemove's TakeRange-bug (if the TakeRange starts at the
head of the SList, the whole list was removed instead of only the
specified number.)
Commit: 0cae7ca6af24f6ad322edbe263f43f88b5c5650a
https://github.com/D-Programming-Language/phobos/commit/0cae7ca6af24f6ad322edbe263f43f88b5c5650a
Author: Revellian <matz at localhost.localdomain>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M std/container.d
Log Message:
-----------
Added doubly-linked list (DList) to std.container
Commit: 61fa7c809cd4db2e214f5f2702690bd52436b7a0
https://github.com/D-Programming-Language/phobos/commit/61fa7c809cd4db2e214f5f2702690bd52436b7a0
Author: Revellian <matz at localhost.localdomain>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M std/container.d
Log Message:
-----------
- Incorporate comments by andralex
Commit: e0757c5ded416d7c781a8199ae2f73eab7da3dc6
https://github.com/D-Programming-Language/phobos/commit/e0757c5ded416d7c781a8199ae2f73eab7da3dc6
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-07-08 (Sun, 08 Jul 2012)
Changed paths:
M std/container.d
Log Message:
-----------
Merge pull request #650 from revellian/master
Fix std.container.SList.linearRemove's TakeRange-bug
Compare: https://github.com/D-Programming-Language/phobos/compare/865c7a6f9d00...e0757c5ded41
More information about the phobos
mailing list