From phobos at puremagic.com Wed Oct 1 07:15:43 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 01 Oct 2014 07:15:43 -0700 Subject: [phobos] [D-Programming-Language/phobos] 42fa02: Categorize functions in std.math Message-ID: <542c0c8fc25de_20943fce44e452bc4309f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 42fa0262da3d56337073bd17073209835724add9 https://github.com/D-Programming-Language/phobos/commit/42fa0262da3d56337073bd17073209835724add9 Author: Mark Isaacson Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M std/math.d M std/string.d Log Message: ----------- Categorize functions in std.math Commit: 8e1633eb562ddccb0e2d23828b4a70bdcc06ca2e https://github.com/D-Programming-Language/phobos/commit/8e1633eb562ddccb0e2d23828b4a70bdcc06ca2e Author: H. S. Teoh Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M std/math.d M std/string.d Log Message: ----------- Merge pull request #2567 from markisaa/issue_13555 Categorize functions in std.math Compare: https://github.com/D-Programming-Language/phobos/compare/4ae1b147a352...8e1633eb562d From phobos at puremagic.com Wed Oct 1 10:23:13 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 01 Oct 2014 10:23:13 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8affb0: More constness checks Message-ID: <542c3881c242b_72143ffd8acdb2bc28082@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8affb003e9c8075dd2aa89574ef862d5d333e627 https://github.com/D-Programming-Language/phobos/commit/8affb003e9c8075dd2aa89574ef862d5d333e627 Author: Per Nordlöw Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M std/container/array.d Log Message: ----------- More constness checks Commit: b1c5fe76a2f1d0821bc111e0aaca3ebb724e9b4c https://github.com/D-Programming-Language/phobos/commit/b1c5fe76a2f1d0821bc111e0aaca3ebb724e9b4c Author: monarch dodra Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M std/container/array.d Log Message: ----------- Merge pull request #2576 from nordlow/inout-array-take2 More constness checks for #2573 Compare: https://github.com/D-Programming-Language/phobos/compare/8e1633eb562d...b1c5fe76a2f1 From phobos at puremagic.com Wed Oct 1 10:55:33 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 01 Oct 2014 10:55:33 -0700 Subject: [phobos] [D-Programming-Language/phobos] 46a159: Link to building dmd/druntime and friends Message-ID: <542c401558ba7_2c123ff1917b92c09556e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 46a15995e85d8dc9efa6383bc94a06c2ef41002e https://github.com/D-Programming-Language/phobos/commit/46a15995e85d8dc9efa6383bc94a06c2ef41002e Author: Robert burner Schadek Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- Link to building dmd/druntime and friends Commit: 2a5d33856cafb79ba5de24b0cde0858514a5773f https://github.com/D-Programming-Language/phobos/commit/2a5d33856cafb79ba5de24b0cde0858514a5773f Author: H. S. Teoh Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M CONTRIBUTING.md Log Message: ----------- Merge pull request #2575 from burner/contributing Link to building dmd/druntime and friends Compare: https://github.com/D-Programming-Language/phobos/compare/b1c5fe76a2f1...2a5d33856caf From phobos at puremagic.com Wed Oct 1 13:11:58 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 01 Oct 2014 13:11:58 -0700 Subject: [phobos] [D-Programming-Language/phobos] 3bdee7: Remove typedef handling Message-ID: <542c600eb9933_21493fe52500d29c114454@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3bdee722c26c27df3c629c4aeb000a358d5e6df3 https://github.com/D-Programming-Language/phobos/commit/3bdee722c26c27df3c629c4aeb000a358d5e6df3 Author: k-hara Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M std/format.d M std/traits.d Log Message: ----------- Remove typedef handling Commit: d0c6d6a61fdc2d9b66f9958d09f9e64eae4b6033 https://github.com/D-Programming-Language/phobos/commit/d0c6d6a61fdc2d9b66f9958d09f9e64eae4b6033 Author: k-hara Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M std/format.d M std/traits.d Log Message: ----------- Clean unittest code Commit: 157ca144e44bc9d930270f84fefcde8fb140bc1b https://github.com/D-Programming-Language/phobos/commit/157ca144e44bc9d930270f84fefcde8fb140bc1b Author: Dmitry Olshansky Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M std/format.d M std/traits.d Log Message: ----------- Merge pull request #2577 from 9rnsr/remove_typedef Remove code for typedef Compare: https://github.com/D-Programming-Language/phobos/compare/2a5d33856caf...157ca144e44b From phobos at puremagic.com Thu Oct 2 08:14:28 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 02 Oct 2014 08:14:28 -0700 Subject: [phobos] [D-Programming-Language/phobos] c8242f: std.algorithm: Add cache and cacheBidirectional to... Message-ID: <542d6bd4b96a6_37e93fd1a9f352b8152da@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c8242fe580ef0dbb7a0c5a261e8a6c8b6d8eac66 https://github.com/D-Programming-Language/phobos/commit/c8242fe580ef0dbb7a0c5a261e8a6c8b6d8eac66 Author: Vladimir Panteleev Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- std.algorithm: Add cache and cacheBidirectional to the cheat sheet Commit: 62df16c8834e8c195a41e7d16d40affd0101c775 https://github.com/D-Programming-Language/phobos/commit/62df16c8834e8c195a41e7d16d40affd0101c775 Author: monarch dodra Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #2578 from CyberShadow/pull-20141002-142817 std.algorithm: Add cache and cacheBidirectional to the cheat sheet Compare: https://github.com/D-Programming-Language/phobos/compare/157ca144e44b...62df16c8834e From phobos at puremagic.com Thu Oct 2 10:38:50 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 02 Oct 2014 10:38:50 -0700 Subject: [phobos] [D-Programming-Language/tools] 0d4bed: rdmd: Fix std.process.getenv deprecation warning Message-ID: <542d8daab70d3_417a3fced9d0f2b82325b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/tools Commit: 0d4bed1b214ce34a44c1dd83eefb2a596735fabc https://github.com/D-Programming-Language/tools/commit/0d4bed1b214ce34a44c1dd83eefb2a596735fabc Author: Vladimir Panteleev Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M rdmd.d Log Message: ----------- rdmd: Fix std.process.getenv deprecation warning Use tempDir instead. Commit: b405e0dccda99e7df909c42571b40db4b43b6610 https://github.com/D-Programming-Language/tools/commit/b405e0dccda99e7df909c42571b40db4b43b6610 Author: H. S. Teoh Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M rdmd.d Log Message: ----------- Merge pull request #148 from CyberShadow/pull-20141002-131925 rdmd: Fix std.process.getenv deprecation warning Compare: https://github.com/D-Programming-Language/tools/compare/f1b065dfcbe4...b405e0dccda9 From phobos at puremagic.com Thu Oct 2 11:46:36 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 02 Oct 2014 11:46:36 -0700 Subject: [phobos] [D-Programming-Language/phobos] 744766: sqlite3 update Message-ID: <542d9d8cc781d_387a3f9d738c92b810384c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 744766116b0625fd9f60b41bad1137e29ea08567 https://github.com/D-Programming-Language/phobos/commit/744766116b0625fd9f60b41bad1137e29ea08567 Author: Robert burner Schadek Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M etc/c/sqlite3.d Log Message: ----------- sqlite3 update -- new enums -- whitespace fixes -- struct {}; to struct {} quickfur Commit: 7ae388801f4aaa2467998cf1397265238fe2ea4e https://github.com/D-Programming-Language/phobos/commit/7ae388801f4aaa2467998cf1397265238fe2ea4e Author: H. S. Teoh Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M etc/c/sqlite3.d Log Message: ----------- Merge pull request #2574 from burner/sqlite3_update sqlite3 update Compare: https://github.com/D-Programming-Language/phobos/compare/62df16c8834e...7ae388801f4a From phobos at puremagic.com Thu Oct 2 21:42:04 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 02 Oct 2014 21:42:04 -0700 Subject: [phobos] [D-Programming-Language/phobos] f23fce: Mark std.uni.isRegionalIndicator as safe Message-ID: <542e291cd3add_43f73fd825a232c0108587@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f23fce0026a82bfba297de7edaf43fa07960b06c https://github.com/D-Programming-Language/phobos/commit/f23fce0026a82bfba297de7edaf43fa07960b06c Author: Tomoya Tanjo Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.isRegionalIndicator as safe Commit: d3415e71dd59209a4c6c6c8d85bc61489514a56b https://github.com/D-Programming-Language/phobos/commit/d3415e71dd59209a4c6c6c8d85bc61489514a56b Author: H. S. Teoh Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2579 from tom-tan/safe-uni-isRegionalIndicator Mark std.uni.isRegionalIndicator as safe Compare: https://github.com/D-Programming-Language/phobos/compare/7ae388801f4a...d3415e71dd59 From phobos at puremagic.com Fri Oct 3 06:56:00 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Oct 2014 06:56:00 -0700 Subject: [phobos] [D-Programming-Language/phobos] 447556: std.windows.syserror: Fix langId parameter being i... Message-ID: <542eaaf0bac9e_3c0b3fa0d92ff29c6192d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 447556059def0ae456de6c374934f58ef5d3fb86 https://github.com/D-Programming-Language/phobos/commit/447556059def0ae456de6c374934f58ef5d3fb86 Author: Vladimir Panteleev Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- std.windows.syserror: Fix langId parameter being ignored Commit: 36ca6d91338a62aa0a41c2effa1eebcbcd2ed204 https://github.com/D-Programming-Language/phobos/commit/36ca6d91338a62aa0a41c2effa1eebcbcd2ed204 Author: H. S. Teoh Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- Merge pull request #2580 from CyberShadow/pull-20141003-060033 std.windows.syserror: Fix langId parameter being ignored Compare: https://github.com/D-Programming-Language/phobos/compare/d3415e71dd59...36ca6d91338a From phobos at puremagic.com Fri Oct 3 07:54:48 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Oct 2014 07:54:48 -0700 Subject: [phobos] [D-Programming-Language/phobos] 282fc0: Tweak cache constructor Message-ID: <542eb8b8bbbaa_3313fc7350692bc447da@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 282fc0189e879cfeef7a55c797c96e403ff12d07 https://github.com/D-Programming-Language/phobos/commit/282fc0189e879cfeef7a55c797c96e403ff12d07 Author: monarchdodra Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Tweak cache constructor Commit: 95222b884d7ad1a75b336f8f64a5a3bb2303ed1f https://github.com/D-Programming-Language/phobos/commit/95222b884d7ad1a75b336f8f64a5a3bb2303ed1f Author: H. S. Teoh Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #2582 from monarchdodra/cacheBug Tweak cache constructor Compare: https://github.com/D-Programming-Language/phobos/compare/36ca6d91338a...95222b884d7a From phobos at puremagic.com Sat Oct 4 07:39:38 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 04 Oct 2014 07:39:38 -0700 Subject: [phobos] [D-Programming-Language/phobos] 07b580: Fix 9906: unaryFun and binaryFun should recognize ... Message-ID: <543006aaed2e4_695b3fd8f0bdb2b88566e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 07b580b6ef1514bf61ef5a6406a53d3af688f5ee https://github.com/D-Programming-Language/phobos/commit/07b580b6ef1514bf61ef5a6406a53d3af688f5ee Author: H. S. Teoh Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M std/functional.d Log Message: ----------- Fix 9906: unaryFun and binaryFun should recognize static opCall Structs or classes with static `opCall` should be recognized as valid function objects. Commit: c8da8e3b4a2ad2725211c4ed116d8f69649bf771 https://github.com/D-Programming-Language/phobos/commit/c8da8e3b4a2ad2725211c4ed116d8f69649bf771 Author: H. S. Teoh Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M std/functional.d Log Message: ----------- Update ddocs. Commit: 3e200db2af7a5c59ffc50f9027ff19dcdaaedc7c https://github.com/D-Programming-Language/phobos/commit/3e200db2af7a5c59ffc50f9027ff19dcdaaedc7c Author: H. S. Teoh Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M std/functional.d Log Message: ----------- Revert AA/array extension to unaryFun. Per PR discussion. Commit: 6ab2d6401877b0af6763cf78b1049dc91d69f6d4 https://github.com/D-Programming-Language/phobos/commit/6ab2d6401877b0af6763cf78b1049dc91d69f6d4 Author: H. S. Teoh Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/functional.d Log Message: ----------- Fix broken case of function object with non-static opCall. Commit: 3b623f9939747fb687ccbcb5879eaf319e942f60 https://github.com/D-Programming-Language/phobos/commit/3b623f9939747fb687ccbcb5879eaf319e942f60 Author: Михаил Страшун Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/functional.d Log Message: ----------- Merge pull request #2556 from quickfur/issue9906 Fix 9906: extend unaryFun and binaryFun to recognize function objects Compare: https://github.com/D-Programming-Language/phobos/compare/95222b884d7a...3b623f993974 From phobos at puremagic.com Sat Oct 4 09:16:57 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 04 Oct 2014 09:16:57 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6e5496: Move prefix member function attributes to postfix Message-ID: <54301d7966540_27f83fca4d3df2a01109d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6e549691883ffb34ff4b2f18daebc8094c528108 https://github.com/D-Programming-Language/phobos/commit/6e549691883ffb34ff4b2f18daebc8094c528108 Author: k-hara Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/container/dlist.d M std/format.d M std/traits.d M std/typecons.d M std/xml.d Log Message: ----------- Move prefix member function attributes to postfix Commit: 5cf60d88e98969b36f821f82773d47da0dcdff0c https://github.com/D-Programming-Language/phobos/commit/5cf60d88e98969b36f821f82773d47da0dcdff0c Author: H. S. Teoh Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/container/dlist.d M std/format.d M std/traits.d M std/typecons.d M std/xml.d Log Message: ----------- Merge pull request #2585 from 9rnsr/fix12931 Move prefix member function attributes to postfix Compare: https://github.com/D-Programming-Language/phobos/compare/3b623f993974...5cf60d88e989 From phobos at puremagic.com Sat Oct 4 09:49:50 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 04 Oct 2014 09:49:50 -0700 Subject: [phobos] [D-Programming-Language/phobos] fb4052: fix doc Message-ID: <5430252e76258_33523fe151b8f2a09517a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: fb405239aeadfe5a12ef8a345f5028bc8ee5166e https://github.com/D-Programming-Language/phobos/commit/fb405239aeadfe5a12ef8a345f5028bc8ee5166e Author: Martin Nowak Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- fix doc Commit: eefb1e14097b9a0cce560231dfa101a96af7169f https://github.com/D-Programming-Language/phobos/commit/eefb1e14097b9a0cce560231dfa101a96af7169f Author: H. S. Teoh Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- Merge pull request #2583 from MartinNowak/doc fix doc Compare: https://github.com/D-Programming-Language/phobos/compare/5cf60d88e989...eefb1e14097b From phobos at puremagic.com Sun Oct 5 07:48:17 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 05 Oct 2014 07:48:17 -0700 Subject: [phobos] [D-Programming-Language/phobos] b3c917: Fix the arguments for std.windows.syserror.wenforc... Message-ID: <54315a31813ae_3edf3ff94180b2c02085@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b3c91789319fc8f3a2221b64f6f0c8470382ed1b https://github.com/D-Programming-Language/phobos/commit/b3c91789319fc8f3a2221b64f6f0c8470382ed1b Author: Tomoya Tanjo Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- Fix the arguments for std.windows.syserror.wenforce Commit: 6b19164b37925259a9992830e8c0bd5aa9f0b3b8 https://github.com/D-Programming-Language/phobos/commit/6b19164b37925259a9992830e8c0bd5aa9f0b3b8 Author: Tomoya Tanjo Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- Parameterize a string type for error message Commit: c1441c1dcfd52f89206dd5cdb111f3b6722fe0e8 https://github.com/D-Programming-Language/phobos/commit/c1441c1dcfd52f89206dd5cdb111f3b6722fe0e8 Author: Tomoya Tanjo Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- Add missing std.traits.isSomeString Commit: 74b9cf7fb06ce6fce01abaa713350615efe11c14 https://github.com/D-Programming-Language/phobos/commit/74b9cf7fb06ce6fce01abaa713350615efe11c14 Author: H. S. Teoh Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/windows/syserror.d Log Message: ----------- Merge pull request #2570 from tom-tan/fix-windows-syserror-wenforce Fix the arguments for std.windows.syserror.wenforce Compare: https://github.com/D-Programming-Language/phobos/compare/eefb1e14097b...74b9cf7fb06c From phobos at puremagic.com Mon Oct 6 08:38:51 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 06 Oct 2014 08:38:51 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6465b0: use sum instead of reduce in example code Message-ID: <5432b78b275e4_5c623f8bbf3a32b86354d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6465b0954810daceb5b940cda2f759519246a39d https://github.com/D-Programming-Language/phobos/commit/6465b0954810daceb5b940cda2f759519246a39d Author: Martin Nowak Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M std/stdio.d Log Message: ----------- use sum instead of reduce in example code Commit: f1c109c5b6ba6dbb81267f70e3ffacee79d4d144 https://github.com/D-Programming-Language/phobos/commit/f1c109c5b6ba6dbb81267f70e3ffacee79d4d144 Author: David Nadlinger Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M std/stdio.d Log Message: ----------- Merge pull request #2590 from MartinNowak/docs use sum instead of reduce in example code Compare: https://github.com/D-Programming-Language/phobos/compare/74b9cf7fb06c...f1c109c5b6ba From phobos at puremagic.com Mon Oct 6 10:16:24 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 06 Oct 2014 10:16:24 -0700 Subject: [phobos] [D-Programming-Language/phobos] 52b3e4: Make std.file.mkdir safe Message-ID: <5432ce686da1f_31973fc762e152bc48589@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 52b3e44ff520daaf1b2c3a69c663fdc90314767f https://github.com/D-Programming-Language/phobos/commit/52b3e44ff520daaf1b2c3a69c663fdc90314767f Author: Tomoya Tanjo Date: 2014-09-27 (Sat, 27 Sep 2014) Changed paths: M std/file.d Log Message: ----------- Make std.file.mkdir safe Commit: 1ef562de1fd3844cc0a825011ec94fa3f3e76a76 https://github.com/D-Programming-Language/phobos/commit/1ef562de1fd3844cc0a825011ec94fa3f3e76a76 Author: Tomoya Tanjo Date: 2014-09-27 (Sat, 27 Sep 2014) Changed paths: M std/file.d Log Message: ----------- Use std.windows.syserror.wenforce instead of cenforce on Windows Commit: 4de8acff18fa3ae9d0fd32af961ad79eba289d37 https://github.com/D-Programming-Language/phobos/commit/4de8acff18fa3ae9d0fd32af961ad79eba289d37 Author: Tomoya Tanjo Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M std/file.d Log Message: ----------- Fix the documentation for mkdir Commit: bae162b91689e295f6db021a689db41e587e4f5e https://github.com/D-Programming-Language/phobos/commit/bae162b91689e295f6db021a689db41e587e4f5e Author: H. S. Teoh Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Merge pull request #2560 from tom-tan/safe-file-mkdir Make std.file.mkdir safe Compare: https://github.com/D-Programming-Language/phobos/compare/f1c109c5b6ba...bae162b91689 From phobos at puremagic.com Mon Oct 6 17:22:18 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 06 Oct 2014 17:22:18 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8b3255: fix datetime test Message-ID: <5433323ac0c34_69d43fb543b252b869711@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8b32555eab42b9521d6f0655c4a19e51a0ff545d https://github.com/D-Programming-Language/phobos/commit/8b32555eab42b9521d6f0655c4a19e51a0ff545d Author: Igor Stepanov Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- fix datetime test Commit: d4d98124ab6cbef7097025a7cfd1161d1963c87e https://github.com/D-Programming-Language/phobos/commit/d4d98124ab6cbef7097025a7cfd1161d1963c87e Author: H. S. Teoh Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- Merge pull request #2592 from IgorStepanov/datetime-test-fix [trivial] fix datetime test Compare: https://github.com/D-Programming-Language/phobos/compare/bae162b91689...d4d98124ab6c From phobos at puremagic.com Wed Oct 8 07:37:39 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Oct 2014 07:37:39 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6ed5c5: Make std.file.symlink safe Message-ID: <54354c3363051_328a3fa3df4852c0464cb@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6ed5c51163ee652d2dca14fb215702a1eaf5207e https://github.com/D-Programming-Language/phobos/commit/6ed5c51163ee652d2dca14fb215702a1eaf5207e Author: Tomoya Tanjo Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Make std.file.symlink safe Commit: 9756180bc2aa8e3720c920610d35f8ac951c39f7 https://github.com/D-Programming-Language/phobos/commit/9756180bc2aa8e3720c920610d35f8ac951c39f7 Author: H. S. Teoh Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Merge pull request #2594 from tom-tan/safe-file-symlink Make std.file.symlink safe Compare: https://github.com/D-Programming-Language/phobos/compare/d4d98124ab6c...9756180bc2aa From phobos at puremagic.com Wed Oct 8 08:01:30 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Oct 2014 08:01:30 -0700 Subject: [phobos] [D-Programming-Language/phobos] a622cc: (trivial) (ddoc) more descriptive std.concurrency ... Message-ID: <543551ca737bf_61be3fba8a85b2c09389@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a622ccc2a0b36ec11b52f9b1679ee21e43def2a2 https://github.com/D-Programming-Language/phobos/commit/a622ccc2a0b36ec11b52f9b1679ee21e43def2a2 Author: Ferdinand Majerech Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M std/concurrency.d Log Message: ----------- (trivial) (ddoc) more descriptive std.concurrency doc. `ownerTid`/`childTid` are more descriptive/obvious when reading than just `tid` here. Commit: affb99caf9d3a2fc36028862878eed0918f5c55d https://github.com/D-Programming-Language/phobos/commit/affb99caf9d3a2fc36028862878eed0918f5c55d Author: H. S. Teoh Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M std/concurrency.d Log Message: ----------- Merge pull request #2595 from kiith-sa/patch-2 (trivial) (ddoc) more descriptive std.concurrency doc. Compare: https://github.com/D-Programming-Language/phobos/compare/9756180bc2aa...affb99caf9d3 From phobos at puremagic.com Wed Oct 8 12:32:59 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Oct 2014 12:32:59 -0700 Subject: [phobos] [D-Programming-Language/phobos] 7a267c: readd std.metastrings as empty and deprecated modu... Message-ID: <5435916b55f2f_61be3fba8a85b2c0988b5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7a267c4ba6bf5f89777ee88230503d7de9c29ee4 https://github.com/D-Programming-Language/phobos/commit/7a267c4ba6bf5f89777ee88230503d7de9c29ee4 Author: Martin Nowak Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M posix.mak A std/metastrings.d M win32.mak M win64.mak Log Message: ----------- readd std.metastrings as empty and deprecated module - Removing the deprecated module silently broke and code that still imported the module without using any of it's functions. Commit: bee0c80290bde11070c5ca35f02022639c980c5e https://github.com/D-Programming-Language/phobos/commit/bee0c80290bde11070c5ca35f02022639c980c5e Author: Михаил Страшун Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M posix.mak A std/metastrings.d M win32.mak M win64.mak Log Message: ----------- Merge pull request #2596 from MartinNowak/metastrings readd std.metastrings as deprecated module Compare: https://github.com/D-Programming-Language/phobos/compare/affb99caf9d3...bee0c80290bd From phobos at puremagic.com Wed Oct 8 13:08:11 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Oct 2014 13:08:11 -0700 Subject: [phobos] [D-Programming-Language/phobos] 26a52b: attributes for inline asm Message-ID: <543599abdcf24_36883f80e1e732bc69451@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 26a52bc2d909c4c4eb0fa4e0d01a11e1e1f45643 https://github.com/D-Programming-Language/phobos/commit/26a52bc2d909c4c4eb0fa4e0d01a11e1e1f45643 Author: Martin Nowak Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M std/internal/digest/sha_SSSE3.d M std/math.d Log Message: ----------- attributes for inline asm Commit: ddae9ae99dc0385de46ccb7193749fb3e171d01d https://github.com/D-Programming-Language/phobos/commit/ddae9ae99dc0385de46ccb7193749fb3e171d01d Author: Dmitry Olshansky Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/internal/digest/sha_SSSE3.d M std/math.d Log Message: ----------- Merge pull request #2572 from MartinNowak/asmAttributes attributes for inline asm Compare: https://github.com/D-Programming-Language/phobos/compare/bee0c80290bd...ddae9ae99dc0 From phobos at puremagic.com Thu Oct 9 04:35:21 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 09 Oct 2014 04:35:21 -0700 Subject: [phobos] [D-Programming-Language/phobos] 03dbb8: Mark a unittest for std.file.thisExePath as safe Message-ID: <543672f9537f2_cec3f9b193712b8293f4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 03dbb8044661c59760df26bd2a7859bd87a48374 https://github.com/D-Programming-Language/phobos/commit/03dbb8044661c59760df26bd2a7859bd87a48374 Author: Tomoya Tanjo Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Mark a unittest for std.file.thisExePath as safe Commit: f76f00f20e70ef968a1bb83af3b500adf8b26f65 https://github.com/D-Programming-Language/phobos/commit/f76f00f20e70ef968a1bb83af3b500adf8b26f65 Author: David Nadlinger Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Merge pull request #2600 from tom-tan/safe-unittest-file-thisExePath Mark a unittest for std.file.thisExePath as safe Compare: https://github.com/D-Programming-Language/phobos/compare/ddae9ae99dc0...f76f00f20e70 From phobos at puremagic.com Thu Oct 9 08:33:58 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 09 Oct 2014 08:33:58 -0700 Subject: [phobos] [D-Programming-Language/phobos] c57bed: Implement chunkBy. Message-ID: <5436aae61d56d_50683fa07f5fd2a08768@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c57bed55326cc047fa6357e8c677693c55dd6397 https://github.com/D-Programming-Language/phobos/commit/c57bed55326cc047fa6357e8c677693c55dd6397 Author: H. S. Teoh Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/range.d Log Message: ----------- Implement chunkBy. Commit: 05035451ccc0ce1d9c7f5c0067dbfae8c7d5a6b0 https://github.com/D-Programming-Language/phobos/commit/05035451ccc0ce1d9c7f5c0067dbfae8c7d5a6b0 Author: H. S. Teoh Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/range.d Log Message: ----------- Implement binary predicate for chunkBy. Commit: 70bec52d34765aad79e89aa62f8693378f22a3b1 https://github.com/D-Programming-Language/phobos/commit/70bec52d34765aad79e89aa62f8693378f22a3b1 Author: H. S. Teoh Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/algorithm.d M std/range.d Log Message: ----------- Move std.range.chunkBy to std.algorithm.groupBy. Commit: 95f143f279f7a502bcbf665334412fda7212320c https://github.com/D-Programming-Language/phobos/commit/95f143f279f7a502bcbf665334412fda7212320c Author: H. S. Teoh Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Refactor to eliminate redundant call to r.empty. .savePrev and .prev should be private. Commit: 753ad3a232d23f7f1d95a51fc1df01133d6b9ec5 https://github.com/D-Programming-Language/phobos/commit/753ad3a232d23f7f1d95a51fc1df01133d6b9ec5 Author: Михаил Страшун Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #1453 from quickfur/chunkBy Implement groupBy. Compare: https://github.com/D-Programming-Language/phobos/compare/f76f00f20e70...753ad3a232d2 From phobos at puremagic.com Fri Oct 10 03:52:35 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Oct 2014 03:52:35 -0700 Subject: [phobos] [D-Programming-Language/phobos] 26d7c6: Update to time zone conversions due to MS updates. Message-ID: <5437ba7316216_52443fbe84be729c99180@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 26d7c69bc9f4d72b86260ac683773e0d0e4747b0 https://github.com/D-Programming-Language/phobos/commit/26d7c69bc9f4d72b86260ac683773e0d0e4747b0 Author: jmdavis Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- Update to time zone conversions due to MS updates. Commit: 42cd114421393f224c093a71b2c1252664ff8178 https://github.com/D-Programming-Language/phobos/commit/42cd114421393f224c093a71b2c1252664ff8178 Author: David Nadlinger Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/datetime.d Log Message: ----------- Merge pull request #2598 from jmdavis/13592 Update to time zone conversions due to MS updates. Compare: https://github.com/D-Programming-Language/phobos/compare/753ad3a232d2...42cd11442139 From phobos at puremagic.com Fri Oct 10 12:22:18 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Oct 2014 12:22:18 -0700 Subject: [phobos] [D-Programming-Language/phobos] b7e5be: getopt had some trailing whitespace Message-ID: <543831eae2bbd_496e3f84be4dd2bc511bc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b7e5be954375b03d40072254dd88625542073d5c https://github.com/D-Programming-Language/phobos/commit/b7e5be954375b03d40072254dd88625542073d5c Author: Robert burner Schadek Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/getopt.d Log Message: ----------- getopt had some trailing whitespace Commit: a9f3641b552066c1630168bf0aa5e1c0ddc8248b https://github.com/D-Programming-Language/phobos/commit/a9f3641b552066c1630168bf0aa5e1c0ddc8248b Author: Walter Bright Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/getopt.d Log Message: ----------- Merge pull request #2604 from burner/getopt_trailing_whitespace getopt had some trailing whitespace Compare: https://github.com/D-Programming-Language/phobos/compare/42cd11442139...a9f3641b5520 From phobos at puremagic.com Fri Oct 10 12:22:54 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Oct 2014 12:22:54 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4c8349: typecons had some trailing whitespace Message-ID: <5438320e4bbda_471d3fb772b632bc733f0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4c83493a216f4fb66337daad338c5f3c4b474dd2 https://github.com/D-Programming-Language/phobos/commit/4c83493a216f4fb66337daad338c5f3c4b474dd2 Author: Robert burner Schadek Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/typecons.d Log Message: ----------- typecons had some trailing whitespace Commit: 92de949e9c44584202fe46988eb5ea0c6c04f428 https://github.com/D-Programming-Language/phobos/commit/92de949e9c44584202fe46988eb5ea0c6c04f428 Author: Walter Bright Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/typecons.d Log Message: ----------- Merge pull request #2605 from burner/typecons_trailing_whitespace typecons had some trailing whitespace Compare: https://github.com/D-Programming-Language/phobos/compare/a9f3641b5520...92de949e9c44 From phobos at puremagic.com Fri Oct 10 20:53:44 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Oct 2014 20:53:44 -0700 Subject: [phobos] [D-Programming-Language/phobos] 373e18: Correct documentation for anySatisfy Message-ID: <5438a9c8bd98_45e63f94bd1572a043758@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 373e1892b04c160131571e9ea3ffbf55e92525b4 https://github.com/D-Programming-Language/phobos/commit/373e1892b04c160131571e9ea3ffbf55e92525b4 Author: Kunal Bhalla Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/typetuple.d Log Message: ----------- Correct documentation for anySatisfy Commit: a5cd0d85ffb33a4db43ec5875e9d1126defd91e7 https://github.com/D-Programming-Language/phobos/commit/a5cd0d85ffb33a4db43ec5875e9d1126defd91e7 Author: Михаил Страшун Date: 2014-10-11 (Sat, 11 Oct 2014) Changed paths: M std/typetuple.d Log Message: ----------- Merge pull request #2608 from kunalb/patch-2 Correct documentation for anySatisfy Compare: https://github.com/D-Programming-Language/phobos/compare/92de949e9c44...a5cd0d85ffb3 From phobos at puremagic.com Mon Oct 13 06:09:05 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Oct 2014 06:09:05 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4a97ea: std.mmfile: Improve error handling Message-ID: <543bcef1dbbdc_38413fba55dbd2c075352@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4a97eab1a039ae26f3761566b729fdfcc648cc8b https://github.com/D-Programming-Language/phobos/commit/4a97eab1a039ae26f3761566b729fdfcc648cc8b Author: Vladimir Panteleev Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/mmfile.d Log Message: ----------- std.mmfile: Improve error handling Use wenforce instead of (inappropriately) errno. Switch from if blocks to scope blocks. Commit: b4afbeaf2df6ad900918ef9474cd0285dc8917b1 https://github.com/D-Programming-Language/phobos/commit/b4afbeaf2df6ad900918ef9474cd0285dc8917b1 Author: Vladimir Panteleev Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M std/mmfile.d Log Message: ----------- std.mmfile: Fix Windows anonymous mapping creation to conform to MSDN Commit: baf1a35d14b563d989dd3125122beb9421ab21c4 https://github.com/D-Programming-Language/phobos/commit/baf1a35d14b563d989dd3125122beb9421ab21c4 Author: Dmitry Olshansky Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/mmfile.d Log Message: ----------- Merge pull request #2506 from CyberShadow/pull-20140909-232228 std.mmfile: Improve error handling Compare: https://github.com/D-Programming-Language/phobos/compare/a5cd0d85ffb3...baf1a35d14b5 From phobos at puremagic.com Mon Oct 13 15:09:46 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Oct 2014 15:09:46 -0700 Subject: [phobos] [D-Programming-Language/phobos] 9e56b1: Merge pull request #2596 from MartinNowak/metastri... Message-ID: <543c4daa7b940_1b4e3fe7d13412c060477@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.066 Home: https://github.com/D-Programming-Language/phobos Commit: 9e56b1f85d6f0c658ab27fbbf587839767ca6729 https://github.com/D-Programming-Language/phobos/commit/9e56b1f85d6f0c658ab27fbbf587839767ca6729 Author: Martin Nowak Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M posix.mak A std/metastrings.d M win32.mak M win64.mak Log Message: ----------- Merge pull request #2596 from MartinNowak/metastrings readd std.metastrings as deprecated module Conflicts: posix.mak win32.mak win64.mak Commit: c8fccac8c20a3bdd6300128f610267a24d42473f https://github.com/D-Programming-Language/phobos/commit/c8fccac8c20a3bdd6300128f610267a24d42473f Author: Dmitry Olshansky Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M posix.mak A std/metastrings.d M win32.mak M win64.mak Log Message: ----------- Merge pull request #2610 from MartinNowak/2.066 Cherry-picks for 2.066.1 Compare: https://github.com/D-Programming-Language/phobos/compare/2eddb2fd4aa3...c8fccac8c20a From phobos at puremagic.com Tue Oct 14 18:50:31 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Oct 2014 18:50:31 -0700 Subject: [phobos] [D-Programming-Language/phobos] Message-ID: <543dd2e778a76_762a3fcedafd92b811828@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.066.1 Home: https://github.com/D-Programming-Language/phobos From phobos at puremagic.com Tue Oct 14 18:53:26 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Oct 2014 18:53:26 -0700 Subject: [phobos] [D-Programming-Language/tools] Message-ID: <543dd396e37b0_9dc3fdea2c972bc4459c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.066.1 Home: https://github.com/D-Programming-Language/tools From phobos at puremagic.com Tue Oct 14 19:56:39 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Oct 2014 19:56:39 -0700 Subject: [phobos] [D-Programming-Language/installer] 1ea4c0: Merge pull request #111 from brocolis/libcurl-7.38... Message-ID: <543de26723406_46e43fc1b66b92b81229b0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.066 Home: https://github.com/D-Programming-Language/installer Commit: 1ea4c07fbed92c090f5f9e1ffe8c1b9e2841f694 https://github.com/D-Programming-Language/installer/commit/1ea4c07fbed92c090f5f9e1ffe8c1b9e2841f694 Author: AndrewEdwards Date: 2014-10-11 (Sat, 11 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- Merge pull request #111 from brocolis/libcurl-7.38.0 Update libcurl-7.38.0 Commit: 7bc26ef26b8abf62b92ee2afbdb556e9c1dcaea6 https://github.com/D-Programming-Language/installer/commit/7bc26ef26b8abf62b92ee2afbdb556e9c1dcaea6 Author: Martin Nowak Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: A linux/icons/16/dmd-source.png A linux/icons/22/dmd-source.png A linux/icons/24/dmd-source.png A linux/icons/256/dmd-source.png A linux/icons/48/dmd-source.png Log Message: ----------- Merge pull request #80 from jordisayol/master Add icons and mimetypes for *.d, *.dd and *.di source code files on deb packages. Conflicts: linux/dmd_deb.sh linux/icons/32/dmd-source.png This was partly merged into 2.066 previosuly but the icons were missing. Commit: 6b69e05dc2012cbca9d75be2bb536e645ac51419 https://github.com/D-Programming-Language/installer/commit/6b69e05dc2012cbca9d75be2bb536e645ac51419 Author: Brad Anderson Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M create_dmd_release/build_all.d A linux/icons/16/dmd-source.png A linux/icons/22/dmd-source.png A linux/icons/24/dmd-source.png A linux/icons/256/dmd-source.png A linux/icons/48/dmd-source.png Log Message: ----------- Merge pull request #112 from MartinNowak/2.066 Merge pull request #111 from brocolis/libcurl-7.38.0 Compare: https://github.com/D-Programming-Language/installer/compare/191348e6727c...6b69e05dc201 From phobos at puremagic.com Tue Oct 14 20:09:51 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Oct 2014 20:09:51 -0700 Subject: [phobos] [D-Programming-Language/tools] 0e2b2a: Issue 13603 - rdmd: if dmd.conf is missing, always... Message-ID: <543de57f4bf30_1383f81695dd2a0687a1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/tools Commit: 0e2b2af16354084fe65d4a11eeb7b87d2edf93b5 https://github.com/D-Programming-Language/tools/commit/0e2b2af16354084fe65d4a11eeb7b87d2edf93b5 Author: Andrei Alexandrescu Date: 2014-10-11 (Sat, 11 Oct 2014) Changed paths: M rdmd.d Log Message: ----------- Issue 13603 - rdmd: if dmd.conf is missing, always rebuilds the target Commit: 8962f618bc8ffb145d385ba1112759fa245fb97d https://github.com/D-Programming-Language/tools/commit/8962f618bc8ffb145d385ba1112759fa245fb97d Author: Andrei Alexandrescu Date: 2014-10-11 (Sat, 11 Oct 2014) Changed paths: M rdmd.d Log Message: ----------- forgot some debug code Commit: 3d8733913bf20558f0b0189a15f7a1cb8f34fe81 https://github.com/D-Programming-Language/tools/commit/3d8733913bf20558f0b0189a15f7a1cb8f34fe81 Author: Martin Nowak Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M rdmd.d Log Message: ----------- Merge pull request #149 from andralex/master Issue 13603 - rdmd: if dmd.conf is missing, always rebuilds the target Compare: https://github.com/D-Programming-Language/tools/compare/b405e0dccda9...3d8733913bf2 From phobos at puremagic.com Tue Oct 14 20:19:36 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Oct 2014 20:19:36 -0700 Subject: [phobos] [D-Programming-Language/installer] 3d94d5: require old dmd version as separate command line a... Message-ID: <543de7c8adc65_4a523fc1628392b8599b2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/installer Commit: 3d94d5d8f26e2de6ea3a8bf947d9053034d8e97e https://github.com/D-Programming-Language/installer/commit/3d94d5d8f26e2de6ea3a8bf947d9053034d8e97e Author: Martin Nowak Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- require old dmd version as separate command line argument - using git describe doesn't work reliably in the following cases - uses pre-releases versions instead of the last release - skips tags that do not differ from HEAD (in the installer repo) - fails to determine ancestor when the release branch isn't merged back into master Commit: 0768187a667fa4033273458b54777f0a794e6247 https://github.com/D-Programming-Language/installer/commit/0768187a667fa4033273458b54777f0a794e6247 Author: Martin Nowak Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- only build installers for tagged versions - still allow branch builds without installers Commit: 89598d23501b9b2688b84d168ed99c562965bdae https://github.com/D-Programming-Language/installer/commit/89598d23501b9b2688b84d168ed99c562965bdae Author: Martin Nowak Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- fix issue when building only a single box Commit: 90de22f50d1392d19ca0ae41255beb9e8e6e9372 https://github.com/D-Programming-Language/installer/commit/90de22f50d1392d19ca0ae41255beb9e8e6e9372 Author: Martin Nowak Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M create_dmd_release/build_all.d M osx/Makefile Log Message: ----------- build installers for other OSes - updated debian version (required by linux installer scripts) - build OSX dmg - use version without 'v' prefix for zip file names, e.g. dmd.2.066.linux.zip fixup installer build Commit: 116085a434735c546f0ab2fd92e00843c5b50b56 https://github.com/D-Programming-Language/installer/commit/116085a434735c546f0ab2fd92e00843c5b50b56 Author: Martin Nowak Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- remove skipping a box when it was already - rather confusing during development and pointless during building Commit: 147e8b2b9f569c4ca13a05ffa7f5c18f4ef5ba66 https://github.com/D-Programming-Language/installer/commit/147e8b2b9f569c4ca13a05ffa7f5c18f4ef5ba66 Author: Martin Nowak Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- put all output files into a build folder Commit: c61ced287ecf97ae18528b930834db157fe4ed6f https://github.com/D-Programming-Language/installer/commit/c61ced287ecf97ae18528b930834db157fe4ed6f Author: Brad Anderson Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M create_dmd_release/build_all.d M osx/Makefile Log Message: ----------- Merge pull request #113 from MartinNowak/improveBuildTool improve build script Compare: https://github.com/D-Programming-Language/installer/compare/215e8c48323d...c61ced287ecf From phobos at puremagic.com Wed Oct 15 03:06:19 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Oct 2014 03:06:19 -0700 Subject: [phobos] [D-Programming-Language/installer] 7c561f: Merge pull request #113 from MartinNowak/improveBu... Message-ID: <543e471b2438e_50a13fd8ea0a929c84495@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.066 Home: https://github.com/D-Programming-Language/installer Commit: 7c561fe02336750d92027136ac7dc82174622381 https://github.com/D-Programming-Language/installer/commit/7c561fe02336750d92027136ac7dc82174622381 Author: Brad Anderson Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M create_dmd_release/build_all.d M osx/Makefile Log Message: ----------- Merge pull request #113 from MartinNowak/improveBuildTool improve build script From phobos at puremagic.com Wed Oct 15 03:06:39 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Oct 2014 03:06:39 -0700 Subject: [phobos] [D-Programming-Language/installer] Message-ID: <543e472f54592_2ac93fbbf2b432bc4978@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.066.1 Home: https://github.com/D-Programming-Language/installer From phobos at puremagic.com Wed Oct 15 07:17:41 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Oct 2014 07:17:41 -0700 Subject: [phobos] [D-Programming-Language/phobos] 093d63: Deprecate std.c.* and move all remaining declarati... Message-ID: <543e8205b1409_26bf3fe16b17929c4297b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 093d636de492625a6d686296d3cc6406671da9ff https://github.com/D-Programming-Language/phobos/commit/093d636de492625a6d686296d3cc6406671da9ff Author: Joakim Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M etc/c/curl.d M std/c/fenv.d M std/c/freebsd/socket.d M std/c/linux/linux.d M std/c/linux/linuxextern.d M std/c/linux/pthread.d M std/c/linux/socket.d M std/c/linux/termios.d M std/c/linux/tipc.d M std/c/locale.d M std/c/math.d M std/c/osx/socket.d M std/c/process.d M std/c/stdarg.d M std/c/stddef.d M std/c/stdio.d M std/c/stdlib.d M std/c/string.d M std/c/time.d M std/c/wcharh.d M std/c/windows/com.d M std/c/windows/stat.d M std/c/windows/windows.d M std/cstream.d M std/format.d M std/internal/math/biguintcore.d M std/mmfile.d M std/numeric.d M std/outbuffer.d M std/path.d M std/process.d M std/random.d M std/signals.d M std/socket.d M std/stdio.d M std/stream.d M std/syserror.d M std/uri.d M std/windows/charset.d M std/windows/iunknown.d M std/windows/registry.d Log Message: ----------- Deprecate std.c.* and move all remaining declarations to core.stdc.* Commit: af0629ec7c51f2bc26c88f2711da665d059b7b18 https://github.com/D-Programming-Language/phobos/commit/af0629ec7c51f2bc26c88f2711da665d059b7b18 Author: Daniel Murphy Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M etc/c/curl.d M std/c/fenv.d M std/c/freebsd/socket.d M std/c/linux/linux.d M std/c/linux/linuxextern.d M std/c/linux/pthread.d M std/c/linux/socket.d M std/c/linux/termios.d M std/c/linux/tipc.d M std/c/locale.d M std/c/math.d M std/c/osx/socket.d M std/c/process.d M std/c/stdarg.d M std/c/stddef.d M std/c/stdio.d M std/c/stdlib.d M std/c/string.d M std/c/time.d M std/c/wcharh.d M std/c/windows/com.d M std/c/windows/stat.d M std/c/windows/windows.d M std/cstream.d M std/format.d M std/internal/math/biguintcore.d M std/mmfile.d M std/numeric.d M std/outbuffer.d M std/path.d M std/process.d M std/random.d M std/signals.d M std/socket.d M std/stdio.d M std/stream.d M std/syserror.d M std/uri.d M std/windows/charset.d M std/windows/iunknown.d M std/windows/registry.d Log Message: ----------- Merge pull request #2337 from joakim-noah/deprecate_std_c Deprecate std.c.* and move all remaining declarations to core.stdc.* Compare: https://github.com/D-Programming-Language/phobos/compare/baf1a35d14b5...af0629ec7c51 From phobos at puremagic.com Wed Oct 15 19:13:10 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Oct 2014 19:13:10 -0700 Subject: [phobos] [D-Programming-Language/tools] 81e2c3: lock dub selections to a combination that successf... Message-ID: <543f29b6e2fb_21853f86ddced29c100856@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/tools Commit: 81e2c3e60903cd5ab68e63054226fd007c98942c https://github.com/D-Programming-Language/tools/commit/81e2c3e60903cd5ab68e63054226fd007c98942c Author: Martin Nowak Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M dpl-docs/dub.selections.json Log Message: ----------- lock dub selections to a combination that successfully builds - vibe.d-rc.3 Commit: 9e3141b9abb1c0bc0ee6485d58e2ef32216a88ad https://github.com/D-Programming-Language/tools/commit/9e3141b9abb1c0bc0ee6485d58e2ef32216a88ad Author: Martin Nowak Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M dpl-docs/views/inc.disqus.dt Log Message: ----------- load disqus over same schema as hosting page - support for https hosting Commit: 2ea96972a4d0b3b35ecb40cc07c6f489f11adef5 https://github.com/D-Programming-Language/tools/commit/2ea96972a4d0b3b35ecb40cc07c6f489f11adef5 Author: Martin Nowak Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M dpl-docs/views/layout.dt Log Message: ----------- remove google ad footer - see https://github.com/D-Programming-Language/dlang.org/pull/626 Commit: 978aab88279b66b2cf31593d1ce2885758b83c53 https://github.com/D-Programming-Language/tools/commit/978aab88279b66b2cf31593d1ce2885758b83c53 Author: Andrei Alexandrescu Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M dpl-docs/dub.selections.json M dpl-docs/views/inc.disqus.dt M dpl-docs/views/layout.dt Log Message: ----------- Merge pull request #150 from MartinNowak/dplDocs some dpl-docs fixes (building docs 2.066.1) Compare: https://github.com/D-Programming-Language/tools/compare/3d8733913bf2...978aab88279b From phobos at puremagic.com Thu Oct 16 15:16:50 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 16 Oct 2014 15:16:50 -0700 Subject: [phobos] [D-Programming-Language/phobos] 0fb95b: Usage of WEB macro for License everywhere Message-ID: <544043d24f183_51f73fbd37dc92c0509b3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 0fb95b8c2746578397f4a114fc6041c6433a89f9 https://github.com/D-Programming-Language/phobos/commit/0fb95b8c2746578397f4a114fc6041c6433a89f9 Author: Geod24 Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M std/bigint.d M std/bitmanip.d M std/compiler.d M std/concurrency.d M std/cstream.d M std/datetime.d M std/demangle.d M std/digest/crc.d M std/digest/digest.d M std/digest/md.d M std/digest/ripemd.d M std/digest/sha.d M std/encoding.d M std/getopt.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/process.d M std/random.d M std/signals.d M std/socket.d M std/stdint.d M std/stdiobase.d M std/traits.d M std/typelist.d M std/typetuple.d M std/uni.d M std/uri.d M std/uuid.d M std/variant.d M std/windows/charset.d M std/windows/registry.d M std/windows/syserror.d M std/xml.d M std/zip.d M std/zlib.d M unittest.d Log Message: ----------- Usage of WEB macro for License everywhere Commit: e9fad4844a40f96a2cd7827bad44de4c835b5bc5 https://github.com/D-Programming-Language/phobos/commit/e9fad4844a40f96a2cd7827bad44de4c835b5bc5 Author: Geod24 Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M std/zlib.d Log Message: ----------- Fix incorrect link to zlib Commit: c855945f46e75d81a61a3467e23c06a5daf1060b https://github.com/D-Programming-Language/phobos/commit/c855945f46e75d81a61a3467e23c06a5daf1060b Author: Martin Nowak Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M std/bigint.d M std/bitmanip.d M std/compiler.d M std/concurrency.d M std/cstream.d M std/datetime.d M std/demangle.d M std/digest/crc.d M std/digest/digest.d M std/digest/md.d M std/digest/ripemd.d M std/digest/sha.d M std/encoding.d M std/getopt.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/process.d M std/random.d M std/signals.d M std/socket.d M std/stdint.d M std/stdiobase.d M std/traits.d M std/typelist.d M std/typetuple.d M std/uni.d M std/uri.d M std/uuid.d M std/variant.d M std/windows/charset.d M std/windows/registry.d M std/windows/syserror.d M std/xml.d M std/zip.d M std/zlib.d M unittest.d Log Message: ----------- Merge pull request #2614 from Geod24/fix-license-doc [DDOC] Usage of WEB macro for License everywhere Compare: https://github.com/D-Programming-Language/phobos/compare/af0629ec7c51...c855945f46e7 From phobos at puremagic.com Fri Oct 17 09:40:18 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 17 Oct 2014 09:40:18 -0700 Subject: [phobos] [D-Programming-Language/phobos] 5ba41f: Mark std.uni.floorPowerOf2 and ceilPowerOf2 as nog... Message-ID: <54414672c1ed4_f643fb0def2929c70019@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 5ba41f4a245b1be533ade22eeba4f318d596eb7a https://github.com/D-Programming-Language/phobos/commit/5ba41f4a245b1be533ade22eeba4f318d596eb7a Author: Tomoya Tanjo Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.floorPowerOf2 and ceilPowerOf2 as nogc Commit: d4d60e201d9fdeb2adcdba1ba276be6216ea6033 https://github.com/D-Programming-Language/phobos/commit/d4d60e201d9fdeb2adcdba1ba276be6216ea6033 Author: David Nadlinger Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2620 from tom-tan/nogc-uni-floorPowerOf2-ceilPowerOf2 Mark std.uni.floorPowerOf2 and ceilPowerOf2 as nogc Compare: https://github.com/D-Programming-Language/phobos/compare/c855945f46e7...d4d60e201d9f From phobos at puremagic.com Sat Oct 18 23:00:11 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 18 Oct 2014 23:00:11 -0700 Subject: [phobos] [D-Programming-Language/phobos] 77de1e: Mark std.uni.replicateBits as safe, pure, nothrow ... Message-ID: <5443536bc229d_3baf3f9e450dd2c010224e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 77de1efcf8c40b599ac4d3487eb5a3df2b5c9479 https://github.com/D-Programming-Language/phobos/commit/77de1efcf8c40b599ac4d3487eb5a3df2b5c9479 Author: Tomoya Tanjo Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.replicateBits as safe, pure, nothrow and nogc Commit: d5074fc215cd69c50ed4dee6c45779d9e476f83c https://github.com/D-Programming-Language/phobos/commit/d5074fc215cd69c50ed4dee6c45779d9e476f83c Author: Tomoya Tanjo Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Replace reduce!"a+b" with sum Commit: ac3118693b27df6e8ff1592fde06e6f9c5819e2d https://github.com/D-Programming-Language/phobos/commit/ac3118693b27df6e8ff1592fde06e6f9c5819e2d Author: Daniel Murphy Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2619 from tom-tan/safe-pure-nothrow-nogc-uni-replicateBits Mark std.uni.replicateBits as safe, pure, nothrow and nogc Compare: https://github.com/D-Programming-Language/phobos/compare/d4d60e201d9f...ac3118693b27 From phobos at puremagic.com Sun Oct 19 08:53:27 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 08:53:27 -0700 Subject: [phobos] [D-Programming-Language/phobos] 2bec7f: Make std.file.DirEntry._ensureStatDone safe Message-ID: <5443de77d0f2e_68ed3fe6d29e92bc662fd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 2bec7fc296582b32f033b751d49efcbaedfa64b0 https://github.com/D-Programming-Language/phobos/commit/2bec7fc296582b32f033b751d49efcbaedfa64b0 Author: Tomoya Tanjo Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Make std.file.DirEntry._ensureStatDone safe Commit: a62bdfe63f472518bc16bbc950311edae9a534b3 https://github.com/D-Programming-Language/phobos/commit/a62bdfe63f472518bc16bbc950311edae9a534b3 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Merge pull request #2601 from tom-tan/safe-file-DirEntry-_ensureStatDone Make std.file.DirEntry._ensureStatDone safe Compare: https://github.com/D-Programming-Language/phobos/compare/ac3118693b27...a62bdfe63f47 From phobos at puremagic.com Sun Oct 19 09:03:50 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 09:03:50 -0700 Subject: [phobos] [D-Programming-Language/phobos] a4f200: Mark std.uni.spaceFor as safe and nogc Message-ID: <5443e0e6918b1_236c3fa36318b2bc81c4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a4f200e9d45daa2840b66b765741317fd9cd4ff3 https://github.com/D-Programming-Language/phobos/commit/a4f200e9d45daa2840b66b765741317fd9cd4ff3 Author: Tomoya Tanjo Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.spaceFor as safe and nogc Commit: f1cc2d498a751fec5346e851de0dde00af90f987 https://github.com/D-Programming-Language/phobos/commit/f1cc2d498a751fec5346e851de0dde00af90f987 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2623 from tom-tan/safe-nogc-uni-spaceFor Mark std.uni.spaceFor as safe and nogc Compare: https://github.com/D-Programming-Language/phobos/compare/a62bdfe63f47...f1cc2d498a75 From phobos at puremagic.com Sun Oct 19 09:41:48 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 09:41:48 -0700 Subject: [phobos] [D-Programming-Language/phobos] 43a1e2: fix Issue 12915 - RedBlackTree leaks memory Message-ID: <5443e9cc8eb36_1c1c3fbab79db2bc30554@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 43a1e276fe00c70239f713757f4161303f114c1d https://github.com/D-Programming-Language/phobos/commit/43a1e276fe00c70239f713757f4161303f114c1d Author: Martin Nowak Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- fix Issue 12915 - RedBlackTree leaks memory Commit: 3ebaa088eecc5322ab7bf8a80124c4ef9f4be223 https://github.com/D-Programming-Language/phobos/commit/3ebaa088eecc5322ab7bf8a80124c4ef9f4be223 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Merge pull request #2625 from MartinNowak/fix12915 fix Issue 12915 - RedBlackTree leaks memory Compare: https://github.com/D-Programming-Language/phobos/compare/f1cc2d498a75...3ebaa088eecc From phobos at puremagic.com Sun Oct 19 10:07:06 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 10:07:06 -0700 Subject: [phobos] [D-Programming-Language/phobos] ee683a: Unnamed parameters for ParameterIdentifierTuple, f... Message-ID: <5443efba5701_24973f9f447ef2c01196c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: ee683ae79f7ec828a7bff54c84b4472693dff591 https://github.com/D-Programming-Language/phobos/commit/ee683ae79f7ec828a7bff54c84b4472693dff591 Author: Geod24 Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M std/traits.d Log Message: ----------- Unnamed parameters for ParameterIdentifierTuple, fix name conflict for ParameterDefaultValueTuple Commit: fcfaad86bea983e2cd6936caa804adf7fef5af12 https://github.com/D-Programming-Language/phobos/commit/fcfaad86bea983e2cd6936caa804adf7fef5af12 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #2624 from Geod24/fix-paramtuples Unnamed parameters for ParameterIdentifierTuple, fix name conflict for ParameterDefaultValueTuple Compare: https://github.com/D-Programming-Language/phobos/compare/3ebaa088eecc...fcfaad86bea9 From phobos at puremagic.com Sun Oct 19 10:29:34 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 10:29:34 -0700 Subject: [phobos] [D-Programming-Language/phobos] 3200b0: Improve find's @safety Message-ID: <5443f4fe71edf_29f73f83dcfa52b8261e5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3200b0864469ac1c523e75964f893f6a36ce49a0 https://github.com/D-Programming-Language/phobos/commit/3200b0864469ac1c523e75964f893f6a36ce49a0 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Improve find's @safety Commit: f70e1e41e453eec3a879770035128b5f3f9be89c https://github.com/D-Programming-Language/phobos/commit/f70e1e41e453eec3a879770035128b5f3f9be89c Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d M std/random.d Log Message: ----------- Fix unpredictableSeed so that rndstuff can be used in @safe code Allows: 1) canFind's tests to be @safe 2) allows the remainder of find's tests to be @safe Commit: aeaf63ede70e6dd36c070f291e21bc76031b29e1 https://github.com/D-Programming-Language/phobos/commit/aeaf63ede70e6dd36c070f291e21bc76031b29e1 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- map should be @safe Commit: 1666bb6821fcadcc6e8ada6f4ce556671941a1a4 https://github.com/D-Programming-Language/phobos/commit/1666bb6821fcadcc6e8ada6f4ce556671941a1a4 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/range.d Log Message: ----------- cycle should be @safe Commit: ee08f39af5fbb5c05e062316c366bca1f7df11ea https://github.com/D-Programming-Language/phobos/commit/ee08f39af5fbb5c05e062316c366bca1f7df11ea Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- equal should be @safe Commit: 61a01cbf27565209df7a163a30c4da89bfdb7e5f https://github.com/D-Programming-Language/phobos/commit/61a01cbf27565209df7a163a30c4da89bfdb7e5f Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/range.d Log Message: ----------- sequence should be @safe Commit: a2b1174f58035277a67e8385db8c813d5bc12625 https://github.com/D-Programming-Language/phobos/commit/a2b1174f58035277a67e8385db8c813d5bc12625 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- cmp should be @safe Commit: 38c74788e3b5d05a8fb6f47d3b5f28718bda47d1 https://github.com/D-Programming-Language/phobos/commit/38c74788e3b5d05a8fb6f47d3b5f28718bda47d1 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- minPos should be @safe Commit: c7f75bacb06bc034b42ff916cdbdb2a4a74ddfe9 https://github.com/D-Programming-Language/phobos/commit/c7f75bacb06bc034b42ff916cdbdb2a4a74ddfe9 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- mismatch should be @safe Commit: e3a679207760444e1505472f95a50087bed8d955 https://github.com/D-Programming-Language/phobos/commit/e3a679207760444e1505472f95a50087bed8d955 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- livenshteinDistance should be @safe Commit: 426bc40535cb04fcf2fa1e67fca8a384f5231aa9 https://github.com/D-Programming-Language/phobos/commit/426bc40535cb04fcf2fa1e67fca8a384f5231aa9 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- copy should be @safe Commit: ad6bd732b33dd6d68e23fce2c2190ccf0ad62f2b https://github.com/D-Programming-Language/phobos/commit/ad6bd732b33dd6d68e23fce2c2190ccf0ad62f2b Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- swapRanges and reverse should be @safe Commit: 2eda1f1d076eb1ddd45e3b4d3bac62fcef9e955d https://github.com/D-Programming-Language/phobos/commit/2eda1f1d076eb1ddd45e3b4d3bac62fcef9e955d Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- bringToFront should be @safe Commit: d7bd499e0c21af14cbf0775e10533df55f823065 https://github.com/D-Programming-Language/phobos/commit/d7bd499e0c21af14cbf0775e10533df55f823065 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- remove should be @safe Commit: 4e66cda63c69a3b614ef9a604dcc56a4b56c54e1 https://github.com/D-Programming-Language/phobos/commit/4e66cda63c69a3b614ef9a604dcc56a4b56c54e1 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/random.d Log Message: ----------- uniform should be @safe Commit: 140f312e85641a956978faae5de757e072d04110 https://github.com/D-Programming-Language/phobos/commit/140f312e85641a956978faae5de757e072d04110 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- partition should be @safe Commit: 73272aa27774999c2c21e66b4feae21504f3288c https://github.com/D-Programming-Language/phobos/commit/73272aa27774999c2c21e66b4feae21504f3288c Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- topN should be @safe Commit: 61712f506f6d225f2cda5a02fed4d57fefc8b691 https://github.com/D-Programming-Language/phobos/commit/61712f506f6d225f2cda5a02fed4d57fefc8b691 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- cache and reduce should be @safe Commit: 5ffe91fac1b0abaf42b0e0f8e667cd6a44769c1c https://github.com/D-Programming-Language/phobos/commit/5ffe91fac1b0abaf42b0e0f8e667cd6a44769c1c Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- fill should be @safe Commit: 012dde3e3d731c53b15b48aa43aaf08b17b0503c https://github.com/D-Programming-Language/phobos/commit/012dde3e3d731c53b15b48aa43aaf08b17b0503c Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- filter should be @safe Commit: 0731be725d7d3b5f49925aa1e58213b9f6f8d98a https://github.com/D-Programming-Language/phobos/commit/0731be725d7d3b5f49925aa1e58213b9f6f8d98a Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- swap should be @safe Commit: 40096b78a6b70417099a927a3412224b94f66bda https://github.com/D-Programming-Language/phobos/commit/40096b78a6b70417099a927a3412224b94f66bda Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- forward should be @safe Commit: 635db401e9121edeff0085b3f52f048a1551e8bc https://github.com/D-Programming-Language/phobos/commit/635db401e9121edeff0085b3f52f048a1551e8bc Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- splitter should be @safe Commit: b772034db289f375b0a71f953a99d73cbd10e8d3 https://github.com/D-Programming-Language/phobos/commit/b772034db289f375b0a71f953a99d73cbd10e8d3 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- joiner should be @safe Commit: 63659e9655f9d9bd2091bbd1ef98a50e4f6d57a4 https://github.com/D-Programming-Language/phobos/commit/63659e9655f9d9bd2091bbd1ef98a50e4f6d57a4 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- uniq should be @safe Commit: e8c7699aa33ac2ad881384ba5217254db45615c2 https://github.com/D-Programming-Language/phobos/commit/e8c7699aa33ac2ad881384ba5217254db45615c2 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- group should be @safe Commit: a8a98fe57e4a1ce1704b7e877fc43401f399302d https://github.com/D-Programming-Language/phobos/commit/a8a98fe57e4a1ce1704b7e877fc43401f399302d Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- boyerMooreFinder and the find specializations using it should be @safe Commit: 351f7f0803d35f248843b3c8b405d519926d4628 https://github.com/D-Programming-Language/phobos/commit/351f7f0803d35f248843b3c8b405d519926d4628 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- findSplit (and related) should be @safe Commit: 1c418ae8eeec024c385afb7fddf65a4bcef68064 https://github.com/D-Programming-Language/phobos/commit/1c418ae8eeec024c385afb7fddf65a4bcef68064 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- until (and related) should be @safe Commit: fb5f80faaceb8fb21f74b6ee007a8d5c704ccc47 https://github.com/D-Programming-Language/phobos/commit/fb5f80faaceb8fb21f74b6ee007a8d5c704ccc47 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- startsWith should be @safe Commit: 838c28f198731eb33d8b80599df30e06b7091efb https://github.com/D-Programming-Language/phobos/commit/838c28f198731eb33d8b80599df30e06b7091efb Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- endsWith and skipOver should be @safe Commit: 13791bf29cd448dee0267c0c71af0588af191af8 https://github.com/D-Programming-Language/phobos/commit/13791bf29cd448dee0267c0c71af0588af191af8 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- commonPrefix should be @safe Commit: 8bcf058c99661bb89e8596f93afcc0f7629c5251 https://github.com/D-Programming-Language/phobos/commit/8bcf058c99661bb89e8596f93afcc0f7629c5251 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- findAdjacent and findAmong should be @safe Commit: 15ccc7ddc84cab443828c20a1947ace71eb9971a https://github.com/D-Programming-Language/phobos/commit/15ccc7ddc84cab443828c20a1947ace71eb9971a Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- count should be @safe Commit: 06916cfce0531042ee2368ac9a02e8415cf5f495 https://github.com/D-Programming-Language/phobos/commit/06916cfce0531042ee2368ac9a02e8415cf5f495 Author: Brad Roberts Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- balancedParens should be @safe Commit: 2599af7c188f63a035b905b2b47c7035df4ce58e https://github.com/D-Programming-Language/phobos/commit/2599af7c188f63a035b905b2b47c7035df4ce58e Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- sorting should be @safe Commit: 1abecd3f32b4f10ad2acd2b6a4f78212759f2f53 https://github.com/D-Programming-Language/phobos/commit/1abecd3f32b4f10ad2acd2b6a4f78212759f2f53 Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- any and all should be @safe Commit: e9b65c08c3e502982bf2c4ee77ed5222c302037a https://github.com/D-Programming-Language/phobos/commit/e9b65c08c3e502982bf2c4ee77ed5222c302037a Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- set operations and nextPermutation should be @safe Commit: afc5dbe05bee6153d77b0b29421f467761bca941 https://github.com/D-Programming-Language/phobos/commit/afc5dbe05bee6153d77b0b29421f467761bca941 Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- nextEvenPermutation should be @safe Commit: 8e9b035324f0120a9fb79c3292fca8b07801359b https://github.com/D-Programming-Language/phobos/commit/8e9b035324f0120a9fb79c3292fca8b07801359b Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- cartesianProduct should be @safe Commit: 3cd14f0bb620acafb59ee322a843dd5a5fbe2a23 https://github.com/D-Programming-Language/phobos/commit/3cd14f0bb620acafb59ee322a843dd5a5fbe2a23 Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- reenable a disabled cartesianProduct unittest Commit: 6c79c245d05271f6209833d0ce519f75f22e689b https://github.com/D-Programming-Language/phobos/commit/6c79c245d05271f6209833d0ce519f75f22e689b Author: Brad Roberts Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- among should be @safe Commit: 68beb7c515c8818efd1dad064d7c798d103bcb01 https://github.com/D-Programming-Language/phobos/commit/68beb7c515c8818efd1dad064d7c798d103bcb01 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/algorithm.d M std/random.d M std/range.d Log Message: ----------- Merge pull request #2613 from braddr/safe mark most of std.algorithm's unit tests as @safe Compare: https://github.com/D-Programming-Language/phobos/compare/fcfaad86bea9...68beb7c515c8 From phobos at puremagic.com Sun Oct 19 11:01:29 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 11:01:29 -0700 Subject: [phobos] [D-Programming-Language/phobos] 3d0c4e: not with multiple arguments Message-ID: <5443fc798fb06_2f403fdb494792bc1437f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3d0c4ea166d783bb6da3dfa96b196ef0489de7f2 https://github.com/D-Programming-Language/phobos/commit/3d0c4ea166d783bb6da3dfa96b196ef0489de7f2 Author: monarchdodra Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M std/functional.d Log Message: ----------- not with multiple arguments Commit: 474dcb764a6950c4e1ecf21ecb43c5ae06387cba https://github.com/D-Programming-Language/phobos/commit/474dcb764a6950c4e1ecf21ecb43c5ae06387cba Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/functional.d Log Message: ----------- Merge pull request #2603 from monarchdodra/not not with multiple arguments Compare: https://github.com/D-Programming-Language/phobos/compare/68beb7c515c8...474dcb764a69 From phobos at puremagic.com Sun Oct 19 11:05:00 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 11:05:00 -0700 Subject: [phobos] [D-Programming-Language/phobos] 85fb30: Remove std.uni.adaptIntRange Message-ID: <5443fd4c29c6b_277d3fa3283c72a029316@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 85fb303e65f64852a6092f5f37bf76d7c48126b3 https://github.com/D-Programming-Language/phobos/commit/85fb303e65f64852a6092f5f37bf76d7c48126b3 Author: Tomoya Tanjo Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Remove std.uni.adaptIntRange Commit: 69be71e44f20956a15e68021cfa0cbc230405e02 https://github.com/D-Programming-Language/phobos/commit/69be71e44f20956a15e68021cfa0cbc230405e02 Author: Dmitry Olshansky Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2618 from tom-tan/remove-uni-adaptIntRange Remove std.uni.adaptIntRange Compare: https://github.com/D-Programming-Language/phobos/compare/474dcb764a69...69be71e44f20 From phobos at puremagic.com Sun Oct 19 11:43:53 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 11:43:53 -0700 Subject: [phobos] [D-Programming-Language/phobos] 303cc8: Make std.file.readLink safe Message-ID: <54440669ac68c_21c73fbe82f0f2a01997c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 303cc83de03927ab7b6064eea4b0b7d6e0b44425 https://github.com/D-Programming-Language/phobos/commit/303cc83de03927ab7b6064eea4b0b7d6e0b44425 Author: Tomoya Tanjo Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Make std.file.readLink safe Commit: 6fe8b57728eb5609313d5e469aa6adae2840f940 https://github.com/D-Programming-Language/phobos/commit/6fe8b57728eb5609313d5e469aa6adae2840f940 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/file.d Log Message: ----------- Merge pull request #2597 from tom-tan/safe-file-readLink Make std.file.readLink safe Compare: https://github.com/D-Programming-Language/phobos/compare/69be71e44f20...6fe8b57728eb From phobos at puremagic.com Sun Oct 19 12:29:37 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Oct 2014 12:29:37 -0700 Subject: [phobos] [D-Programming-Language/phobos] ca7b4f: Add setProxyAuthentication() in std.net.curl Message-ID: <54441121b6e55_26df3ff9848892b8410a7@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: ca7b4faf4b25f4e08b449c324ab132c5df363aba https://github.com/D-Programming-Language/phobos/commit/ca7b4faf4b25f4e08b449c324ab132c5df363aba Author: Marc Schütz Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M std/net/curl.d Log Message: ----------- Add setProxyAuthentication() in std.net.curl Commit: 779f086ad25288c6cedbb4672251e1cc4d2ce106 https://github.com/D-Programming-Language/phobos/commit/779f086ad25288c6cedbb4672251e1cc4d2ce106 Author: Andrei Alexandrescu Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/net/curl.d Log Message: ----------- Merge pull request #2581 from schuetzm/proxyuserpwd Add setProxyAuthentication() in std.net.curl Compare: https://github.com/D-Programming-Language/phobos/compare/6fe8b57728eb...779f086ad252 From phobos at puremagic.com Mon Oct 20 04:44:16 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Oct 2014 04:44:16 -0700 Subject: [phobos] [D-Programming-Language/phobos] 674d35: cache doc Message-ID: <5444f590ee03f_37283f8e03d1d2bc5649a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 674d350996afefef5d5a0d5ff3f96800cd9edc86 https://github.com/D-Programming-Language/phobos/commit/674d350996afefef5d5a0d5ff3f96800cd9edc86 Author: monarchdodra Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- cache doc Commit: 62843614b0b13e645f4b405091e23d8b23bd626c https://github.com/D-Programming-Language/phobos/commit/62843614b0b13e645f4b405091e23d8b23bd626c Author: Andrei Alexandrescu Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #2599 from monarchdodra/cache3 cache doc Compare: https://github.com/D-Programming-Language/phobos/compare/779f086ad252...62843614b0b1 From phobos at puremagic.com Mon Oct 20 15:09:08 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Oct 2014 15:09:08 -0700 Subject: [phobos] [D-Programming-Language/phobos] c69a1e: Add @safe to cycle unittests except for cycle(stat... Message-ID: <544588043e420_5aa63fa5234b72bc101453@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c69a1e7dde04193476628521b93afddb6edf5a64 https://github.com/D-Programming-Language/phobos/commit/c69a1e7dde04193476628521b93afddb6edf5a64 Author: Brad Roberts Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/range.d Log Message: ----------- Add @safe to cycle unittests except for cycle(staticarray) Commit: d348ab7f92a7d4052a4c54d426704a708620e35b https://github.com/D-Programming-Language/phobos/commit/d348ab7f92a7d4052a4c54d426704a708620e35b Author: monarch dodra Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/range.d Log Message: ----------- Merge pull request #2615 from braddr/cycle_safety Make cycle(staticarray) @safe Compare: https://github.com/D-Programming-Language/phobos/compare/62843614b0b1...d348ab7f92a7 From phobos at puremagic.com Tue Oct 21 00:51:41 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 21 Oct 2014 00:51:41 -0700 Subject: [phobos] [D-Programming-Language/phobos] eec991: Mark std.uni.MultiArray.this as safe, pure and not... Message-ID: <5446108db83c6_21ca3f938e9572a0381aa@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: eec99196f1afdcd8f504688c37774abd39411a47 https://github.com/D-Programming-Language/phobos/commit/eec99196f1afdcd8f504688c37774abd39411a47 Author: Tomoya Tanjo Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.MultiArray.this as safe, pure and nothrow Commit: 7152e19e4cf0e1eff2a461b5f14b67756f3e8839 https://github.com/D-Programming-Language/phobos/commit/7152e19e4cf0e1eff2a461b5f14b67756f3e8839 Author: Tomoya Tanjo Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Add pre-condition Commit: b51bd26df6c71383a0c29bf2ec620a26799d2a47 https://github.com/D-Programming-Language/phobos/commit/b51bd26df6c71383a0c29bf2ec620a26799d2a47 Author: Dmitry Olshansky Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2629 from tom-tan/safe-pure-nothrow-uni-MultiArray-ctor Mark std.uni.MultiArray.this as safe, pure and nothrow Compare: https://github.com/D-Programming-Language/phobos/compare/d348ab7f92a7...b51bd26df6c7 From phobos at puremagic.com Wed Oct 22 03:49:29 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 22 Oct 2014 03:49:29 -0700 Subject: [phobos] [D-Programming-Language/phobos] 30b4e8: Tag printing with debug to infer purity Message-ID: <54478bb96ea87_40453fa4704152b86239a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 30b4e871c1f89443df9eb34a46e6776701ce7c0b https://github.com/D-Programming-Language/phobos/commit/30b4e871c1f89443df9eb34a46e6776701ce7c0b Author: Per Nordlöw Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Tag printing with debug to infer purity Commit: ea390ec67e0af3093c15878be5060048c9074b80 https://github.com/D-Programming-Language/phobos/commit/ea390ec67e0af3093c15878be5060048c9074b80 Author: Per Nordlöw Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Add non-debug purity unittest Commit: 049af6e6331b37c2d83b8da456e22b15080a7573 https://github.com/D-Programming-Language/phobos/commit/049af6e6331b37c2d83b8da456e22b15080a7573 Author: Per Nordlöw Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Correct typo Commit: 97212ca17c282e982ea88fc3c2afb53b263e5e91 https://github.com/D-Programming-Language/phobos/commit/97212ca17c282e982ea88fc3c2afb53b263e5e91 Author: Per Nordlöw Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Use debug printTree() instead Commit: 52379a6b929d4c8b848b20f486f37129cb6db319 https://github.com/D-Programming-Language/phobos/commit/52379a6b929d4c8b848b20f486f37129cb6db319 Author: Per Nordlöw Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Remove debug calls to printTree from within printTree itself Commit: a7f3f22ccdbde1b7227ed75d0d38ffc5f252af6a https://github.com/D-Programming-Language/phobos/commit/a7f3f22ccdbde1b7227ed75d0d38ffc5f252af6a Author: Per Nordlöw Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Tag unittests at global scope as pure Commit: ec5990986a321e374378058c31e728bc9c4c668c https://github.com/D-Programming-Language/phobos/commit/ec5990986a321e374378058c31e728bc9c4c668c Author: Steven Schveighoffer Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/container/rbtree.d Log Message: ----------- Merge pull request #2617 from nordlow/pure-rbtree Tag printing in rbtree.check() with debug to enable purity inference Compare: https://github.com/D-Programming-Language/phobos/compare/b51bd26df6c7...ec5990986a32 From phobos at puremagic.com Wed Oct 22 07:44:13 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 22 Oct 2014 07:44:13 -0700 Subject: [phobos] [D-Programming-Language/phobos] 519ce8: Make std.concurrency compatible with fibers Message-ID: <5447c2bdb9282_7f7d3f82f7bc32c0603cf@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 519ce8cef64eda6e5a37e853d6d8db691413da1c https://github.com/D-Programming-Language/phobos/commit/519ce8cef64eda6e5a37e853d6d8db691413da1c Author: Sean Kelly Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/concurrency.d Log Message: ----------- Make std.concurrency compatible with fibers https://d.puremagic.com/issues/show_bug.cgi?id=12090 With this commit fibers can have own message boxes and act similar to threads in that regard. Commit: 8fbad993ce8acb10c47b7c8ae8b67c001277f8e9 https://github.com/D-Programming-Language/phobos/commit/8fbad993ce8acb10c47b7c8ae8b67c001277f8e9 Author: Dicebot Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/concurrency.d Log Message: ----------- Add Generator to std.concurrency Generator is an extension to a Fiber that yields return values of specific type Commit: b956f687bfc1de41993cb3950b38214e55369c2d https://github.com/D-Programming-Language/phobos/commit/b956f687bfc1de41993cb3950b38214e55369c2d Author: Михаил Страшун Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/concurrency.d Log Message: ----------- Merge pull request #1910 from complexmath/addConcurrencyScheduler Issue 12090 - Make std.concurrency compatible with fibers as threads Compare: https://github.com/D-Programming-Language/phobos/compare/ec5990986a32...b956f687bfc1 From phobos at puremagic.com Wed Oct 22 12:05:02 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 22 Oct 2014 12:05:02 -0700 Subject: [phobos] [D-Programming-Language/phobos] b7d0bf: add @safe annotations to all unittests which 'just... Message-ID: <5447ffdede69e_4b233fe9067bd2a0408e8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b7d0bf7910daa429e72f03cca2e0d01fcf65b2b4 https://github.com/D-Programming-Language/phobos/commit/b7d0bf7910daa429e72f03cca2e0d01fcf65b2b4 Author: Brad Roberts Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M std/range.d Log Message: ----------- add @safe annotations to all unittests which 'just work' Commit: 47883e570da8af7513954c64966c7dee9d82c2e9 https://github.com/D-Programming-Language/phobos/commit/47883e570da8af7513954c64966c7dee9d82c2e9 Author: Dmitry Olshansky Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/range.d Log Message: ----------- Merge pull request #2632 from braddr/safe_range add @safe annotations to all unittests which 'just work' Compare: https://github.com/D-Programming-Language/phobos/compare/b956f687bfc1...47883e570da8 From phobos at puremagic.com Wed Oct 22 12:14:21 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 22 Oct 2014 12:14:21 -0700 Subject: [phobos] [D-Programming-Language/phobos] 7cdfaf: Mark std.uni.MultiArray.this with array types as s... Message-ID: <5448020d8c1b0_38e53fb92b8f12bc566d6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7cdfaf9716ca51bfb329577a6239d9d3dc9b47a6 https://github.com/D-Programming-Language/phobos/commit/7cdfaf9716ca51bfb329577a6239d9d3dc9b47a6 Author: Tomoya Tanjo Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.MultiArray.this with array types as safe, pure, nothrow and nogc Commit: b8b11058648655e5606e1734c1432b7b4595a28d https://github.com/D-Programming-Language/phobos/commit/b8b11058648655e5606e1734c1432b7b4595a28d Author: Dmitry Olshansky Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #2633 from tom-tan/safe-pure-nothrow-uni-MultiArray-this Mark std.uni.MultiArray.this with array types as safe, pure, nothrow and... Compare: https://github.com/D-Programming-Language/phobos/compare/47883e570da8...b8b110586486 From phobos at puremagic.com Wed Oct 22 12:48:47 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 22 Oct 2014 12:48:47 -0700 Subject: [phobos] [D-Programming-Language/phobos] cd1191: some doc fixes Message-ID: <54480a1f9e595_74b63fbc11b0d29c10397@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: cd1191eecfdcb651f0626b0de2b890086222f0b1 https://github.com/D-Programming-Language/phobos/commit/cd1191eecfdcb651f0626b0de2b890086222f0b1 Author: Robert burner Schadek Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/getopt.d Log Message: ----------- some doc fixes Commit: 15a4792d40058701119cef884237d5de53cd74db https://github.com/D-Programming-Language/phobos/commit/15a4792d40058701119cef884237d5de53cd74db Author: H. S. Teoh Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/getopt.d Log Message: ----------- Merge pull request #2634 from burner/getopt_doc_fix some doc fixes https://issues.dlang.org/show_bug.cgi?id=3780 Compare: https://github.com/D-Programming-Language/phobos/compare/b8b110586486...15a4792d4005 From phobos at puremagic.com Thu Oct 23 13:54:58 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Oct 2014 13:54:58 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6dfd2c: some doc updates and some more testing Message-ID: <54496b222237d_7cbb3f9d3ce2f2c099fc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6dfd2c6e4d5dd363c291bc608ccd3c279753cf8a https://github.com/D-Programming-Language/phobos/commit/6dfd2c6e4d5dd363c291bc608ccd3c279753cf8a Author: Robert burner Schadek Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/array.d Log Message: ----------- some doc updates and some more testing moved examples to unittests DmitryOlshansky fix Commit: 621c76283761663b17f0f8b97e35d52f7f6d3c78 https://github.com/D-Programming-Language/phobos/commit/621c76283761663b17f0f8b97e35d52f7f6d3c78 Author: Dmitry Olshansky Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M std/array.d Log Message: ----------- Merge pull request #2630 from burner/array_replace_doc some doc updates for std.array and some more testing Compare: https://github.com/D-Programming-Language/phobos/compare/15a4792d4005...621c76283761 From phobos at puremagic.com Sat Oct 25 03:00:30 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 25 Oct 2014 03:00:30 -0700 Subject: [phobos] [D-Programming-Language/phobos] c9f220: Added FieldNameTuple Message-ID: <544b74bec1081_44a33f99c40072b8477a3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c9f2202f768d5922c472455808496ddbc2752c3f https://github.com/D-Programming-Language/phobos/commit/c9f2202f768d5922c472455808496ddbc2752c3f Author: Jonathan Crapuchettes Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M std/traits.d Log Message: ----------- Added FieldNameTuple Commit: a2fcaab8ab9cae3fd904c3ac4910cf0e0829341c https://github.com/D-Programming-Language/phobos/commit/a2fcaab8ab9cae3fd904c3ac4910cf0e0829341c Author: Jonathan Crapuchettes Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M std/traits.d Log Message: ----------- Added FieldNameTuple to the template table. Commit: 4c9132dc246ee2af15339343688abf8ef7940bf7 https://github.com/D-Programming-Language/phobos/commit/4c9132dc246ee2af15339343688abf8ef7940bf7 Author: Andrej Mitrovic Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #2561 from economicmodeling/add_FieldNameTuple_template Added FieldNameTuple to std.traits Compare: https://github.com/D-Programming-Language/phobos/compare/621c76283761...4c9132dc246e From phobos at puremagic.com Sat Oct 25 11:42:19 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 25 Oct 2014 11:42:19 -0700 Subject: [phobos] [D-Programming-Language/phobos] 80e092: Make std.algorithm.copy examples clearer Message-ID: <544bef0b30cd3_75eb3f960523d2c049177@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 80e092cd5aa03985e1dd65f0fbfbf54e89ed9679 https://github.com/D-Programming-Language/phobos/commit/80e092cd5aa03985e1dd65f0fbfbf54e89ed9679 Author: Nick Treleaven Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Make std.algorithm.copy examples clearer Use meaningful variable names. Add `take` example. Commit: 01b876ca22e26329eaa428f62400a5b8081c456a https://github.com/D-Programming-Language/phobos/commit/01b876ca22e26329eaa428f62400a5b8081c456a Author: H. S. Teoh Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #2641 from ntrel/copy-doc-fixes Make std.algorithm.copy examples clearer Compare: https://github.com/D-Programming-Language/phobos/compare/4c9132dc246e...01b876ca22e2 From phobos at puremagic.com Sat Oct 25 13:14:36 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 25 Oct 2014 13:14:36 -0700 Subject: [phobos] [D-Programming-Language/phobos] aaa00b: update std.math and numeric Message-ID: <544c04ac8666e_40da3f8aab89b2bc664c5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: aaa00bfb1df2bcea888462ea88849e4e6429653e https://github.com/D-Programming-Language/phobos/commit/aaa00bfb1df2bcea888462ea88849e4e6429653e Author: Ilya Yaroshenko Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/math.d M std/numeric.d Log Message: ----------- update std.math and numeric is->are Commit: cb8d75ee68eb7dc6ace86031312982dd95dc6efb https://github.com/D-Programming-Language/phobos/commit/cb8d75ee68eb7dc6ace86031312982dd95dc6efb Author: Ilya Yaroshenko Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/conv.d M std/format.d Log Message: ----------- remove isnan Commit: 3ee0f002bac928ef0a9890f5743c7da653ca01c5 https://github.com/D-Programming-Language/phobos/commit/3ee0f002bac928ef0a9890f5743c7da653ca01c5 Author: H. S. Teoh Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/conv.d M std/format.d M std/math.d M std/numeric.d Log Message: ----------- Merge pull request #2636 from 9il/part1 std.math: deprecate backwards compatibility with Phobos1 Compare: https://github.com/D-Programming-Language/phobos/compare/01b876ca22e2...3ee0f002bac9 From phobos at puremagic.com Sat Oct 25 20:17:09 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Sat, 25 Oct 2014 20:17:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] 1ca8d3: Add groupBy to navigation table and cheatsheet. Message-ID: <544c67b58aba3_575f3fd6675ed29c1235f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 1ca8d3444e47c7d43a509bd418393ab5d7b1d15c https://github.com/D-Programming-Language/phobos/commit/1ca8d3444e47c7d43a509bd418393ab5d7b1d15c Author: H. S. Teoh Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Add groupBy to navigation table and cheatsheet. Commit: bf37eef3bd7f2eb643971d9bdfdeb00f67068697 https://github.com/D-Programming-Language/phobos/commit/bf37eef3bd7f2eb643971d9bdfdeb00f67068697 Author: David Nadlinger Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #2635 from quickfur/groupBy_doc [docs only] Add groupBy to navigation table and cheatsheet. Compare: https://github.com/D-Programming-Language/phobos/compare/3ee0f002bac9...bf37eef3bd7f From phobos at puremagic.com Mon Oct 27 09:36:58 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 27 Oct 2014 09:36:58 -0700 Subject: [phobos] [D-Programming-Language/tools] 03156f: remove redundant disqus links Message-ID: <544e74aa843cc_58cb3fa59d9bf2bc6283b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/tools Commit: 03156fab62e6765a10b539b894d3844d7e66f9e9 https://github.com/D-Programming-Language/tools/commit/03156fab62e6765a10b539b894d3844d7e66f9e9 Author: Martin Nowak Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M dpl-docs/views/inc.disqus.dt Log Message: ----------- remove redundant disqus links Commit: 0c4f2b3dacd3d7f8fee54f6fd1ee65c5c490d110 https://github.com/D-Programming-Language/tools/commit/0c4f2b3dacd3d7f8fee54f6fd1ee65c5c490d110 Author: H. S. Teoh Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M dpl-docs/views/inc.disqus.dt Log Message: ----------- Merge pull request #151 from MartinNowak/redundantDisqusLinks remove redundant disqus links Compare: https://github.com/D-Programming-Language/tools/compare/978aab88279b...0c4f2b3dacd3 From phobos at puremagic.com Mon Oct 27 13:21:58 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 27 Oct 2014 13:21:58 -0700 Subject: [phobos] [D-Programming-Language/phobos] aa4f47: Revert "Merge pull request #2573 from nordlow/inou... Message-ID: <544ea966e82e8_5abe3f983388f29c4107e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: aa4f47d1b5cb979e4649bfb7b838d7fb442ab4fd https://github.com/D-Programming-Language/phobos/commit/aa4f47d1b5cb979e4649bfb7b838d7fb442ab4fd Author: Dicebot Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M std/container/array.d Log Message: ----------- Revert "Merge pull request #2573 from nordlow/inout-array" This reverts commit 4ae1b147a35236edc97cf6cb63ff98fb1b4d5268, reversing changes made to 335228cb079ccc2060790a2b23bca5db645fa7f0. Conflicts: std/container/array.d Commit: 1149972daca5290ed401dcd0a03f3a7eb5c5074c https://github.com/D-Programming-Language/phobos/commit/1149972daca5290ed401dcd0a03f3a7eb5c5074c Author: Dicebot Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M std/container/array.d Log Message: ----------- Add unittest to prevent repeating regression See https://issues.dlang.org/show_bug.cgi?id=13621 Commit: 403241712bfd6b340551fa58f9cc1f162a187876 https://github.com/D-Programming-Language/phobos/commit/403241712bfd6b340551fa58f9cc1f162a187876 Author: H. S. Teoh Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M std/container/array.d Log Message: ----------- Merge pull request #2643 from Dicebot/revert-regression [REG] Revert PR 2573 Compare: https://github.com/D-Programming-Language/phobos/compare/bf37eef3bd7f...403241712bfd From phobos at puremagic.com Mon Oct 27 16:24:36 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 27 Oct 2014 16:24:36 -0700 Subject: [phobos] [D-Programming-Language/phobos] 76df65: Move some deprecations along. Message-ID: <544ed434ef642_3fa63fa0faac12c02351e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 76df657bb4de01b43cf9c74f75e64ee07966c5c9 https://github.com/D-Programming-Language/phobos/commit/76df657bb4de01b43cf9c74f75e64ee07966c5c9 Author: jmdavis Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M std/complex.d M std/file.d M std/metastrings.d M std/string.d M std/windows/registry.d Log Message: ----------- Move some deprecations along. Commit: a70650f82c395ba0aa48b6e51d7064a8685abb5a https://github.com/D-Programming-Language/phobos/commit/a70650f82c395ba0aa48b6e51d7064a8685abb5a Author: H. S. Teoh Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M std/complex.d M std/file.d M std/metastrings.d M std/string.d M std/windows/registry.d Log Message: ----------- Merge pull request #2642 from jmdavis/deprecations Move some deprecations along. Compare: https://github.com/D-Programming-Language/phobos/compare/403241712bfd...a70650f82c39 From phobos at puremagic.com Fri Oct 31 06:07:32 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 31 Oct 2014 06:07:32 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4f75fa: Return bare asm-instructions from helper functions Message-ID: <54538994b1b46_3fc43fe6377792c07654a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4f75fa8029a2c2129f92cdfd8570e1984a12001e https://github.com/D-Programming-Language/phobos/commit/4f75fa8029a2c2129f92cdfd8570e1984a12001e Author: k-hara Date: 2014-10-29 (Wed, 29 Oct 2014) Changed paths: M std/internal/math/biguintx86.d Log Message: ----------- Return bare asm-instructions from helper functions Commit: ae5c00b114f33ab867dda64929716c3af1ce7954 https://github.com/D-Programming-Language/phobos/commit/ae5c00b114f33ab867dda64929716c3af1ce7954 Author: k-hara Date: 2014-10-29 (Wed, 29 Oct 2014) Changed paths: M std/internal/math/biguintcore.d M std/internal/math/biguintx86.d Log Message: ----------- Annotate asm statements with attributes Commit: 947a526393e0dd6683af55a39f149588b2b59496 https://github.com/D-Programming-Language/phobos/commit/947a526393e0dd6683af55a39f149588b2b59496 Author: Martin Nowak Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M std/internal/math/biguintcore.d M std/internal/math/biguintx86.d Log Message: ----------- Merge pull request #2648 from 9rnsr/asmAttributes Annotate asm statements with attributes Compare: https://github.com/D-Programming-Language/phobos/compare/a70650f82c39...947a526393e0 From phobos at puremagic.com Fri Oct 31 11:59:17 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 31 Oct 2014 11:59:17 -0700 Subject: [phobos] [D-Programming-Language/phobos] b2e8ce: Add support of IeeFlags and FloatingPointControl f... Message-ID: <5453dc0516e62_777a3fbf9bae929c54214@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b2e8ce83c66e3bedf622ca9e09482ffdd2da33bf https://github.com/D-Programming-Language/phobos/commit/b2e8ce83c66e3bedf622ca9e09482ffdd2da33bf Author: kai Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M std/math.d Log Message: ----------- Add support of IeeFlags and FloatingPointControl for PPC32/64. This corrects some existings constants and adds new constants and logic. Reading the PowerPC documentation is sometimes confusing because not only the CPU is big endian but also the bit numbering inside a word is reversed (old IBM style big endian). The functionaly has been verified on a Linux/PPC64le system with LDC. The LDC specific implementation is left out. Commit: eb9b71d595a78de6e070545f69d07260c5b83094 https://github.com/D-Programming-Language/phobos/commit/eb9b71d595a78de6e070545f69d07260c5b83094 Author: Dmitry Olshansky Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M std/math.d Log Message: ----------- Merge pull request #2611 from redstar/math Add support of IEEE Flags and FloatingPointControl for PPC32/64. Compare: https://github.com/D-Programming-Language/phobos/compare/947a526393e0...eb9b71d595a7 From phobos at puremagic.com Fri Oct 31 12:03:09 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 31 Oct 2014 12:03:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] 2c8fde: Fix Issue 10915 - std.typecons.Nullable throws in ... Message-ID: <5453dced337f3_1d43fe55c8772c0908e4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 2c8fdeb0b0f92c24c4ffa26a4beca6bcd9a5c0ba https://github.com/D-Programming-Language/phobos/commit/2c8fdeb0b0f92c24c4ffa26a4beca6bcd9a5c0ba Author: MetaLang Date: 2014-10-11 (Sat, 11 Oct 2014) Changed paths: M std/typecons.d Log Message: ----------- Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null Commit: 2e58214d1d3feee582ca639edf7c5e2af8db365b https://github.com/D-Programming-Language/phobos/commit/2e58214d1d3feee582ca639edf7c5e2af8db365b Author: Dmitry Olshansky Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M std/typecons.d Log Message: ----------- Merge pull request #2587 from MetaLang/nullable-tostring Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null Compare: https://github.com/D-Programming-Language/phobos/compare/eb9b71d595a7...2e58214d1d3f From phobos at puremagic.com Fri Oct 31 13:17:38 2014 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 31 Oct 2014 13:17:38 -0700 Subject: [phobos] [D-Programming-Language/phobos] f2bc85: std.json: Fixed issue 12969. opIndexAssign operato... Message-ID: <5453ee62e75ac_6cff3fb29fd0b2b831513@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f2bc851d7c16bfc242dff4c680cf5a24f47cf020 https://github.com/D-Programming-Language/phobos/commit/f2bc851d7c16bfc242dff4c680cf5a24f47cf020 Author: Uranuz Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/json.d Log Message: ----------- std.json: Fixed issue 12969. opIndexAssign operator for JSONValue added. Changed order of elements in enum JSON_TYPE so NULL is a default type when JSONValue is not initialized Signed-off-by: Uranuz Commit: 66ea9dfedd24bdd4fd295305e4c6d6d09a3e345b https://github.com/D-Programming-Language/phobos/commit/66ea9dfedd24bdd4fd295305e4c6d6d09a3e345b Author: Uranuz Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M std/json.d Log Message: ----------- Deleted leading and trailing spaces inside *if* to match code style Commit: e6bf3cdcfb12729b8c1cc5e59a7f06bf9b2825e2 https://github.com/D-Programming-Language/phobos/commit/e6bf3cdcfb12729b8c1cc5e59a7f06bf9b2825e2 Author: Dicebot Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M std/json.d Log Message: ----------- Remove non `auto ref` opAssign overload It conflicts with new one and should be completely covered by the nature of auto ref. Commit: 7dfe2885763801a1d8339243cdc61b3caf9d0cdf https://github.com/D-Programming-Language/phobos/commit/7dfe2885763801a1d8339243cdc61b3caf9d0cdf Author: Dmitry Olshansky Date: 2014-10-31 (Fri, 31 Oct 2014) Changed paths: M std/json.d Log Message: ----------- Merge pull request #2607 from Dicebot/uranuz_issue_12969 Fix issue 12969 : opIndexAssign operator for JSONValue Compare: https://github.com/D-Programming-Language/phobos/compare/2e58214d1d3f...7dfe28857638