From phobos at puremagic.com Thu Jul 2 14:22:49 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 02 Jul 2015 14:22:49 -0700 Subject: [phobos] [D-Programming-Language/phobos] 9b6e8d: std.file: Fix building documentation on Windows Message-ID: <5595aba9bd52_1de33fc9b372f29c927eb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9b6e8df51336ccea5d9d9170b4d525b9c736f58f https://github.com/D-Programming-Language/phobos/commit/9b6e8df51336ccea5d9d9170b4d525b9c736f58f Author: Vladimir Panteleev Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M std/file.d Log Message: ----------- std.file: Fix building documentation on Windows This fixes the error: safe function 'std.file.timeLastModified' cannot call system function 'std.file.getTimesWin!(const(char)[]).getTimesWin' Commit: 2b15752f496daf5a23cbe6abe1653adcfd969a35 https://github.com/D-Programming-Language/phobos/commit/2b15752f496daf5a23cbe6abe1653adcfd969a35 Author: Steven Schveighoffer Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3467 from CyberShadow/pull-20150702-173954 std.file: Fix building documentation on Windows Compare: https://github.com/D-Programming-Language/phobos/compare/313fcb11dcc5...2b15752f496d From phobos at puremagic.com Fri Jul 3 01:02:28 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 01:02:28 -0700 Subject: [phobos] [D-Programming-Language/phobos] feb88b: std.internal.math.biguintcore: minor improvements Message-ID: <559641947548f_1c7b3fa352ac12c012278@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: feb88b81488a069e8beaee67b3aa389425e77835 https://github.com/D-Programming-Language/phobos/commit/feb88b81488a069e8beaee67b3aa389425e77835 Author: Walter Bright Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M std/internal/math/biguintcore.d Log Message: ----------- std.internal.math.biguintcore: minor improvements Commit: 67a08f113ab3e21cba8ef9e47722e30da5fdc678 https://github.com/D-Programming-Language/phobos/commit/67a08f113ab3e21cba8ef9e47722e30da5fdc678 Author: Robert Schadek Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/internal/math/biguintcore.d Log Message: ----------- Merge pull request #3469 from WalterBright/biguintcorebetter std.internal.math.biguintcore: minor improvements Compare: https://github.com/D-Programming-Language/phobos/compare/2b15752f496d...67a08f113ab3 From phobos at puremagic.com Fri Jul 3 11:45:45 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 11:45:45 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8404f6: std.digest.sha remove static constructor Message-ID: <5596d8596544c_20163fd1b979929c57989@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8404f65dae4a66ccc0e81afc6563f48715adfec6 https://github.com/D-Programming-Language/phobos/commit/8404f65dae4a66ccc0e81afc6563f48715adfec6 Author: Walter Bright Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/digest/sha.d Log Message: ----------- std.digest.sha remove static constructor Commit: e6ac2ab0dd6cfe0d09c390a177d26485546d3f52 https://github.com/D-Programming-Language/phobos/commit/e6ac2ab0dd6cfe0d09c390a177d26485546d3f52 Author: Dmitry Olshansky Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/digest/sha.d Log Message: ----------- Merge pull request #3460 from WalterBright/rmshactor std.digest.sha remove static constructor Compare: https://github.com/D-Programming-Language/phobos/compare/67a08f113ab3...e6ac2ab0dd6c From phobos at puremagic.com Fri Jul 3 12:44:48 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 12:44:48 -0700 Subject: [phobos] [D-Programming-Language/phobos] d23eb7: Improve std.base64 docs. Message-ID: <5596e63056c4b_4e583ff250dc32a0731c0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: d23eb76dbd2f70abf88e89b91cdaca775276f6db https://github.com/D-Programming-Language/phobos/commit/d23eb76dbd2f70abf88e89b91cdaca775276f6db Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Improve std.base64 docs. Improve wording, add standard Params: and Returns: sections. Clarify unclear semantics. Better module description. Commit: d1b4394f4a451b1ce31c16adc71da86f84502c33 https://github.com/D-Programming-Language/phobos/commit/d1b4394f4a451b1ce31c16adc71da86f84502c33 Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Add code examples. Commit: 77c15e19b2951824b751b8c94a8fbbb2b76ac5c4 https://github.com/D-Programming-Language/phobos/commit/77c15e19b2951824b751b8c94a8fbbb2b76ac5c4 Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Fix latent ref bugs in encode() and decode(). Output range must be passed via ref otherwise by-value output ranges will not work correctly. Add code examples. Commit: db4d90b6d9ea080ab890a0d1c9a1ea47a26c4810 https://github.com/D-Programming-Language/phobos/commit/db4d90b6d9ea080ab890a0d1c9a1ea47a26c4810 Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Coding style fixes. Commit: 9c8c768490330f066d743cd8505127dcfd9feedc https://github.com/D-Programming-Language/phobos/commit/9c8c768490330f066d743cd8505127dcfd9feedc Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Base64 is not limited to MIME. Commit: fffb9712d66403d88c19d8e50c79cb2424733d07 https://github.com/D-Programming-Language/phobos/commit/fffb9712d66403d88c19d8e50c79cb2424733d07 Author: H. S. Teoh Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/base64.d Log Message: ----------- Use auto ref to retain compatibility with previous workarounds. Commit: acdad554ed4bbd4f1d925740716b0845f9257307 https://github.com/D-Programming-Language/phobos/commit/acdad554ed4bbd4f1d925740716b0845f9257307 Author: Dmitry Olshansky Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/base64.d Log Message: ----------- Merge pull request #3096 from quickfur/base64_tlc TLC for std.base64 Compare: https://github.com/D-Programming-Language/phobos/compare/e6ac2ab0dd6c...acdad554ed4b From phobos at puremagic.com Fri Jul 3 15:22:04 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 15:22:04 -0700 Subject: [phobos] [D-Programming-Language/phobos] 9b6035: Rename Arguments to AliasSeq for alias sequence Message-ID: <55970b0c13ea9_78053fa771cc92c05482a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9b6035f4721f7e68f3c86bea8293aac847fa30c2 https://github.com/D-Programming-Language/phobos/commit/9b6035f4721f7e68f3c86bea8293aac847fa30c2 Author: amaury Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Rename Arguments to AliasSeq for alias sequence Commit: c4f1829bf236dd0cadb00cf069bea5cee89be94e https://github.com/D-Programming-Language/phobos/commit/c4f1829bf236dd0cadb00cf069bea5cee89be94e Author: Dmitry Olshansky Date: 2015-07-04 (Sat, 04 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 Compare: https://github.com/D-Programming-Language/phobos/compare/acdad554ed4b...c4f1829bf236 From phobos at puremagic.com Fri Jul 3 19:47:00 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 19:47:00 -0700 Subject: [phobos] [D-Programming-Language/phobos] 67f71a: std.parallelism: move static constructor out of te... Message-ID: <5597492434d3d_4a8d3f812fd152a082670@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 67f71a84e9aa00b04903f315a67f57a14b2c3414 https://github.com/D-Programming-Language/phobos/commit/67f71a84e9aa00b04903f315a67f57a14b2c3414 Author: Walter Bright Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M std/parallelism.d Log Message: ----------- std.parallelism: move static constructor out of template Commit: df2bccb00b8833f17d9466de73e7cee2a9f0603d https://github.com/D-Programming-Language/phobos/commit/df2bccb00b8833f17d9466de73e7cee2a9f0603d Author: Steven Schveighoffer Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/parallelism.d Log Message: ----------- Merge pull request #3468 from WalterBright/parallelctor std.parallelism: move static constructor out of template Compare: https://github.com/D-Programming-Language/phobos/compare/c4f1829bf236...df2bccb00b88 From phobos at puremagic.com Fri Jul 3 21:11:23 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 21:11:23 -0700 Subject: [phobos] [D-Programming-Language/phobos] 83c3ad: std.format - void buffer init Message-ID: <55975cebc341d_56173fd062f0f2b841042@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 83c3adb2a0a092a0f01a59250fcb1d8c2165a439 https://github.com/D-Programming-Language/phobos/commit/83c3adb2a0a092a0f01a59250fcb1d8c2165a439 Author: Walter Bright Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/format.d Log Message: ----------- std.format - void buffer init Commit: 18d7a93e72744b6a39d834f02335b15eea61faf9 https://github.com/D-Programming-Language/phobos/commit/18d7a93e72744b6a39d834f02335b15eea61faf9 Author: Hara Kenji Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M std/format.d Log Message: ----------- Merge pull request #3472 from WalterBright/buf512void std.format - void buffer init Compare: https://github.com/D-Programming-Language/phobos/compare/df2bccb00b88...18d7a93e7274 From phobos at puremagic.com Fri Jul 3 21:38:32 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 21:38:32 -0700 Subject: [phobos] [D-Programming-Language/phobos] e9b59d: std.format - better formatChar() Message-ID: <55976348287cb_78053fa771cc92c05584a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e9b59df0ab0e18037c1499c6f98f6fe78cf95d41 https://github.com/D-Programming-Language/phobos/commit/e9b59df0ab0e18037c1499c6f98f6fe78cf95d41 Author: Walter Bright Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/format.d Log Message: ----------- std.format - better formatChar() Commit: c47f468a0e6a57ac92504e0d8d0456efe5307708 https://github.com/D-Programming-Language/phobos/commit/c47f468a0e6a57ac92504e0d8d0456efe5307708 Author: Hara Kenji Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M std/format.d Log Message: ----------- Merge pull request #3471 from WalterBright/betterFormat std.format - better formatChar() Compare: https://github.com/D-Programming-Language/phobos/compare/18d7a93e7274...c47f468a0e6a From phobos at puremagic.com Fri Jul 3 22:36:23 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 03 Jul 2015 22:36:23 -0700 Subject: [phobos] [D-Programming-Language/phobos] f4e37c: std.format.formatUnsigned: refactor Message-ID: <559770d7d19c3_1b3a3f953f75529c9906e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f4e37c397976b6b2e8f3577cb12bd3a670c94643 https://github.com/D-Programming-Language/phobos/commit/f4e37c397976b6b2e8f3577cb12bd3a670c94643 Author: Walter Bright Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M std/format.d Log Message: ----------- std.format.formatUnsigned: refactor Commit: c3a39c54613a10c5c75d9409c003717691c81d27 https://github.com/D-Programming-Language/phobos/commit/c3a39c54613a10c5c75d9409c003717691c81d27 Author: Hara Kenji Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M std/format.d Log Message: ----------- Merge pull request #3470 from WalterBright/betterFormatU std.format.formatUnsigned: refactor Compare: https://github.com/D-Programming-Language/phobos/compare/c47f468a0e6a...c3a39c54613a From phobos at puremagic.com Mon Jul 6 00:50:28 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 06 Jul 2015 00:50:28 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8f4c07: add std.concurrencybase Message-ID: <559a334441b85_50d93ff5e63db2bc66875@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8f4c07a840bd8538fbffc3eecd3a683b557be6f4 https://github.com/D-Programming-Language/phobos/commit/8f4c07a840bd8538fbffc3eecd3a683b557be6f4 Author: Walter Bright Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M posix.mak M std/concurrency.d A std/concurrencybase.d M win32.mak M win64.mak Log Message: ----------- add std.concurrencybase Commit: 227f1f220d709e8b063dd8ae5cc33a6829ebcb68 https://github.com/D-Programming-Language/phobos/commit/227f1f220d709e8b063dd8ae5cc33a6829ebcb68 Author: Hara Kenji Date: 2015-07-06 (Mon, 06 Jul 2015) Changed paths: M posix.mak M std/concurrency.d A std/concurrencybase.d M win32.mak M win64.mak Log Message: ----------- Merge pull request #3473 from WalterBright/concurrencybase add std.concurrencybase Compare: https://github.com/D-Programming-Language/phobos/compare/c3a39c54613a...227f1f220d70 From phobos at puremagic.com Tue Jul 7 11:27:21 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 07 Jul 2015 11:27:21 -0700 Subject: [phobos] [D-Programming-Language/phobos] 46831a: std.regex: correctly add last character of a set t... Message-ID: <559c1a0935819_32b83fa92f7492b8898aa@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 46831a485ea50f8f0a1f351ee932a8a0e97cec97 https://github.com/D-Programming-Language/phobos/commit/46831a485ea50f8f0a1f351ee932a8a0e97cec97 Author: David Soria Parra Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M std/regex/internal/parser.d M std/regex/internal/tests.d Log Message: ----------- std.regex: correctly add last character of a set to regex (bugzilla 14529) When encounting the end of a character set ']' we have to correctly add the last encountered valid character to the regex and resepect flags. This bug caused the last character to not be correctly case folded if case folding was requested. This fixes https://issues.dlang.org/show_bug.cgi?id=14529. Commit: 7cd34919891ecf7090763a73f2f8c27dfc1cc75c https://github.com/D-Programming-Language/phobos/commit/7cd34919891ecf7090763a73f2f8c27dfc1cc75c Author: Dmitry Olshansky Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M std/regex/internal/parser.d M std/regex/internal/tests.d Log Message: ----------- Merge pull request #3475 from dsp/b14529 std.regex: correctly add last character of a set to regex (bugzilla 14529) Compare: https://github.com/D-Programming-Language/phobos/compare/227f1f220d70...7cd34919891e From phobos at puremagic.com Wed Jul 8 03:08:39 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Jul 2015 03:08:39 -0700 Subject: [phobos] [D-Programming-Language/phobos] 657745: add checkwhitespace check for the auto-tester Message-ID: <559cf6a794775_488e3fc0e5cbd2bc6634@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6577457e2e854474f26beefb0df2d1dce2bfac53 https://github.com/D-Programming-Language/phobos/commit/6577457e2e854474f26beefb0df2d1dce2bfac53 Author: Rainer Schuetze Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M posix.mak Log Message: ----------- add checkwhitespace check for the auto-tester Commit: 941faea9fa0d62fbee44d72885d5fb71877cf868 https://github.com/D-Programming-Language/phobos/commit/941faea9fa0d62fbee44d72885d5fb71877cf868 Author: Rainer Schuetze Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M posix.mak Log Message: ----------- add common modules from etc/c to ALL_D_FILES Commit: 686dd351dac7ceeafdae62d58f310b23e54be2ff https://github.com/D-Programming-Language/phobos/commit/686dd351dac7ceeafdae62d58f310b23e54be2ff Author: Rainer Schuetze Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M posix.mak Log Message: ----------- fix bad grep pattern Commit: d339f7da6851ef20c199f52bfbfd5a63d19efc82 https://github.com/D-Programming-Language/phobos/commit/d339f7da6851ef20c199f52bfbfd5a63d19efc82 Author: Rainer Schuetze Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M posix.mak Log Message: ----------- replace grep with checkwhitespace from dmd Commit: 110ebbcd5a93062d30ec9ee580b367d5aac64965 https://github.com/D-Programming-Language/phobos/commit/110ebbcd5a93062d30ec9ee580b367d5aac64965 Author: Rainer Schuetze Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M posix.mak Log Message: ----------- use DMD instead of HOST_DC Commit: 79b0a29e7ccdbbcc5fce90aa964b5e25a32a8008 https://github.com/D-Programming-Language/phobos/commit/79b0a29e7ccdbbcc5fce90aa964b5e25a32a8008 Author: Rainer Schuetze Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M posix.mak Log Message: ----------- don't add EXTRA_MODULES twice to ALL_D_MODULES Commit: e2e374490a75cf84b8c7087a672464680e7947b0 https://github.com/D-Programming-Language/phobos/commit/e2e374490a75cf84b8c7087a672464680e7947b0 Author: Rainer Schuetze Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M etc/c/odbc/sql.d M etc/c/odbc/sqlext.d M etc/c/odbc/sqltypes.d M etc/c/odbc/sqlucode.d Log Message: ----------- remove CR and tabs Commit: 3a012ccd6b7ea6dca135435be1ae7851b9c88e75 https://github.com/D-Programming-Language/phobos/commit/3a012ccd6b7ea6dca135435be1ae7851b9c88e75 Author: Rainer Schuetze Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M posix.mak Log Message: ----------- remove trailing white space Commit: eeaba5091b2daaa71eb63be91d80ee785a4a8c93 https://github.com/D-Programming-Language/phobos/commit/eeaba5091b2daaa71eb63be91d80ee785a4a8c93 Author: Dmitry Olshansky Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M etc/c/odbc/sql.d M etc/c/odbc/sqlext.d M etc/c/odbc/sqltypes.d M etc/c/odbc/sqlucode.d M posix.mak Log Message: ----------- Merge pull request #3474 from rainers/checkwhitespace2 add checkwhitespace check for the auto-tester Compare: https://github.com/D-Programming-Language/phobos/compare/7cd34919891e...eeaba5091b2d From phobos at puremagic.com Wed Jul 8 05:50:22 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Jul 2015 05:50:22 -0700 Subject: [phobos] [D-Programming-Language/phobos] a1de9e: std.regex: additional unittests testing ||, --, &&... Message-ID: <559d1c8e11262_33d33fcb43b6b2c08372a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a1de9eea10e59253642d110e01ace58b04a02bf5 https://github.com/D-Programming-Language/phobos/commit/a1de9eea10e59253642d110e01ace58b04a02bf5 Author: David Soria Parra Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/regex/internal/tests.d Log Message: ----------- std.regex: additional unittests testing ||, --, && and ~~ Commit: 0b55d6319a63fdc0d088bde7e5062b773f15e73a https://github.com/D-Programming-Language/phobos/commit/0b55d6319a63fdc0d088bde7e5062b773f15e73a Author: David Soria Parra Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/regex/internal/parser.d Log Message: ----------- std.regex: simplify case statement The old issue 12603 is fixed according to the issue tracker. Therefore we try to simplify the case statement as proposed initially. Commit: 0e732cb4d6589e44f31ccac455915180aee4d6a5 https://github.com/D-Programming-Language/phobos/commit/0e732cb4d6589e44f31ccac455915180aee4d6a5 Author: Dmitry Olshansky Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/regex/internal/parser.d M std/regex/internal/tests.d Log Message: ----------- Merge pull request #3480 from dsp/simplify-case std.regex: simplify case Compare: https://github.com/D-Programming-Language/phobos/compare/eeaba5091b2d...0e732cb4d658 From phobos at puremagic.com Wed Jul 8 21:26:18 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Jul 2015 21:26:18 -0700 Subject: [phobos] [D-Programming-Language/phobos] f9466a: remove unnecessary uses of std.format Message-ID: <559df7ea60048_35843fd9a022b2bc6857d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f9466a982ff432e3de4690c608b9cfe6155c1d7b https://github.com/D-Programming-Language/phobos/commit/f9466a982ff432e3de4690c608b9cfe6155c1d7b Author: Walter Bright Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M std/random.d M std/utf.d Log Message: ----------- remove unnecessary uses of std.format Commit: 2b8f99bb038431fd2f2cbd95c1eed76e9dc7cfa3 https://github.com/D-Programming-Language/phobos/commit/2b8f99bb038431fd2f2cbd95c1eed76e9dc7cfa3 Author: Andrei Alexandrescu Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/random.d M std/utf.d Log Message: ----------- Merge pull request #3455 from WalterBright/rmformat remove unnecessary uses of std.format Compare: https://github.com/D-Programming-Language/phobos/compare/0e732cb4d658...2b8f99bb0384 From phobos at puremagic.com Wed Jul 8 21:42:07 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Jul 2015 21:42:07 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4c5bb7: Range-ify std.file.copy() Message-ID: <559dfb9fdc48f_5ba13ff90ca2f2c087524@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4c5bb70ca4616f2b238d09fdbc2d761053fdf4f3 https://github.com/D-Programming-Language/phobos/commit/4c5bb70ca4616f2b238d09fdbc2d761053fdf4f3 Author: Walter Bright Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M std/file.d Log Message: ----------- Range-ify std.file.copy() Commit: fcf7cdc22b0ce9aaeb4c44cab5aea89c10b525bd https://github.com/D-Programming-Language/phobos/commit/fcf7cdc22b0ce9aaeb4c44cab5aea89c10b525bd Author: Andrei Alexandrescu Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3453 from WalterBright/rangecopy Range-ify std.file.copy() Compare: https://github.com/D-Programming-Language/phobos/compare/2b8f99bb0384...fcf7cdc22b0c From phobos at puremagic.com Wed Jul 8 22:41:13 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 08 Jul 2015 22:41:13 -0700 Subject: [phobos] [D-Programming-Language/phobos] 25e5a6: Range-ify std.file attribute functions Message-ID: <559e097931837_35653ff0479e72b81009eb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 25e5a601f85d7df9693135143c54338280e60845 https://github.com/D-Programming-Language/phobos/commit/25e5a601f85d7df9693135143c54338280e60845 Author: Walter Bright Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M std/file.d Log Message: ----------- Range-ify std.file attribute functions Commit: b7e9336f99c11be827038be5eadc265d64182bdd https://github.com/D-Programming-Language/phobos/commit/b7e9336f99c11be827038be5eadc265d64182bdd Author: Andrei Alexandrescu Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3447 from WalterBright/rangeattr Range-ify std.file attribute functions Compare: https://github.com/D-Programming-Language/phobos/compare/fcf7cdc22b0c...b7e9336f99c1 From phobos at puremagic.com Thu Jul 9 02:46:00 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 09 Jul 2015 02:46:00 -0700 Subject: [phobos] [D-Programming-Language/phobos] 9bb92c: Mark std.uni.MuliArray.raw_ptr as pure, nothrow an... Message-ID: <559e42d86b59c_27c93fbdd8f1b2bc37180@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9bb92c55551a90d32725e8779a157844a6b34659 https://github.com/D-Programming-Language/phobos/commit/9bb92c55551a90d32725e8779a157844a6b34659 Author: Tomoya Tanjo Date: 2015-04-26 (Sun, 26 Apr 2015) Changed paths: M std/uni.d Log Message: ----------- Mark std.uni.MuliArray.raw_ptr as pure, nothrow and @nogc Commit: 54563c161b288d03ac431c5f3b4f5a34e0a2ac0a https://github.com/D-Programming-Language/phobos/commit/54563c161b288d03ac431c5f3b4f5a34e0a2ac0a Author: Dmitry Olshansky Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #3231 from tom-tan/uni-MultiArray-raw_ptr-pure-nothrow-nogc Mark std.uni.MuliArray.raw_ptr as pure, nothrow and @nogc Compare: https://github.com/D-Programming-Language/phobos/compare/b7e9336f99c1...54563c161b28 From phobos at puremagic.com Thu Jul 9 16:49:03 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 09 Jul 2015 16:49:03 -0700 Subject: [phobos] [D-Programming-Language/phobos] 3399e4: adapt druntime paths for fix to Issue 11414 Message-ID: <559f086f342fd_140b3f9bf1f792bc3337c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3399e4b0d035fa060e777115c8f88afe566c929e https://github.com/D-Programming-Language/phobos/commit/3399e4b0d035fa060e777115c8f88afe566c929e Author: Martin Nowak Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M posix.mak Log Message: ----------- adapt druntime paths for fix to Issue 11414 Commit: 255070aac0c9c0d774aa7b65cb07e357263bc608 https://github.com/D-Programming-Language/phobos/commit/255070aac0c9c0d774aa7b65cb07e357263bc608 Author: Jonathan M Davis Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M posix.mak Log Message: ----------- Merge pull request #3478 from MartinNowak/fix11414 adapt druntime paths for fix to Issue 11414 Compare: https://github.com/D-Programming-Language/phobos/compare/54563c161b28...255070aac0c9 From phobos at puremagic.com Thu Jul 9 23:16:38 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 09 Jul 2015 23:16:38 -0700 Subject: [phobos] [D-Programming-Language/phobos] ee21d0: Range-ify std.path.DirIteratorImpl Message-ID: <559f6346ebfe1_5cb33fde9a90d2c012617b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: ee21d0e791ed5cf37ad47faa907574e7df619c87 https://github.com/D-Programming-Language/phobos/commit/ee21d0e791ed5cf37ad47faa907574e7df619c87 Author: Walter Bright Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Range-ify std.path.DirIteratorImpl Commit: 030595bcb2f02c254cd31abbdeeecfe7c39ea09b https://github.com/D-Programming-Language/phobos/commit/030595bcb2f02c254cd31abbdeeecfe7c39ea09b Author: Dmitry Olshansky Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3452 from WalterBright/rangedirit Range-ify std.path.DirIteratorImpl Compare: https://github.com/D-Programming-Language/phobos/compare/255070aac0c9...030595bcb2f0 From phobos at puremagic.com Fri Jul 10 00:15:04 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Jul 2015 00:15:04 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8dd8c0: std.conv add toChars() Message-ID: <559f70f81bcb2_b1a3fb262b6f2c0699a0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8dd8c0856eda667aaee36cf67eacc462933e5753 https://github.com/D-Programming-Language/phobos/commit/8dd8c0856eda667aaee36cf67eacc462933e5753 Author: Walter Bright Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M std/conv.d Log Message: ----------- std.conv add toChars() Commit: 18f1ab9d2f14e3417654e1866135818e4355494b https://github.com/D-Programming-Language/phobos/commit/18f1ab9d2f14e3417654e1866135818e4355494b Author: Dmitry Olshansky Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M std/conv.d Log Message: ----------- Merge pull request #3477 from WalterBright/toChars std.conv add toChars() Compare: https://github.com/D-Programming-Language/phobos/compare/030595bcb2f0...18f1ab9d2f14 From phobos at puremagic.com Fri Jul 10 02:48:43 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Jul 2015 02:48:43 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6f0f92: Revert "std.math: proper support for 64-bit real i... Message-ID: <559f94fb3892_72453f892010d2c03755f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-3285-exp Home: https://github.com/D-Programming-Language/phobos Commit: 6f0f928f0f992a09826087b6fdb5f2d41d1d4be8 https://github.com/D-Programming-Language/phobos/commit/6f0f928f0f992a09826087b6fdb5f2d41d1d4be8 Author: Iain Buclaw Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M std/math.d Log Message: ----------- Revert "std.math: proper support for 64-bit real in exp()" From phobos at puremagic.com Fri Jul 10 12:32:59 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 10 Jul 2015 12:32:59 -0700 Subject: [phobos] [D-Programming-Language/phobos] 1f0f8e: Fix Issue 13650 - Rebased Message-ID: <55a01debe65fb_71483fdee80532bc9937e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 1f0f8ef77267465b503bb7766c7939fd507623fe https://github.com/D-Programming-Language/phobos/commit/1f0f8ef77267465b503bb7766c7939fd507623fe Author: Peter Alexander Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M std/algorithm/mutation.d Log Message: ----------- Fix Issue 13650 - Rebased Commit: 5d17edc745e953988a574411a9f351bfb9d525d3 https://github.com/D-Programming-Language/phobos/commit/5d17edc745e953988a574411a9f351bfb9d525d3 Author: Dmitry Olshansky Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M std/algorithm/mutation.d Log Message: ----------- Merge pull request #2799 from Poita/Issue13650 Fix Issue 13650 - Cannot copy (w)char[] into (w)char[] Compare: https://github.com/D-Programming-Language/phobos/compare/18f1ab9d2f14...5d17edc745e9 From phobos at puremagic.com Sun Jul 12 00:30:43 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 12 Jul 2015 00:30:43 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6079e2: std.algorithm.iteration: Add permutations (fix iss... Message-ID: <55a217a318759_326d3fc625d0b29c435c5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6079e23d827ffeaf15b6587eb713fa95a20e4e6f https://github.com/D-Programming-Language/phobos/commit/6079e23d827ffeaf15b6587eb713fa95a20e4e6f Author: Vladimir Panteleev Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M std/algorithm/iteration.d M std/algorithm/package.d M std/algorithm/sorting.d Log Message: ----------- std.algorithm.iteration: Add permutations (fix issue 13596) Commit: 6a595fbd73e11057844f237418fcfd5c65efa916 https://github.com/D-Programming-Language/phobos/commit/6a595fbd73e11057844f237418fcfd5c65efa916 Author: Dmitry Olshansky Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M std/algorithm/iteration.d M std/algorithm/package.d M std/algorithm/sorting.d Log Message: ----------- Merge pull request #3482 from CyberShadow/pull-20150710-071447 std.algorithm.iteration: Add permutations Compare: https://github.com/D-Programming-Language/phobos/compare/5d17edc745e9...6a595fbd73e1 From phobos at puremagic.com Sun Jul 12 15:06:55 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 12 Jul 2015 15:06:55 -0700 Subject: [phobos] [D-Programming-Language/phobos] cc7735: Fix Issue 12966 - Optimization for BinaryHeap Message-ID: <55a2e4ff2bd23_7ccc3fb3f1e1d2c04693f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: cc77356a9df2530ed6a725281bf90daf221ed0ef https://github.com/D-Programming-Language/phobos/commit/cc77356a9df2530ed6a725281bf90daf221ed0ef Author: Xinok Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M std/container/binaryheap.d Log Message: ----------- Fix Issue 12966 - Optimization for BinaryHeap Commit: b97a6c2e7ebbd5db8ee6462d8833e4301245d43d https://github.com/D-Programming-Language/phobos/commit/b97a6c2e7ebbd5db8ee6462d8833e4301245d43d Author: Xinok Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/algorithm/sorting.d M std/container/binaryheap.d Log Message: ----------- Migrate some heap operations to std.algorithm Commit: d52fb87ce711083ecfe0dd1c3249ae9608ebae5e https://github.com/D-Programming-Language/phobos/commit/d52fb87ce711083ecfe0dd1c3249ae9608ebae5e Author: Xinok Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/algorithm/sorting.d M std/container/binaryheap.d Log Message: ----------- Remove trailing space... Commit: 08f0b242d5126adfad9fe58fbc4522c9e88ba4c9 https://github.com/D-Programming-Language/phobos/commit/08f0b242d5126adfad9fe58fbc4522c9e88ba4c9 Author: Xinok Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M std/algorithm/sorting.d M std/container/binaryheap.d Log Message: ----------- Fix for instantiating BinaryHeap!(Array!int)) Commit: 30e4ff1717d6d3eb82d2cb0e00a3c07af4263a7b https://github.com/D-Programming-Language/phobos/commit/30e4ff1717d6d3eb82d2cb0e00a3c07af4263a7b Author: Dmitry Olshansky Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M std/algorithm/sorting.d M std/container/binaryheap.d Log Message: ----------- Merge pull request #3479 from Xinok/issue12966 Fix Issue 12966 - Optimization for BinaryHeap Compare: https://github.com/D-Programming-Language/phobos/compare/6a595fbd73e1...30e4ff1717d6 From phobos at puremagic.com Mon Jul 13 08:05:10 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Jul 2015 08:05:10 -0700 Subject: [phobos] [D-Programming-Language/phobos] 476d20: avoid interference of readln with standard arrays Message-ID: <55a3d3a66ff73_42b73f8504b412c0686a1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 476d2096c3f786829ba138945ab5a48a96c9d0b2 https://github.com/D-Programming-Language/phobos/commit/476d2096c3f786829ba138945ab5a48a96c9d0b2 Author: Rainer Schuetze Date: 2015-04-21 (Tue, 21 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- avoid interference of readln with standard arrays Commit: fab889c9f67c2737a086106285b8f56741a42043 https://github.com/D-Programming-Language/phobos/commit/fab889c9f67c2737a086106285b8f56741a42043 Author: Rainer Schuetze Date: 2015-04-21 (Tue, 21 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- replace appender with something similar, but compatible with arrays Commit: 19ac24d4ac851a5da04f0a5cef412d0d37a55cbd https://github.com/D-Programming-Language/phobos/commit/19ac24d4ac851a5da04f0a5cef412d0d37a55cbd Author: Rainer Schuetze Date: 2015-04-21 (Tue, 21 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- update capacity even when shrinking to allow buffer reuse avoid producing garbage in byLine, making optimization with _d_newarrayU obsolete Commit: b9233db8f37d62c347125626c062b20a64289d0b https://github.com/D-Programming-Language/phobos/commit/b9233db8f37d62c347125626c062b20a64289d0b Author: Rainer Schuetze Date: 2015-04-21 (Tue, 21 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- fix merge Commit: fc959b05c46a2515bf8abe63424998f80dccae99 https://github.com/D-Programming-Language/phobos/commit/fc959b05c46a2515bf8abe63424998f80dccae99 Author: Rainer Schuetze Date: 2015-04-21 (Tue, 21 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- clarify putonly usage by assert Commit: bb6dba617a670c7621efd6b1d3e13796d6185d74 https://github.com/D-Programming-Language/phobos/commit/bb6dba617a670c7621efd6b1d3e13796d6185d74 Author: Rainer Schuetze Date: 2015-04-22 (Wed, 22 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- remove readlnAppender from HAS_GETDELIM version, but also bad GC.sizeof optimization Commit: a0b270a55bed07b625424ae3cef3096dc8afa182 https://github.com/D-Programming-Language/phobos/commit/a0b270a55bed07b625424ae3cef3096dc8afa182 Author: Rainer Schuetze Date: 2015-04-22 (Wed, 22 Apr 2015) Changed paths: M std/stdio.d Log Message: ----------- comment GC/readlnImpl implementation specific assertions Commit: cb7bb65a081dfe9ac3b9e3a88c573e771938e243 https://github.com/D-Programming-Language/phobos/commit/cb7bb65a081dfe9ac3b9e3a88c573e771938e243 Author: Rainer Schuetze Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M std/stdio.d Log Message: ----------- remove CR Commit: 497c463e100c690e750c28e8918f7f785fd4a4f1 https://github.com/D-Programming-Language/phobos/commit/497c463e100c690e750c28e8918f7f785fd4a4f1 Author: Dmitry Olshansky Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M std/stdio.d Log Message: ----------- Merge pull request #2794 from rainers/issue13856 Fix Issue 13856 - std.stdio.readln stomps arrays Compare: https://github.com/D-Programming-Language/phobos/compare/30e4ff1717d6...497c463e100c From phobos at puremagic.com Mon Jul 13 16:38:44 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Jul 2015 16:38:44 -0700 Subject: [phobos] [D-Programming-Language/phobos] e900b2: add example to readln with better performance than... Message-ID: <55a44c04d06d9_3ff93fd8dfe272bc19031@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e900b2b85b3cb3f79fdf1d8bf2eab0d5b9c2e930 https://github.com/D-Programming-Language/phobos/commit/e900b2b85b3cb3f79fdf1d8bf2eab0d5b9c2e930 Author: Rainer Schuetze Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M std/stdio.d Log Message: ----------- add example to readln with better performance than the basic usage Commit: 6dbae4ad2afb52f0c9f53e507874ff4470cf67a9 https://github.com/D-Programming-Language/phobos/commit/6dbae4ad2afb52f0c9f53e507874ff4470cf67a9 Author: Rainer Schuetze Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M std/stdio.d Log Message: ----------- add reference to byLine Commit: e873db6c6c835c6020d99b91f17017a7bb88178b https://github.com/D-Programming-Language/phobos/commit/e873db6c6c835c6020d99b91f17017a7bb88178b Author: Dmitry Olshansky Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M std/stdio.d Log Message: ----------- Merge pull request #3485 from rainers/readln_example Follow-up to PR 2794 - add better performing example to readln Compare: https://github.com/D-Programming-Language/phobos/compare/497c463e100c...e873db6c6c83 From phobos at puremagic.com Mon Jul 13 17:36:32 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Jul 2015 17:36:32 -0700 Subject: [phobos] [D-Programming-Language/phobos] 7cbf6c: Fix issue 14760 Message-ID: <55a45990c7a66_3d143fbae605329c36897@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7cbf6c6bff93081ed377a18cbe53c3dfb03df72a https://github.com/D-Programming-Language/phobos/commit/7cbf6c6bff93081ed377a18cbe53c3dfb03df72a Author: karronoli Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Fix issue 14760 Commit: 70028953a9a39b8578378c026e0924cbcafb081c https://github.com/D-Programming-Language/phobos/commit/70028953a9a39b8578378c026e0924cbcafb081c Author: Dmitry Olshansky Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Merge pull request #3464 from karronoli/fix-curl-segv Issue 14760 - Add clearContentLength for avoiding segmentation fault Compare: https://github.com/D-Programming-Language/phobos/compare/e873db6c6c83...70028953a9a3 From phobos at puremagic.com Mon Jul 13 18:29:49 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 13 Jul 2015 18:29:49 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6c729e: Fix issue 14763 - Use optionsData argument for opt... Message-ID: <55a4660d1817a_1c2c3f8ac01312a0743f0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6c729e980250d9c49d6a39333b4a51295420590f https://github.com/D-Programming-Language/phobos/commit/6c729e980250d9c49d6a39333b4a51295420590f Author: karronoli Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Fix issue 14763 - Use optionsData argument for options function. Commit: ea870fe080b02eb8621db92edb6d72425e6ea34e https://github.com/D-Programming-Language/phobos/commit/ea870fe080b02eb8621db92edb6d72425e6ea34e Author: Dmitry Olshansky Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Merge pull request #3466 from karronoli/fix-curl-options-arg Issue 14763 - Use optionsData argument for options function. Compare: https://github.com/D-Programming-Language/phobos/compare/70028953a9a3...ea870fe080b0 From phobos at puremagic.com Tue Jul 14 14:40:12 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 14 Jul 2015 14:40:12 -0700 Subject: [phobos] [D-Programming-Language/phobos] 74b22a: Rename AliasSeq to AliasTuple Message-ID: <55a581bc1f0ac_2213f95fc7752a087753@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 74b22a97e1b4281bf30827af92db1d5a9bd61622 https://github.com/D-Programming-Language/phobos/commit/74b22a97e1b4281bf30827af92db1d5a9bd61622 Author: Mike Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Rename AliasSeq to AliasTuple Commit: 098e4c5412911d18e4d936961afcf4e90927831c https://github.com/D-Programming-Language/phobos/commit/098e4c5412911d18e4d936961afcf4e90927831c Author: Steven Schveighoffer Date: 2015-07-14 (Tue, 14 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 Compare: https://github.com/D-Programming-Language/phobos/compare/ea870fe080b0...098e4c541291 From phobos at puremagic.com Wed Jul 15 11:31:04 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Jul 2015 11:31:04 -0700 Subject: [phobos] =?utf-8?q?=5BD-Programming-Language/phobos=5D_6f4b47=3A_?= =?utf-8?b?c3RkLm1hdGg6IOKEljEsIGNoYW5nZSBwcm90ZWN0aW9u?= Message-ID: <55a6a6e836d36_38e13f94648452a08532c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6f4b47f14cce32f9226d983ac982f43730ab3512 https://github.com/D-Programming-Language/phobos/commit/6f4b47f14cce32f9226d983ac982f43730ab3512 Author: Ilya Yaroshenko Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M std/math.d Log Message: ----------- std.math: №1, change protection Attribute changed for `RealFormat`, `floatTraits`, `floorImpl`. This suff is usefull in other modules like `std.numeric` and `std.mathspecial`. Commit: db4d872d6ee51429cafe25ca61cf559f99022318 https://github.com/D-Programming-Language/phobos/commit/db4d872d6ee51429cafe25ca61cf559f99022318 Author: Dmitry Olshansky Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/math.d Log Message: ----------- Merge pull request #3011 from 9il/float-traits std.math: №1, change protection Compare: https://github.com/D-Programming-Language/phobos/compare/098e4c541291...db4d872d6ee5 From phobos at puremagic.com Wed Jul 15 15:47:17 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Jul 2015 15:47:17 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6f5983: assertNotThrown can call expressions that return u... Message-ID: <55a6e2f5c42c5_31ce3fb1f11832a010838f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6f5983471db9699ef47a04a6480426d30684f7aa https://github.com/D-Programming-Language/phobos/commit/6f5983471db9699ef47a04a6480426d30684f7aa Author: Robert burner Schadek Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/exception.d Log Message: ----------- assertNotThrown can call expressions that return useful data this allows the data to be returned from assertNotThrown returns block Commit: 0e60a85284a02e8a1c1b9837530c6138a0ad5117 https://github.com/D-Programming-Language/phobos/commit/0e60a85284a02e8a1c1b9837530c6138a0ad5117 Author: H. S. Teoh Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/exception.d Log Message: ----------- Merge pull request #3490 from burner/assertNotThrownReturnValue assertNotThrown return value Compare: https://github.com/D-Programming-Language/phobos/compare/db4d872d6ee5...0e60a85284a0 From phobos at puremagic.com Wed Jul 15 22:58:49 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 15 Jul 2015 22:58:49 -0700 Subject: [phobos] [D-Programming-Language/phobos] 6a27c5: Fix grammar in BitFlags docs. Message-ID: <55a7481980c2d_29853f868dccf29c69678@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6a27c5803be496c717db16e2e84a8bd8b9136b04 https://github.com/D-Programming-Language/phobos/commit/6a27c5803be496c717db16e2e84a8bd8b9136b04 Author: H. S. Teoh Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Fix grammar in BitFlags docs. Commit: 69b77f68ef270b3b6515908b589d008f650e64d2 https://github.com/D-Programming-Language/phobos/commit/69b77f68ef270b3b6515908b589d008f650e64d2 Author: Walter Bright Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Merge pull request #3492 from quickfur/bitflags_grammar [trivial] Fix grammar in BitFlags docs. Compare: https://github.com/D-Programming-Language/phobos/compare/0e60a85284a0...69b77f68ef27 From phobos at puremagic.com Thu Jul 16 00:01:31 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 16 Jul 2015 00:01:31 -0700 Subject: [phobos] [D-Programming-Language/phobos] 69d620: Add CopyConstness Message-ID: <55a756cbbb04a_365b3ff0e2eb72c01196a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 69d62066d297228bea68840ffeca0ad2d348c057 https://github.com/D-Programming-Language/phobos/commit/69d62066d297228bea68840ffeca0ad2d348c057 Author: MetaLang Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/traits.d Log Message: ----------- Add CopyConstness Commit: c17c14dab1c2fd96a592cf5133a6cfe2e9b9c648 https://github.com/D-Programming-Language/phobos/commit/c17c14dab1c2fd96a592cf5133a6cfe2e9b9c648 Author: Robert Schadek Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #3441 from MetaLang/traits-copyconstness Add CopyConstness Compare: https://github.com/D-Programming-Language/phobos/compare/69b77f68ef27...c17c14dab1c2 From phobos at puremagic.com Thu Jul 16 05:06:09 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 16 Jul 2015 05:06:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8f937b: std.container.array remove workaround Message-ID: <55a79e311b04c_2da93f82f4bdf2c031263@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8f937b10f5b8842b4bd265aed929b68c3c2009e2 https://github.com/D-Programming-Language/phobos/commit/8f937b10f5b8842b4bd265aed929b68c3c2009e2 Author: Robert burner Schadek Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/container/array.d Log Message: ----------- std.container.array remove workaround there was a bug workaround that works know moretesting Commit: 984b7343a897638aa07b1842f22d19753c973bf9 https://github.com/D-Programming-Language/phobos/commit/984b7343a897638aa07b1842f22d19753c973bf9 Author: Steven Schveighoffer Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/container/array.d Log Message: ----------- Merge pull request #3495 from burner/array_remove_workaround std.container.array remove workaround Compare: https://github.com/D-Programming-Language/phobos/compare/c17c14dab1c2...984b7343a897 From phobos at puremagic.com Thu Jul 16 13:45:43 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 16 Jul 2015 13:45:43 -0700 Subject: [phobos] [D-Programming-Language/phobos] 162f1c: Range-ify: std.file chdir and others Message-ID: <55a817f767fb2_42b93fd0697c52bc118de@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 162f1cbd96045d53233d313e0f1fd0c55769ad04 https://github.com/D-Programming-Language/phobos/commit/162f1cbd96045d53233d313e0f1fd0c55769ad04 Author: Walter Bright Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/file.d M std/windows/syserror.d Log Message: ----------- Range-ify: std.file chdir and others Commit: 777db2696adeafc5440cf45d023d4f05f71f21cc https://github.com/D-Programming-Language/phobos/commit/777db2696adeafc5440cf45d023d4f05f71f21cc Author: Dmitry Olshansky Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/file.d M std/windows/syserror.d Log Message: ----------- Merge pull request #3484 from WalterBright/chdirr Range-ify: std.file chdir and others Compare: https://github.com/D-Programming-Language/phobos/compare/984b7343a897...777db2696ade From phobos at puremagic.com Fri Jul 17 05:49:20 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 17 Jul 2015 05:49:20 -0700 Subject: [phobos] [D-Programming-Language/phobos] 8b5153: Revert AliasTuple back to AliasSeq Message-ID: <55a8f9d0874da_12223f9127e2929c13932@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8b51537f507e9c4110775adf35ecd890530be2a2 https://github.com/D-Programming-Language/phobos/commit/8b51537f507e9c4110775adf35ecd890530be2a2 Author: Mike Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M std/meta.d M std/typetuple.d Log Message: ----------- Revert AliasTuple back to AliasSeq Commit: 29abd583ba083c16caa9d50f7a390bf47cf54dfc https://github.com/D-Programming-Language/phobos/commit/29abd583ba083c16caa9d50f7a390bf47cf54dfc Author: Mike Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M std/meta.d Log Message: ----------- Fix a few typos in std/meta.d Commit: 764312eea6e12a521606067557f23a597f7cb004 https://github.com/D-Programming-Language/phobos/commit/764312eea6e12a521606067557f23a597f7cb004 Author: Martin Nowak Date: 2015-07-17 (Fri, 17 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 Compare: https://github.com/D-Programming-Language/phobos/compare/777db2696ade...764312eea6e1 From phobos at puremagic.com Sun Jul 19 07:15:20 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Sun, 19 Jul 2015 07:15:20 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4899aa: Implement issue# 14792: Add SysTime.fromUnixTime. Message-ID: <55abb0f831c14_1713fbe3cec72c031767@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4899aa85d22114cd56be87ec8cb243d2a13f5b1e https://github.com/D-Programming-Language/phobos/commit/4899aa85d22114cd56be87ec8cb243d2a13f5b1e Author: Jonathan M Davis Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M std/datetime.d Log Message: ----------- Implement issue# 14792: Add SysTime.fromUnixTime. We've had the ability to convert from unix time to SysTime, but it has been more unwieldy than it should be. This adds fromUnixTime to go with toUnixTime. In addition, these changes solve the problem where you sometimes need a value for unix time that doesn't fit in time_t (e.g. a 64-bit value on a 32-bit system), or you're dealing with a 64-bit time_t on a 32-bit system (which Windows sometimes does). So, toUnixTime and stdTimeToUnixTime now take an optional template argument which indicates how many bits the result should be (defaulting to match the size of time_t), and fromUnixTime and unixTimeToStdTime now take long rather than time_t so that they can accept 64-bit values on 32-bit systems. Commit: a9cd76147fbb87e0326c3e302119a7eb0e531d6d https://github.com/D-Programming-Language/phobos/commit/a9cd76147fbb87e0326c3e302119a7eb0e531d6d Author: Dmitry Olshansky Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M std/datetime.d Log Message: ----------- Merge pull request #3481 from jmdavis/issue14792 Implement issue# 14792: Add SysTime.fromUnixTime. Compare: https://github.com/D-Programming-Language/phobos/compare/764312eea6e1...a9cd76147fbb From phobos at puremagic.com Mon Jul 20 08:22:14 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Jul 2015 08:22:14 -0700 Subject: [phobos] [D-Programming-Language/phobos] 70ac03: Extend documentation for toHexString Message-ID: <55ad1226e606a_23123fc8811d129c347ab@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 70ac0312e7f2a3f44eee528d731f17a49ba1cca0 https://github.com/D-Programming-Language/phobos/commit/70ac0312e7f2a3f44eee528d731f17a49ba1cca0 Author: Johannes Pfau Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M std/digest/digest.d Log Message: ----------- Extend documentation for toHexString Commit: 037168113fed585103952623f3e1d0be4668a67b https://github.com/D-Programming-Language/phobos/commit/037168113fed585103952623f3e1d0be4668a67b Author: H. S. Teoh Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/digest/digest.d Log Message: ----------- Merge pull request #3500 from jpf91/docs Extend documentation for toHexString Compare: https://github.com/D-Programming-Language/phobos/compare/a9cd76147fbb...037168113fed From phobos at puremagic.com Mon Jul 20 11:15:49 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Jul 2015 11:15:49 -0700 Subject: [phobos] [D-Programming-Language/phobos] 9a3ad0: Add ODBC linking instructions Message-ID: <55ad3ad511343_578b3faf5310f29c871f0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9a3ad0c610db5b9a7d4af086bc1d579ba6c1c62f https://github.com/D-Programming-Language/phobos/commit/9a3ad0c610db5b9a7d4af086bc1d579ba6c1c62f Author: Andrei Alexandrescu Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M etc/c/odbc/sql.d Log Message: ----------- Add ODBC linking instructions Commit: 3582040b8afd30ba8fd474b6f51e44661d1818b7 https://github.com/D-Programming-Language/phobos/commit/3582040b8afd30ba8fd474b6f51e44661d1818b7 Author: Andrei Alexandrescu Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M etc/c/odbc/sql.d Log Message: ----------- Add Windows instructions Commit: d38df5076dad82d0284878b4c8a5c8f26c9ad45e https://github.com/D-Programming-Language/phobos/commit/d38df5076dad82d0284878b4c8a5c8f26c9ad45e Author: Vladimir Panteleev Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M etc/c/odbc/sql.d Log Message: ----------- Merge pull request #3401 from andralex/odbc-instructions Add ODBC linking instructions Compare: https://github.com/D-Programming-Language/phobos/compare/037168113fed...d38df5076dad From phobos at puremagic.com Mon Jul 20 12:22:32 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Jul 2015 12:22:32 -0700 Subject: [phobos] [D-Programming-Language/phobos] 66e3a5: Rebindable support for AAs Message-ID: <55ad4a78aed3b_578b3faf5310f29c881ad@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 66e3a52a623e544e9c0078d9936bd5db55ff26bf https://github.com/D-Programming-Language/phobos/commit/66e3a52a623e544e9c0078d9936bd5db55ff26bf Author: Jack Applegame Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Rebindable support for AAs Commit: c7ea82e3f52dc684db6bee02096c1362bf20add1 https://github.com/D-Programming-Language/phobos/commit/c7ea82e3f52dc684db6bee02096c1362bf20add1 Author: Steven Schveighoffer Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/typecons.d Log Message: ----------- Merge pull request #3462 from japplegame/patch-1 Rebindable support for AAs. Compare: https://github.com/D-Programming-Language/phobos/compare/d38df5076dad...c7ea82e3f52d From phobos at puremagic.com Mon Jul 20 13:38:13 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Jul 2015 13:38:13 -0700 Subject: [phobos] [D-Programming-Language/phobos] 839337: [trivial] Remove stray redundant word 'example' fr... Message-ID: <55ad5c35a52a6_60813faea26f12c010311c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8393378b6b936b6f5bf22f2d1e0e6f87b8b9a3f5 https://github.com/D-Programming-Language/phobos/commit/8393378b6b936b6f5bf22f2d1e0e6f87b8b9a3f5 Author: H. S. Teoh Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- [trivial] Remove stray redundant word 'example' from code examples. Commit: 73281a95d22d987992398828ab52acbd6f10f1cc https://github.com/D-Programming-Language/phobos/commit/73281a95d22d987992398828ab52acbd6f10f1cc Author: Steven Schveighoffer Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3505 from quickfur/transposed_docs [trivial] Remove stray redundant word 'example' from code examples. Compare: https://github.com/D-Programming-Language/phobos/compare/c7ea82e3f52d...73281a95d22d From phobos at puremagic.com Mon Jul 20 14:16:09 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 20 Jul 2015 14:16:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] 38b6d7: Document what happens to take/takeExactly if the r... Message-ID: <55ad6519989d0_25c83fecf7e412bc5687d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 38b6d7049393b8e556e7d6c31dd3ca34fc8abfd8 https://github.com/D-Programming-Language/phobos/commit/38b6d7049393b8e556e7d6c31dd3ca34fc8abfd8 Author: H. S. Teoh Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Document what happens to take/takeExactly if the range is too short. Commit: 033cdd8568f9e5ee0b5b2d87bea38d3e85962286 https://github.com/D-Programming-Language/phobos/commit/033cdd8568f9e5ee0b5b2d87bea38d3e85962286 Author: Steven Schveighoffer Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3503 from quickfur/take_docs [dox] Document what happens to take/takeExactly if the range is too short. Compare: https://github.com/D-Programming-Language/phobos/compare/73281a95d22d...033cdd8568f9 From phobos at puremagic.com Tue Jul 21 02:33:33 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 21 Jul 2015 02:33:33 -0700 Subject: [phobos] [D-Programming-Language/phobos] 4d5894: std.algorithm.sorting: Remove dead YouTube link fr... Message-ID: <55ae11ed94461_73bc3fc50990929c57723@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: 4d5894b042133a9f5b8a5d5cc71795e2aae04974 https://github.com/D-Programming-Language/phobos/commit/4d5894b042133a9f5b8a5d5cc71795e2aae04974 Author: Vladimir Panteleev 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 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 at forum.dlang.org Commit: 9561bc631d38e94d0e4bef224e26a24117586992 https://github.com/D-Programming-Language/phobos/commit/9561bc631d38e94d0e4bef224e26a24117586992 Author: Vladimir Panteleev 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 at forum.dlang.org Commit: ed3a05eef35082bd1aa717885ff937ef9e664d93 https://github.com/D-Programming-Language/phobos/commit/ed3a05eef35082bd1aa717885ff937ef9e664d93 Author: Vladimir Panteleev 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 at forum.dlang.org http://forum.dlang.org/post/qdtisgsafprcczbjfizz at forum.dlang.org Commit: f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e https://github.com/D-Programming-Language/phobos/commit/f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e Author: Vladimir Panteleev 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 at forum.dlang.org Commit: bf1d655754868f4e6401c8fa9df3fd7d9527d491 https://github.com/D-Programming-Language/phobos/commit/bf1d655754868f4e6401c8fa9df3fd7d9527d491 Author: Vladimir Panteleev 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 at forum.dlang.org Commit: e3b2a9a847574adcc8b9cf464eb1559b595ba1bc https://github.com/D-Programming-Language/phobos/commit/e3b2a9a847574adcc8b9cf464eb1559b595ba1bc Author: Martin Nowak 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 Compare: https://github.com/D-Programming-Language/phobos/compare/9990d31e7a37...e3b2a9a84757 From phobos at puremagic.com Tue Jul 21 10:08:35 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 21 Jul 2015 10:08:35 -0700 Subject: [phobos] [D-Programming-Language/phobos] 60f9b8: Revert "Merge pull request #3139 from mrkline/bett... Message-ID: <55ae7c933f02f_6e213faad74d52bc77164@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: 60f9b8b5381baebf093c1217bbebbd7cbb2737ac https://github.com/D-Programming-Language/phobos/commit/60f9b8b5381baebf093c1217bbebbd7cbb2737ac Author: Martin Nowak 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: aebeac93634d5b185fe6c01b5e3937f71886b224 https://github.com/D-Programming-Language/phobos/commit/aebeac93634d5b185fe6c01b5e3937f71886b224 Author: H. S. Teoh 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" Compare: https://github.com/D-Programming-Language/phobos/compare/e3b2a9a84757...aebeac93634d From phobos at puremagic.com Tue Jul 21 12:01:20 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 21 Jul 2015 12:01:20 -0700 Subject: [phobos] [D-Programming-Language/phobos] e21c9a: Improve Lockstep docs. Message-ID: <55ae9700d00dc_65683f8deb6c529c441a5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e21c9a5dc0bd49aa05ad4535efa4c8e39eaa5dee https://github.com/D-Programming-Language/phobos/commit/e21c9a5dc0bd49aa05ad4535efa4c8e39eaa5dee Author: H. S. Teoh Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Improve Lockstep docs. Remove stray // from generated docs. Reorder that example to flow better with the preceding prose. Fix coding style in code examples. Commit: 90ad7e5fe9d7aa30ecdc4ab19ba0405b7d565ff8 https://github.com/D-Programming-Language/phobos/commit/90ad7e5fe9d7aa30ecdc4ab19ba0405b7d565ff8 Author: H. S. Teoh Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Remove bug section from docs: bug has been fixed in compiler. Add unittest to prevent regressions in the future. Commit: 2f7a73b24dd8fd2e30ee46443508bac30ef31033 https://github.com/D-Programming-Language/phobos/commit/2f7a73b24dd8fd2e30ee46443508bac30ef31033 Author: Steven Schveighoffer Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3504 from quickfur/lockstep_docs Improve Lockstep docs. Compare: https://github.com/D-Programming-Language/phobos/compare/033cdd8568f9...2f7a73b24dd8 From phobos at puremagic.com Thu Jul 23 03:51:33 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Jul 2015 03:51:33 -0700 Subject: [phobos] [D-Programming-Language/phobos] f87d23: Revert "Merge pull request #3382 from andralex/tee... Message-ID: <55b0c7351c12f_75a83fed52f952c05931b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: f87d23a5fda565effcbd7aef941cd28b67627165 https://github.com/D-Programming-Language/phobos/commit/f87d23a5fda565effcbd7aef941cd28b67627165 Author: Martin Nowak 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 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: cc7b0ffa4225a1a75e1e8ef61559015730ae3087 https://github.com/D-Programming-Language/phobos/commit/cc7b0ffa4225a1a75e1e8ef61559015730ae3087 Author: Hara Kenji 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" Compare: https://github.com/D-Programming-Language/phobos/compare/aebeac93634d...cc7b0ffa4225 From phobos at puremagic.com Thu Jul 23 13:56:13 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Jul 2015 13:56:13 -0700 Subject: [phobos] [D-Programming-Language/phobos] bfd84f: Merge pull request #3440 from deadalnix/metatypetu... Message-ID: <55b154edcb7c6_3f0d3fe905ccf2bc333bc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: bfd84f951547023f555d4a85beaba3ad08fe6a1a https://github.com/D-Programming-Language/phobos/commit/bfd84f951547023f555d4a85beaba3ad08fe6a1a Author: Steven Schveighoffer 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 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 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 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: 7281178cfba744d34ee913d691408b08e31d18b0 https://github.com/D-Programming-Language/phobos/commit/7281178cfba744d34ee913d691408b08e31d18b0 Author: David Nadlinger 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 Compare: https://github.com/D-Programming-Language/phobos/compare/cc7b0ffa4225...7281178cfba7 From phobos at puremagic.com Thu Jul 23 15:42:09 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Jul 2015 15:42:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] 31c963: add std.traits.isAutodecodableString() to fix Issu... Message-ID: <55b16dc1853c_5b483f9e55cd92bc99546@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: 31c963070245c2c89ae287283f49fc77425c45df https://github.com/D-Programming-Language/phobos/commit/31c963070245c2c89ae287283f49fc77425c45df Author: Walter Bright 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: 39806a85f5cd0f3280519277a5943e3485abd797 https://github.com/D-Programming-Language/phobos/commit/39806a85f5cd0f3280519277a5943e3485abd797 Author: Martin Nowak 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 Compare: https://github.com/D-Programming-Language/phobos/compare/7281178cfba7...39806a85f5cd From phobos at puremagic.com Thu Jul 23 15:52:40 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Jul 2015 15:52:40 -0700 Subject: [phobos] [D-Programming-Language/installer] 3418da: Update libcurl-7.43.0 Message-ID: <55b17038863b2_1f793ffb6e0612c0237a3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/installer Commit: 3418da33863e7eff7398c60046932eaecf3807af https://github.com/D-Programming-Language/installer/commit/3418da33863e7eff7398c60046932eaecf3807af Author: Carlos Une Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- Update libcurl-7.43.0 Commit: dd93b0596eda749c7871f1631dce0aea5129e4c7 https://github.com/D-Programming-Language/installer/commit/dd93b0596eda749c7871f1631dce0aea5129e4c7 Author: Martin Nowak Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M create_dmd_release/build_all.d Log Message: ----------- Merge pull request #127 from brocolis/libcurl-7.43.0 Update libcurl-7.43.0 Compare: https://github.com/D-Programming-Language/installer/compare/5ba8809cbbaa...dd93b0596eda From phobos at puremagic.com Thu Jul 23 15:55:04 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Thu, 23 Jul 2015 15:55:04 -0700 Subject: [phobos] [D-Programming-Language/phobos] 73493b: Fix-up coefficients and smallest denormal value fo... Message-ID: <55b170c86dbab_d673ff5498192b89318b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/phobos Commit: 73493bbb4998b54e526882a97d8049444f2fd99c https://github.com/D-Programming-Language/phobos/commit/73493bbb4998b54e526882a97d8049444f2fd99c Author: Iain Buclaw 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: 3e5e14b0797cde539b2264965ff32ce9ed4c2b9b https://github.com/D-Programming-Language/phobos/commit/3e5e14b0797cde539b2264965ff32ce9ed4c2b9b Author: Martin Nowak 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() Compare: https://github.com/D-Programming-Language/phobos/compare/39806a85f5cd...3e5e14b0797c From phobos at puremagic.com Fri Jul 24 00:05:23 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 00:05:23 -0700 Subject: [phobos] [D-Programming-Language/phobos] f62e91: [trivial] Make NullSink unittest a ddoc'd example. Message-ID: <55b1e3b3427b5_a993fdd36bf12bc267f1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f62e911b8950255220c24954e6bc5b754b691763 https://github.com/D-Programming-Language/phobos/commit/f62e911b8950255220c24954e6bc5b754b691763 Author: H. S. Teoh Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- [trivial] Make NullSink unittest a ddoc'd example. Commit: cef350304d45c2e3f0964972b4ad4009086439be https://github.com/D-Programming-Language/phobos/commit/cef350304d45c2e3f0964972b4ad4009086439be Author: David Nadlinger Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M std/range/package.d Log Message: ----------- Merge pull request #3508 from quickfur/nullsink_docs [trivial] Make NullSink unittest a ddoc'd example. Compare: https://github.com/D-Programming-Language/phobos/compare/2f7a73b24dd8...cef350304d45 From phobos at puremagic.com Fri Jul 24 17:03:19 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 17:03:19 -0700 Subject: [phobos] [D-Programming-Language/phobos] 51a51e: Merge remote-tracking branch 'upstream/master' int... Message-ID: <55b2d2477187b_4b8c3ff09748d2b841547@hookshot-fe5-cp1-prd.iad.github.net.mail> 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 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 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 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 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 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 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 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 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 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 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 at forum.dlang.org Commit: 9561bc631d38e94d0e4bef224e26a24117586992 https://github.com/D-Programming-Language/phobos/commit/9561bc631d38e94d0e4bef224e26a24117586992 Author: Vladimir Panteleev 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 at forum.dlang.org Commit: ed3a05eef35082bd1aa717885ff937ef9e664d93 https://github.com/D-Programming-Language/phobos/commit/ed3a05eef35082bd1aa717885ff937ef9e664d93 Author: Vladimir Panteleev 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 at forum.dlang.org http://forum.dlang.org/post/qdtisgsafprcczbjfizz at forum.dlang.org Commit: f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e https://github.com/D-Programming-Language/phobos/commit/f26d542967cc1b3ad9cae5ee1ea690d60dc13b8e Author: Vladimir Panteleev 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 at forum.dlang.org Commit: 822f9e16f154a9d1453c3cada98f62ca26025059 https://github.com/D-Programming-Language/phobos/commit/822f9e16f154a9d1453c3cada98f62ca26025059 Author: Walter Bright 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 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 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 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 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 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 at forum.dlang.org Commit: 60f9b8b5381baebf093c1217bbebbd7cbb2737ac https://github.com/D-Programming-Language/phobos/commit/60f9b8b5381baebf093c1217bbebbd7cbb2737ac Author: Martin Nowak 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 From phobos at puremagic.com Fri Jul 24 17:14:01 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 17:14:01 -0700 Subject: [phobos] [D-Programming-Language/tools] 195d5b: remove caching Message-ID: <55b2d4c99c5ff_6b763fcddbce32c0540d3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/stable Home: https://github.com/D-Programming-Language/tools Commit: 195d5b87cce5c10e01b1aaede2fa49d61ffd7875 https://github.com/D-Programming-Language/tools/commit/195d5b87cce5c10e01b1aaede2fa49d61ffd7875 Author: Martin Nowak Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M changed.d Log Message: ----------- remove caching - tools is rarely used - caching might cause troubles when a bug gets reopened Commit: f451474e57c0f4c3fb4723c51cb1196efefd4ec3 https://github.com/D-Programming-Language/tools/commit/f451474e57c0f4c3fb4723c51cb1196efefd4ec3 Author: Martin Nowak Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M changed.d Log Message: ----------- generate bugzilla changelog list from git commits - parse commit messages for all repos in revList using the same regex as the github bugzilla integration - query bugzilla for details on those bugs and make sure they are still marked as resolved and fixed Commit: 87fee77b779cb8a0ef22ce0fa7ef7affb0c92bd1 https://github.com/D-Programming-Language/tools/commit/87fee77b779cb8a0ef22ce0fa7ef7affb0c92bd1 Author: Martin Nowak Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M changed.d Log Message: ----------- update component names - replace silent fallthrough with assert(0) for unknown components - rename website -> dlang.org Commit: d1a4bbf66d0e02f18a9a1d60023e1c78c97a338f https://github.com/D-Programming-Language/tools/commit/d1a4bbf66d0e02f18a9a1d60023e1c78c97a338f Author: Hara Kenji Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M changed.d Log Message: ----------- Merge pull request #172 from MartinNowak/changelog_from_commits update component names Compare: https://github.com/D-Programming-Language/tools/compare/9fa166533994...d1a4bbf66d0e From phobos at puremagic.com Fri Jul 24 18:51:22 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 18:51:22 -0700 Subject: [phobos] [D-Programming-Language/phobos] Message-ID: <55b2eb9a2faa7_64573fe0b312329c100170@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.068.0-b2 Home: https://github.com/D-Programming-Language/phobos From phobos at puremagic.com Fri Jul 24 18:51:25 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 18:51:25 -0700 Subject: [phobos] [D-Programming-Language/tools] Message-ID: <55b2eb9dcd1bd_3d923fbe8ece32b8107161@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.068.0-b2 Home: https://github.com/D-Programming-Language/tools From phobos at puremagic.com Fri Jul 24 18:51:27 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Fri, 24 Jul 2015 18:51:27 -0700 Subject: [phobos] [D-Programming-Language/installer] Message-ID: <55b2eb9f17018_12553f850855f2b811062@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v2.068.0-b2 Home: https://github.com/D-Programming-Language/installer From phobos at puremagic.com Mon Jul 27 08:13:21 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 27 Jul 2015 08:13:21 -0700 Subject: [phobos] [D-Programming-Language/phobos] e4a596: use UFC and nicer lambda syntax for example Message-ID: <55b64a913e88d_29403ffd8866d29c70676@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e4a596746d901065144a272d9dfc8cf81d11e2ed https://github.com/D-Programming-Language/phobos/commit/e4a596746d901065144a272d9dfc8cf81d11e2ed Author: Yannick Koechlin Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M std/file.d Log Message: ----------- use UFC and nicer lambda syntax for example Commit: 9a3f85299ac63803a4311b51cef7da4c2b9264e0 https://github.com/D-Programming-Language/phobos/commit/9a3f85299ac63803a4311b51cef7da4c2b9264e0 Author: David Nadlinger Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3518 from yannick/patch-1 use UFC and nicer lambda syntax for example Compare: https://github.com/D-Programming-Language/phobos/compare/1b3f6d60ec1b...9a3f85299ac6 From phobos at puremagic.com Mon Jul 27 23:51:09 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Mon, 27 Jul 2015 23:51:09 -0700 Subject: [phobos] [D-Programming-Language/phobos] a520b8: Range-ify std.file rmdir Message-ID: <55b7265dac13d_13993fb2ffa432a0378f9@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a520b819e1d6ece3a5f127fafc85dc90a4928369 https://github.com/D-Programming-Language/phobos/commit/a520b819e1d6ece3a5f127fafc85dc90a4928369 Author: Walter Bright Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Range-ify std.file rmdir Commit: cc64dc38e991def40664eadb294fd54a719029bf https://github.com/D-Programming-Language/phobos/commit/cc64dc38e991def40664eadb294fd54a719029bf Author: Dmitry Olshansky Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M std/file.d Log Message: ----------- Merge pull request #3486 from WalterBright/rmdirr Range-ify std.file rmdir() Compare: https://github.com/D-Programming-Language/phobos/compare/9a3f85299ac6...cc64dc38e991 From phobos at puremagic.com Tue Jul 28 00:28:14 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Tue, 28 Jul 2015 00:28:14 -0700 Subject: [phobos] [D-Programming-Language/phobos] 787770: Fix issue 14762 Message-ID: <55b72f0ee60de_2dc53fa5eeda12bc117934@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7877708089c5b6b33d88c4c0279ae367e624df1e https://github.com/D-Programming-Language/phobos/commit/7877708089c5b6b33d88c4c0279ae367e624df1e Author: karronoli Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Fix issue 14762 without clearing options in perform, curl use previous options. - Prefer CUSTOM request by libcurl https://github.com/bagder/curl/blob/master/lib/http.c#L1834 - Change to PUT after PUT by libcurl https://github.com/bagder/curl/blob/master/lib/http.c#L1830 Commit: b34ff324f0bfe539a12797f0b29359681c8c888b https://github.com/D-Programming-Language/phobos/commit/b34ff324f0bfe539a12797f0b29359681c8c888b Author: Dmitry Olshansky Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M std/net/curl.d Log Message: ----------- Merge pull request #3465 from karronoli/fix-curl-http Issue 14762 - Reduce confusion for libcurl after HTTP request. Compare: https://github.com/D-Programming-Language/phobos/compare/cc64dc38e991...b34ff324f0bf From phobos at puremagic.com Wed Jul 29 12:09:53 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 29 Jul 2015 12:09:53 -0700 Subject: [phobos] [D-Programming-Language/phobos] c8048f: std.concurrency: receiveTimeout: document behavior... Message-ID: <55b9250159d16_73203f8968edb29c64412@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c8048fa48832a97f033b748f5e6b8edde3f2ae29 https://github.com/D-Programming-Language/phobos/commit/c8048fa48832a97f033b748f5e6b8edde3f2ae29 Author: sigod Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M std/concurrency.d Log Message: ----------- std.concurrency: receiveTimeout: document behavior with negative timeout Commit: dd838f1d6be3cc6aa58e0c6e4bd4c85af9183ae0 https://github.com/D-Programming-Language/phobos/commit/dd838f1d6be3cc6aa58e0c6e4bd4c85af9183ae0 Author: Dmitry Olshansky Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M std/concurrency.d Log Message: ----------- Merge pull request #3516 from sigod/patch-1 std.concurrency: receiveTimeout: document behavior with negative timeout Compare: https://github.com/D-Programming-Language/phobos/compare/b34ff324f0bf...dd838f1d6be3 From phobos at puremagic.com Wed Jul 29 14:24:47 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 29 Jul 2015 14:24:47 -0700 Subject: [phobos] [D-Programming-Language/phobos] 13cb3d: std.outbuffer: remove call into GC by using approp... Message-ID: <55b9449f65e29_39b03f826d8232bc52714@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 13cb3dede195bee51e4b3463878a79d1010f8958 https://github.com/D-Programming-Language/phobos/commit/13cb3dede195bee51e4b3463878a79d1010f8958 Author: Rainer Schuetze Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M std/outbuffer.d Log Message: ----------- std.outbuffer: remove call into GC by using appropriate type for data, tweak pre-allocation Commit: e308ff1c282365e1a381f1a930b852123ad93e1c https://github.com/D-Programming-Language/phobos/commit/e308ff1c282365e1a381f1a930b852123ad93e1c Author: David Nadlinger Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M std/outbuffer.d Log Message: ----------- Merge pull request #3517 from rainers/outbuffer_gccalls std.outbuffer: remove gratuitious calls into the GC Compare: https://github.com/D-Programming-Language/phobos/compare/dd838f1d6be3...e308ff1c2823 From phobos at puremagic.com Wed Jul 29 15:51:20 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 29 Jul 2015 15:51:20 -0700 Subject: [phobos] [D-Programming-Language/phobos] 5cdf72: Supplemental fix for issue 14846 Message-ID: <55b958e8b67ef_431c3f918c68b2a04513d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 5cdf726149c588ce95e25bdaaee23f8a8949e48a https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a Author: k-hara Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M std/csv.d Log Message: ----------- Supplemental fix for issue 14846 `new Input!(Range, ErrorLevel)` should take the `input` parameter to initialize its field by that, because: if `Range` is a nested struct, its context pointer is not accessible from inside CsvReader. Commit: 4abd9533761e3043438dc8e7c6dcbc0687800789 https://github.com/D-Programming-Language/phobos/commit/4abd9533761e3043438dc8e7c6dcbc0687800789 Author: Hara Kenji Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M std/csv.d Log Message: ----------- Merge pull request #3519 from 9rnsr/fix14846 Supplemental fix for issue 14846 Compare: https://github.com/D-Programming-Language/phobos/compare/e308ff1c2823...4abd9533761e From phobos at puremagic.com Wed Jul 29 23:42:58 2015 From: phobos at puremagic.com (GitHub via phobos) Date: Wed, 29 Jul 2015 23:42:58 -0700 Subject: [phobos] [D-Programming-Language/phobos] 0bd234: Provide MAXGAMMA, MAXLOG, and MINLOG for 64-bit re... Message-ID: <55b9c7723a855_7dce3fd26fea52a03797d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 0bd234bfe223d7ac757392e2422cbda9c634d6cb https://github.com/D-Programming-Language/phobos/commit/0bd234bfe223d7ac757392e2422cbda9c634d6cb Author: Johan Engelen Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M std/internal/math/gammafunction.d Log Message: ----------- Provide MAXGAMMA, MAXLOG, and MINLOG for 64-bit reals. Inside gammaStirling(), fix a call to pow() that would overflow for 64-bit reals. Commit: 89f53cb619489e4e15851a2367fe0b4230b4412c https://github.com/D-Programming-Language/phobos/commit/89f53cb619489e4e15851a2367fe0b4230b4412c Author: Iain Buclaw Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M std/internal/math/gammafunction.d Log Message: ----------- Merge pull request #3045 from JohanEngelen/gamma64bit std.mathspecial: for 64-bit reals, provide MAXGAMMA, MAXLOG, and MINLOG Compare: https://github.com/D-Programming-Language/phobos/compare/4abd9533761e...89f53cb61948