September 07, 2015 [phobos] [D-Programming-Language/phobos] 0c28c7: fix issue 14920 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 0c28c7717437b10570677994112fc874e196d26a https://github.com/D-Programming-Language/phobos/commit/0c28c7717437b10570677994112fc874e196d26a Author: tobias <tobias.stengel@student.kit.edu> Date: 2015-08-15 (Sat, 15 Aug 2015) Changed paths: M std/container/slist.d Log Message: ----------- fix issue 14920 Commit: aac09abf0a8f8624e81bbac4ded38b941cc768d9 https://github.com/D-Programming-Language/phobos/commit/aac09abf0a8f8624e81bbac4ded38b941cc768d9 Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2015-08-16 (Sun, 16 Aug 2015) Changed paths: M std/container/slist.d Log Message: ----------- Merge pull request #3557 from tosttost/issue_14920 fix issue 14920 - [REG2.067.0] SList.insertAfter on uninitialized list triggers assertion in _first targeting stable branch Commit: 70cd96b12f2d2a3e4ac50ccb3f9dfb77905c9d42 https://github.com/D-Programming-Language/phobos/commit/70cd96b12f2d2a3e4ac50ccb3f9dfb77905c9d42 Author: Martin Nowak <code@dawg.eu> Date: 2015-08-23 (Sun, 23 Aug 2015) Changed paths: M std/range/package.d Log Message: ----------- add another generate example - based on #3540 Commit: bd6a629ba6457b5e2cb4de97cd46bd2608142a99 https://github.com/D-Programming-Language/phobos/commit/bd6a629ba6457b5e2cb4de97cd46bd2608142a99 Author: Martin Nowak <code@dawg.eu> Date: 2015-08-23 (Sun, 23 Aug 2015) Changed paths: M std/range/package.d Log Message: ----------- fix doc generation - example unittests must directly follow the declaration Commit: eaa04bffd2d88eb7265a76d45aa2314501eb33bc https://github.com/D-Programming-Language/phobos/commit/eaa04bffd2d88eb7265a76d45aa2314501eb33bc Author: Robert Schadek <robert.schadek@informatik.uni-oldenburg.de> Date: 2015-08-24 (Mon, 24 Aug 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3575 from MartinNowak/redo3540 fix doc generation Commit: 6579c574bbcc53944a2060f3d1eadc1fa5516f51 https://github.com/D-Programming-Language/phobos/commit/6579c574bbcc53944a2060f3d1eadc1fa5516f51 Author: k-hara <k.hara.pg@gmail.com> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M std/algorithm/iteration.d Log Message: ----------- fix Issue 14904 - bad error message in reduce: 'Incompatible function/seed/element' The verbose message is shown only when the given `fun` is actually valid. Commit: 76a5087312382ff0b16840d4c2501dc8ba6abda0 https://github.com/D-Programming-Language/phobos/commit/76a5087312382ff0b16840d4c2501dc8ba6abda0 Author: Martin Nowak <code@dawg.eu> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M std/algorithm/iteration.d Log Message: ----------- Merge pull request #3580 from 9rnsr/fix14904 [REG2.067.0] Issue 14904 - bad error message in reduce: 'Incompatible function/seed/element' Commit: 93500a3b6aff41f146f0d8201978d1b8ed6c438d https://github.com/D-Programming-Language/phobos/commit/93500a3b6aff41f146f0d8201978d1b8ed6c438d Author: Walter Bright <walter@walterbright.com> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M win64.mak Log Message: ----------- Merge pull request #3150 from rainers/build_win32coff Add targets for Win32/COFF to win64.mak Commit: 156bf68ef7008343755ab450facdd0e5604f6fac https://github.com/D-Programming-Language/phobos/commit/156bf68ef7008343755ab450facdd0e5604f6fac Author: k-hara <k.hara.pg@gmail.com> Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M std/internal/cstring.d Log Message: ----------- fix Issue 14980 - getAddressInfo(null) broken Commit: e885e163f0acc034f98f53ca59a809a82ade064f https://github.com/D-Programming-Language/phobos/commit/e885e163f0acc034f98f53ca59a809a82ade064f Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M std/socket.d Log Message: ----------- std.socket: Add test for issue 14980 Commit: 4ffc931239cd4a1626b324a539938b738f9f645f https://github.com/D-Programming-Language/phobos/commit/4ffc931239cd4a1626b324a539938b738f9f645f Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M std/process.d Log Message: ----------- Merge pull request #3432 from 9rnsr/fix_alloca Prevent using alloca and tempCString in same functions Commit: e06c7a9e607bc7ca37958459c079e81c35893250 https://github.com/D-Programming-Language/phobos/commit/e06c7a9e607bc7ca37958459c079e81c35893250 Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M std/internal/cstring.d Log Message: ----------- Merge pull request #3612 from 9rnsr/fix14980 [REG2.068] Issue 14980 - getAddressInfo(null) broken Commit: 63459a437a4375f97659b390122bb46a03658a5d https://github.com/D-Programming-Language/phobos/commit/63459a437a4375f97659b390122bb46a03658a5d Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M std/process.d Log Message: ----------- Merge pull request #3614 from 9rnsr/fix_alloca Merge pull request #3432 from 9rnsr/fix_alloca Commit: 564389e89b6398c99c206381cdfc8599e08c63cf https://github.com/D-Programming-Language/phobos/commit/564389e89b6398c99c206381cdfc8599e08c63cf Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M std/socket.d Log Message: ----------- Merge pull request #3613 from CyberShadow/pull-20150830-042721 std.socket: Add test for issue 14980 Commit: 18c5b270e0d38b6588a85b83923d5ef1e092e892 https://github.com/D-Programming-Language/phobos/commit/18c5b270e0d38b6588a85b83923d5ef1e092e892 Author: Martin Nowak <code@dawg.eu> Date: 2015-09-07 (Mon, 07 Sep 2015) Changed paths: M std/algorithm/iteration.d M std/container/slist.d M std/internal/cstring.d M std/range/package.d M std/socket.d Log Message: ----------- Merge remote-tracking branch 'upstream/stable' into merge_stable Conflicts: std/internal/cstring.d win64.mak Commit: 12119cf360d34883e081a34ca841ac4720a2ec55 https://github.com/D-Programming-Language/phobos/commit/12119cf360d34883e081a34ca841ac4720a2ec55 Author: Martin Nowak <code@dawg.eu> Date: 2015-09-07 (Mon, 07 Sep 2015) Changed paths: M std/internal/cstring.d Log Message: ----------- fix tempCString to support null cstring results again Commit: bb7e5fb3ccb10bd71f93522b0b3983d932ae2bf4 https://github.com/D-Programming-Language/phobos/commit/bb7e5fb3ccb10bd71f93522b0b3983d932ae2bf4 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M std/algorithm/iteration.d M std/container/slist.d M std/internal/cstring.d M std/range/package.d M std/socket.d Log Message: ----------- Merge pull request #3634 from MartinNowak/merge_stable Merge remote-tracking branch 'upstream/stable' into merge_stable Compare: https://github.com/D-Programming-Language/phobos/compare/12c0a1329bc7...bb7e5fb3ccb1 |
Copyright © 1999-2021 by the D Language Foundation