July 24, 2015 [phobos] [D-Programming-Language/phobos] 51a51e: Merge remote-tracking branch 'upstream/master' int... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 51a51e78132e6bf114c1070a111b8a6560269c7a https://github.com/D-Programming-Language/phobos/commit/51a51e78132e6bf114c1070a111b8a6560269c7a Author: Martin Nowak <code@dawg.eu> Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: M .gitignore M etc/c/curl.d A etc/c/odbc/sql.d A etc/c/odbc/sqlext.d A etc/c/odbc/sqltypes.d A etc/c/odbc/sqlucode.d M etc/c/zlib/linux.mak M etc/c/zlib/osx.mak M etc/c/zlib/win32.mak M etc/c/zlib/win64.mak M index.d A osmodel.mak M posix.mak M std/algorithm/comparison.d M std/algorithm/iteration.d M std/algorithm/mutation.d M std/algorithm/package.d M std/algorithm/searching.d M std/algorithm/sorting.d M std/array.d M std/ascii.d M std/bigint.d M std/bitmanip.d M std/complex.d M std/concurrency.d M std/container/package.d M std/container/rbtree.d M std/conv.d M std/cstream.d M std/csv.d M std/datetime.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/exception.d M std/experimental/logger/core.d M std/experimental/logger/filelogger.d M std/experimental/logger/multilogger.d M std/experimental/logger/package.d M std/file.d M std/format.d M std/functional.d M std/getopt.d M std/internal/cstring.d M std/internal/math/biguintcore.d M std/internal/math/gammafunction.d M std/internal/processinit.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d A std/meta.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/parallelism.d M std/path.d M std/process.d M std/random.d M std/range/package.d M std/range/primitives.d M std/regex/internal/backtracking.d M std/regex/internal/ir.d M std/regex/internal/parser.d M std/regex/internal/tests.d M std/regex/package.d M std/socket.d M std/stdio.d M std/stream.d M std/string.d M std/system.d M std/traits.d M std/typecons.d M std/typelist.d M std/typetuple.d M std/uni.d M std/utf.d M std/uuid.d M std/variant.d M std/windows/registry.d M std/windows/syserror.d M std/zip.d M std/zlib.d M win32.mak M win64.mak Log Message: ----------- Merge remote-tracking branch 'upstream/master' into stable In preparation of 2.068.0. Commit: 890656be36a962eb1f69c4342ed3ad0467f7c7b0 https://github.com/D-Programming-Language/phobos/commit/890656be36a962eb1f69c4342ed3ad0467f7c7b0 Author: Martin Nowak <code@dawg.eu> Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: M .gitignore M etc/c/curl.d A etc/c/odbc/sql.d A etc/c/odbc/sqlext.d A etc/c/odbc/sqltypes.d A etc/c/odbc/sqlucode.d M etc/c/zlib/linux.mak M etc/c/zlib/osx.mak M etc/c/zlib/win32.mak M etc/c/zlib/win64.mak M index.d A osmodel.mak M posix.mak M std/algorithm/comparison.d M std/algorithm/iteration.d M std/algorithm/mutation.d M std/algorithm/package.d M std/algorithm/searching.d M std/algorithm/sorting.d M std/array.d M std/ascii.d M std/bigint.d M std/bitmanip.d M std/complex.d M std/concurrency.d M std/container/package.d M std/container/rbtree.d M std/conv.d M std/cstream.d M std/csv.d M std/datetime.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/exception.d M std/experimental/logger/core.d M std/experimental/logger/filelogger.d M std/experimental/logger/multilogger.d M std/experimental/logger/package.d M std/file.d M std/format.d M std/functional.d M std/getopt.d M std/internal/cstring.d M std/internal/math/biguintcore.d M std/internal/math/gammafunction.d M std/internal/processinit.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d A std/meta.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/parallelism.d M std/path.d M std/process.d M std/random.d M std/range/package.d M std/range/primitives.d M std/regex/internal/backtracking.d M std/regex/internal/ir.d M std/regex/internal/parser.d M std/regex/internal/tests.d M std/regex/package.d M std/socket.d M std/stdio.d M std/stream.d M std/string.d M std/system.d M std/traits.d M std/typecons.d M std/typelist.d M std/typetuple.d M std/uni.d M std/utf.d M std/uuid.d M std/variant.d M std/windows/registry.d M std/windows/syserror.d M std/zip.d M std/zlib.d M win32.mak M win64.mak Log Message: ----------- Merge pull request #3420 from MartinNowak/stable Merge remote-tracking branch 'upstream/master' into stable Commit: eaeeccd4ac4845d07331ef6044e2050aca14b90a https://github.com/D-Programming-Language/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a Author: Martin Nowak <code@dawg.eu> Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M std/math.d Log Message: ----------- workaround Issue 14718 - float parsing depends on platform strtold - comment out the affected unittests for now Commit: 53dbbaa2bc18723a0a6d67a78fe0eb517430a50a https://github.com/D-Programming-Language/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M std/math.d Log Message: ----------- Merge pull request #3433 from MartinNowak/workaround14718 workaround Issue 14718 - float parsing depends on platform strtold Commit: 8c5bd6347b05867d51f61e08f4c77e8313103ddd https://github.com/D-Programming-Language/phobos/commit/8c5bd6347b05867d51f61e08f4c77e8313103ddd Author: Martin Nowak <code@dawg.eu> Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M std/exception.d Log Message: ----------- Merge pull request #3435 from 9rnsr/fix14685 [REG2.067] Issue 14685 - Silent incorrect behavior with enforce and custom exception Commit: 9c90fad885af9cf0cbf2d0508b3eda08b0f97953 https://github.com/D-Programming-Language/phobos/commit/9c90fad885af9cf0cbf2d0508b3eda08b0f97953 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M std/range/package.d Log Message: ----------- Workaround for Issue 14744 - std.range DDox page corrupted Commit: f17d337d81840b64a74370b49ec65ed00790ae99 https://github.com/D-Programming-Language/phobos/commit/f17d337d81840b64a74370b49ec65ed00790ae99 Author: Vladimir Panteleev <github.private@thecybershadow.net> Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M std/range/package.d Log Message: ----------- Revert "Add new lazy range: merge()" Commit: b6a80fbbf8c287890c846134e47b84bcb2d359e5 https://github.com/D-Programming-Language/phobos/commit/b6a80fbbf8c287890c846134e47b84bcb2d359e5 Author: Robert Schadek <robert.schadek@informatik.uni-oldenburg.de> Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3451 from D-Programming-Language/revert-3315-add-merge-range Revert "Add new lazy range: merge()" Commit: 4d5894b042133a9f5b8a5d5cc71795e2aae04974 https://github.com/D-Programming-Language/phobos/commit/4d5894b042133a9f5b8a5d5cc71795e2aae04974 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/algorithm/sorting.d Log Message: ----------- std.algorithm.sorting: Remove dead YouTube link from schwartzSort DDoc IIRC, this was some sort of joke. Commit: 044cbc00c3e1b7346bb6031f4a3b18afb625c372 https://github.com/D-Programming-Language/phobos/commit/044cbc00c3e1b7346bb6031f4a3b18afb625c372 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/path.d Log Message: ----------- std.path: Rename setExt to withExtension Discussion: http://forum.dlang.org/post/dgtczeqnaulmdgdvvdrx@forum.dlang.org Commit: 9561bc631d38e94d0e4bef224e26a24117586992 https://github.com/D-Programming-Language/phobos/commit/9561bc631d38e94d0e4bef224e26a24117586992 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/path.d Log Message: ----------- std.path: Rename defaultExt to withDefaultExtension Discussion: http://forum.dlang.org/post/btbyfqvkpwivjxuolmhx@forum.dlang.org Commit: ed3a05eef35082bd1aa717885ff937ef9e664d93 https://github.com/D-Programming-Language/phobos/commit/ed3a05eef35082bd1aa717885ff937ef9e664d93 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/uni.d Log Message: ----------- std.uni: Rename toLowerCase, toUpperCase, toCapitalized New names: asLowerCase, asUpperCase, asCapitalized Discussions: http://forum.dlang.org/post/fafybgnltpkfwpugyqvm@forum.dlang.org http://forum.dlang.org/post/qdtisgsafprcczbjfizz@forum.dlang.org Commit: f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e https://github.com/D-Programming-Language/phobos/commit/f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/json.d Log Message: ----------- std.json: Rename JsonOptions to JSONOptions Discussion: http://forum.dlang.org/post/tjlziczxnjlmckdmdnxn@forum.dlang.org Commit: 822f9e16f154a9d1453c3cada98f62ca26025059 https://github.com/D-Programming-Language/phobos/commit/822f9e16f154a9d1453c3cada98f62ca26025059 Author: Walter Bright <walter@walterbright.com> Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3450 from CyberShadow/pull-20150628-131049 Workaround for Issue 14744 - std.range DDox page corrupted Commit: 7a20221c263810f005bedd5e4c05fca656503fa1 https://github.com/D-Programming-Language/phobos/commit/7a20221c263810f005bedd5e4c05fca656503fa1 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/net/curl.d Log Message: ----------- fix Issue 14712 - GIT HEAD : std.net.curl regressions Commit: bf66cd106ecad30a5322fbfa740fad87efd4f4b6 https://github.com/D-Programming-Language/phobos/commit/bf66cd106ecad30a5322fbfa740fad87efd4f4b6 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Merge pull request #3457 from CyberShadow/pull-20150630-152826-cherrypick-3436 fix Issue 14712 - GIT HEAD : std.net.curl regressions Commit: 709fb22e8ad984d5a77181a2669afaefed5c6a1d https://github.com/D-Programming-Language/phobos/commit/709fb22e8ad984d5a77181a2669afaefed5c6a1d Author: Walter Bright <walter@walterbright.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M std/string.d Log Message: ----------- Merge pull request #3446 from 9rnsr/fix14735 Supplemental fix for issue 14735 - Prevent self-recursive match Commit: 9990d31e7a37932fda99b77e680b09d3fb61ad6f https://github.com/D-Programming-Language/phobos/commit/9990d31e7a37932fda99b77e680b09d3fb61ad6f Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M std/string.d Log Message: ----------- Merge pull request #3458 from 9rnsr/stable Cherry-pick commits into stable branch Commit: bf1d655754868f4e6401c8fa9df3fd7d9527d491 https://github.com/D-Programming-Language/phobos/commit/bf1d655754868f4e6401c8fa9df3fd7d9527d491 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/path.d Log Message: ----------- std.path: Rename toAbsolutePath, toNormalizedPath, toRelativePath New names: asAbsolutePath, asNormalizedPath, asRelativePath Discussion: http://forum.dlang.org/post/mmktgszutvkqgrjmnice@forum.dlang.org Commit: 60f9b8b5381baebf093c1217bbebbd7cbb2737ac https://github.com/D-Programming-Language/phobos/commit/60f9b8b5381baebf093c1217bbebbd7cbb2737ac Author: Martin Nowak <code@dawg.eu> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Revert "Merge pull request #3139 from mrkline/better-unique" This reverts commit 8f4a85bc83d0205f053b80cafc87b65ad8032ec7, reversing changes made to d74e4d787a440a00a3d9f9bd7f5c2511e577c15c. Delay unfinished feature until after 2.068.x. Commit: e3b2a9a847574adcc8b9cf464eb1559b595ba1bc https://github.com/D-Programming-Language/phobos/commit/e3b2a9a847574adcc8b9cf464eb1559b595ba1bc Author: Martin Nowak <code@dawg.eu> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/algorithm/sorting.d M std/json.d M std/path.d M std/uni.d Log Message: ----------- Merge pull request #3454 from CyberShadow/renames-2.068 2.068 renames Commit: bfd84f951547023f555d4a85beaba3ad08fe6a1a https://github.com/D-Programming-Language/phobos/commit/bfd84f951547023f555d4a85beaba3ad08fe6a1a Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Merge pull request #3440 from deadalnix/metatypetuple Move TypeTuple alias to std.typetuple. Commit: a4be49ef847528400ccb3a4ca2ff8ff3a429fb18 https://github.com/D-Programming-Language/phobos/commit/a4be49ef847528400ccb3a4ca2ff8ff3a429fb18 Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Merge pull request #3463 from deadalnix/metarename Rename Arguments to AliasSeq for alias sequence Commit: efab578a32efc4c8975a2df5e9081b42190628cf https://github.com/D-Programming-Language/phobos/commit/efab578a32efc4c8975a2df5e9081b42190628cf Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Merge pull request #3488 from JinShil/AliasTuple Rename AliasSeq to AliasTuple Commit: 70c8969b257b34b740dc0552310500135060f3e8 https://github.com/D-Programming-Language/phobos/commit/70c8969b257b34b740dc0552310500135060f3e8 Author: Martin Nowak <code@dawg.eu> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Merge pull request #3498 from JinShil/AliasTuple Revert AliasTuple back to AliasSeq Commit: aebeac93634d5b185fe6c01b5e3937f71886b224 https://github.com/D-Programming-Language/phobos/commit/aebeac93634d5b185fe6c01b5e3937f71886b224 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Merge pull request #3506 from MartinNowak/stable Revert "Merge pull request #3139 from mrkline/better-unique" Commit: 31c963070245c2c89ae287283f49fc77425c45df https://github.com/D-Programming-Language/phobos/commit/31c963070245c2c89ae287283f49fc77425c45df Author: Walter Bright <walter@walterbright.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M std/traits.d M std/utf.d Log Message: ----------- add std.traits.isAutodecodableString() to fix Issue 14765 Commit: f87d23a5fda565effcbd7aef941cd28b67627165 https://github.com/D-Programming-Language/phobos/commit/f87d23a5fda565effcbd7aef941cd28b67627165 Author: Martin Nowak <code@dawg.eu> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M posix.mak Log Message: ----------- Revert "Merge pull request #3382 from andralex/tee" This reverts commit 2ed7d909b4dfb8154584976254358c3cb8645c31, reversing changes made to 54dece1b646efe37f9c32617b3dd23194f6dd143. Commit: 0bbaea576224d48bd15f54363ddda68c801ada03 https://github.com/D-Programming-Language/phobos/commit/0bbaea576224d48bd15f54363ddda68c801ada03 Author: Martin Nowak <code@dawg.eu> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M posix.mak Log Message: ----------- Revert "Merge pull request #3379 from andralex/build-per-package" This reverts commit a928a21dff5b4dbc70a69220ca8a53d846a02851, reversing changes made to 7ca4060b721f2a2b886f60b6e1a85af63e5b5341. Commit: 73493bbb4998b54e526882a97d8049444f2fd99c https://github.com/D-Programming-Language/phobos/commit/73493bbb4998b54e526882a97d8049444f2fd99c Author: Iain Buclaw <ibuclaw@gdcproject.org> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M std/math.d Log Message: ----------- Fix-up coefficients and smallest denormal value for ieeeDouble in exp() Commit: cc7b0ffa4225a1a75e1e8ef61559015730ae3087 https://github.com/D-Programming-Language/phobos/commit/cc7b0ffa4225a1a75e1e8ef61559015730ae3087 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M posix.mak Log Message: ----------- Merge pull request #3513 from MartinNowak/rev_pull3379 Revert "Merge pull request #3379 from andralex/build-per-package" Commit: 7281178cfba744d34ee913d691408b08e31d18b0 https://github.com/D-Programming-Language/phobos/commit/7281178cfba744d34ee913d691408b08e31d18b0 Author: David Nadlinger <code@klickverbot.at> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Merge pull request #3507 from MartinNowak/AliasSeq Rename Arguments to AliasSeq Commit: 39806a85f5cd0f3280519277a5943e3485abd797 https://github.com/D-Programming-Language/phobos/commit/39806a85f5cd0f3280519277a5943e3485abd797 Author: Martin Nowak <code@dawg.eu> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M std/traits.d M std/utf.d Log Message: ----------- Merge pull request #3512 from MartinNowak/fix14765 add std.traits.isAutodecodableString() to fix Issue 14765 Commit: 3e5e14b0797cde539b2264965ff32ce9ed4c2b9b https://github.com/D-Programming-Language/phobos/commit/3e5e14b0797cde539b2264965ff32ce9ed4c2b9b Author: Martin Nowak <code@dawg.eu> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M std/math.d Log Message: ----------- Merge pull request #3514 from MartinNowak/fix14732 Fix-up coefficients and smallest denormal value for ieeeDouble in exp() Commit: 5ca7ddad6029676b8c9721e29e686ac5e644ca46 https://github.com/D-Programming-Language/phobos/commit/5ca7ddad6029676b8c9721e29e686ac5e644ca46 Author: Martin Nowak <code@dawg.eu> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M posix.mak M std/datetime.d M std/json.d M std/math.d M std/path.d M std/range/package.d M std/traits.d M std/typecons.d M std/uni.d M std/utf.d Log Message: ----------- Merge remote-tracking branch 'upstream/stable' into merge_stable Conflicts: posix.mak Manually edited: std/datetime.d (rename toNormalizedPath -> asNormalizedPath) Commit: 1b3f6d60ec1b9cbae4c5b1fcb26045afdeaba0a3 https://github.com/D-Programming-Language/phobos/commit/1b3f6d60ec1b9cbae4c5b1fcb26045afdeaba0a3 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M posix.mak M std/datetime.d M std/json.d M std/math.d M std/path.d M std/range/package.d M std/traits.d M std/typecons.d M std/uni.d M std/utf.d Log Message: ----------- Merge pull request #3515 from MartinNowak/merge_stable Merge remote-tracking branch 'upstream/stable' into merge_stable Compare: https://github.com/D-Programming-Language/phobos/compare/cef350304d45...1b3f6d60ec1b |
Copyright © 1999-2021 by the D Language Foundation