December 07, 2016 [phobos] [dlang/phobos] 8f8979: Revert "Merge pull request #4790 from JackStouffer... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/dlang/phobos Commit: 8f8979ebe15adf6ef82c3f43b81388a61be99700 https://github.com/dlang/phobos/commit/8f8979ebe15adf6ef82c3f43b81388a61be99700 Author: Dicebot <public@dicebot.lv> Date: 2016-11-10 (Thu, 10 Nov 2016) Changed paths: M std/uni.d Log Message: ----------- Revert "Merge pull request #4790 from JackStouffer/uni-private" This reverts commit 1a7914a48cd7929373bb628f4938a8224de2167c, reversing changes made to d38727771b559828d50f01c70815f913e653b706. Fixes issue 16663 Commit: 11a9c58a8e86f57fd58b59f6c45bdd47095e4f20 https://github.com/dlang/phobos/commit/11a9c58a8e86f57fd58b59f6c45bdd47095e4f20 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-11-13 (Sun, 13 Nov 2016) Changed paths: M std/algorithm/setops.d M std/algorithm/sorting.d Log Message: ----------- XREF -> REF Removing the one that refers to std.algorithm.setops.SetUnion, because that is not documented anymore (it's deprecated). Commit: 2f27e58b0e498aeecfdbce5178ad0bb700ab779c https://github.com/dlang/phobos/commit/2f27e58b0e498aeecfdbce5178ad0bb700ab779c Author: Dicebot <public@dicebot.lv> Date: 2016-11-15 (Tue, 15 Nov 2016) Changed paths: M std/uni.d Log Message: ----------- Add regression test for issue 16663 Commit: 73b699de123a3f8d2e38f0d63735865fa78c03ce https://github.com/dlang/phobos/commit/73b699de123a3f8d2e38f0d63735865fa78c03ce Author: Dicebot <public@dicebot.lv> Date: 2016-11-15 (Tue, 15 Nov 2016) Changed paths: M std/stdio.d Log Message: ----------- Revert "Merge pull request #4789 from JackStouffer/package2" This reverts commit c940f5a4182f018901bf6d933fc65c74f817c71a, reversing changes made to aaf31b531c735d09e2527a5213fcf6634d77086e. Fixes issue 16682 Commit: 64cd52611e3d4ab737f63683c399bc8209e87bfd https://github.com/dlang/phobos/commit/64cd52611e3d4ab737f63683c399bc8209e87bfd Author: Robert Schadek <robert.schadek@informatik.uni-oldenburg.de> Date: 2016-11-15 (Tue, 15 Nov 2016) Changed paths: M std/algorithm/setops.d M std/algorithm/sorting.d Log Message: ----------- Merge pull request #4899 from aG0aep6G/kill-xref [Ddoc] XREF -> REF Commit: 8b1a270f367118cc6114b1d4bf0cd5781567552e https://github.com/dlang/phobos/commit/8b1a270f367118cc6114b1d4bf0cd5781567552e Author: Martin Nowak <code@dawg.eu> Date: 2016-11-16 (Wed, 16 Nov 2016) Changed paths: M std/stdio.d Log Message: ----------- Merge pull request #4902 from Dicebot/revert-regressions3 Fix issue 16682: "privatization" of symbols in std.stdio breaks DFMT Commit: ce85fd60a9fe3819907857b487f65bd977ca1f26 https://github.com/dlang/phobos/commit/ce85fd60a9fe3819907857b487f65bd977ca1f26 Author: Martin Nowak <code@dawg.eu> Date: 2016-11-16 (Wed, 16 Nov 2016) Changed paths: M std/format.d Log Message: ----------- fix Issue 16661 - failing dstring/wstring format string - fix incorrect pointer diff computation introduced by PR #4427 commit 2be035584f31131ebd3e2123b19f457c326d070d Commit: 0556bf138ed4678cb5ad870367065324fd4a5b4f https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f Author: Martin Nowak <code@dawg.eu> Date: 2016-11-16 (Wed, 16 Nov 2016) Changed paths: M std/conv.d Log Message: ----------- fix Issue 16667 - wrong @safe unittest compilation error Commit: 9707f00e22102d692c56bc8c805d841a613fdf06 https://github.com/dlang/phobos/commit/9707f00e22102d692c56bc8c805d841a613fdf06 Author: Daniel Murphy <yebblies@gmail.com> Date: 2016-11-17 (Thu, 17 Nov 2016) Changed paths: M std/format.d Log Message: ----------- Merge pull request #4904 from MartinNowak/fix16661 fix Issue 16661 - failing dstring/wstring format string Commit: 74acd69f8be866b2b32b7f9de63948989eecbba1 https://github.com/dlang/phobos/commit/74acd69f8be866b2b32b7f9de63948989eecbba1 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-11-18 (Fri, 18 Nov 2016) Changed paths: M std/algorithm/sorting.d Log Message: ----------- remove pointless LREFs The LREFs were broken. Could fix that with underscores, but the links would just point back at the current section. There's no point in having such links. Commit: a7597df60ed7f78988e875d25b6d48b48189cc33 https://github.com/dlang/phobos/commit/a7597df60ed7f78988e875d25b6d48b48189cc33 Author: Petar Kirov <petar.p.kirov@gmail.com> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M std/parallelism.d Log Message: ----------- Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to D main" Commit: 6a7ad38562882e3587ed68e42e6706e2c23ab1af https://github.com/dlang/phobos/commit/6a7ad38562882e3587ed68e42e6706e2c23ab1af Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M std/parallelism.d Log Message: ----------- Merge pull request #4915 from ZombineDev/patch-8 Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to D main" Commit: ea55c96c43989945bff6b593a0568b95f173167f https://github.com/dlang/phobos/commit/ea55c96c43989945bff6b593a0568b95f173167f Author: Martin Nowak <code@dawg.eu> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M std/conv.d Log Message: ----------- move unittest outside of template Commit: de688d978d3319e87adbe549538c7f0b0aa7743d https://github.com/dlang/phobos/commit/de688d978d3319e87adbe549538c7f0b0aa7743d Author: Martin Nowak <code@dawg.eu> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M std/uni.d Log Message: ----------- Merge pull request #4901 from Dicebot/revert-regressions2 Fix issue 16663: std.unit.toUpper rejects an alias this to a string Commit: 2a6b43605d49b8c140e14dd43ecf783459bc5712 https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712 Author: Михаил Страшун <registrations@dicebot.lv> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M std/conv.d Log Message: ----------- Merge pull request #4905 from MartinNowak/fix16667 fix Issue 16667 - wrong @safe unittest compilation error Commit: dfebb1f5ff9da3abfd4f77e4b7b7b01f4fafe1ca https://github.com/dlang/phobos/commit/dfebb1f5ff9da3abfd4f77e4b7b7b01f4fafe1ca Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M std/algorithm/sorting.d Log Message: ----------- [Ddoc] backticks around isSorted and isStrictlyMonotonic DDOX doesn't do auto-highlighting, but the symbols need to be formatted as code there, too. Commit: 5891dce851129ec5a264121aee832470d7b2518a https://github.com/dlang/phobos/commit/5891dce851129ec5a264121aee832470d7b2518a Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M std/algorithm/sorting.d Log Message: ----------- Merge pull request #4913 from aG0aep6G/std.algorithm.sorting-lrefs remove pointless LREFs Commit: b44fb6bea2dc7807e10958f9b47ac7d9c011b230 https://github.com/dlang/phobos/commit/b44fb6bea2dc7807e10958f9b47ac7d9c011b230 Author: ZombineDev <petar.p.kirov@gmail.com> Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M std/parallelism.d Log Message: ----------- Fix typo introduced in PR #4915 Commit: 09496056e77dd0a8d9f7b43f3c94205826b8d11f https://github.com/dlang/phobos/commit/09496056e77dd0a8d9f7b43f3c94205826b8d11f Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M std/parallelism.d Log Message: ----------- Merge pull request #4918 from ZombineDev/fix-typo-in-pr-4915 Fix typo introduced in PR #4915 Commit: c8a123f4d0f2cc9b611545f5c3055cfcc31fcb05 https://github.com/dlang/phobos/commit/c8a123f4d0f2cc9b611545f5c3055cfcc31fcb05 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-12-04 (Sun, 04 Dec 2016) Changed paths: M std/stdio.d Log Message: ----------- fix issue 16948 - broken links in std.stdio due to inccorrect use of WEB macro Commit: 68cf6e8d1e6d8a1b43bff65fcbaef324bd158497 https://github.com/dlang/phobos/commit/68cf6e8d1e6d8a1b43bff65fcbaef324bd158497 Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com> Date: 2016-12-05 (Mon, 05 Dec 2016) Changed paths: M std/stdio.d Log Message: ----------- Merge pull request #4931 from aG0aep6G/16948 fix issue 16948 - broken links in std.stdio due to inccorrect use of WEB macro Commit: 9046849d367a62d578ae664b2300a1d81846e0d1 https://github.com/dlang/phobos/commit/9046849d367a62d578ae664b2300a1d81846e0d1 Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com> Date: 2016-12-07 (Wed, 07 Dec 2016) Changed paths: M std/algorithm/setops.d M std/algorithm/sorting.d M std/conv.d M std/format.d M std/parallelism.d M std/stdio.d M std/uni.d Log Message: ----------- Merge pull request #4932 from dlang/stable merge stable into master Compare: https://github.com/dlang/phobos/compare/9eb35e11b39e...9046849d367a |
Copyright © 1999-2021 by the D Language Foundation