[phobos] [D-Programming-Language/phobos] 25ad12: Remove duplicate ArchiveMember.madeVersion() prope...

GitHub noreply at github.com
Thu Feb 27 20:13:01 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 25ad1281ed2bdf428808410b4430730a20492154
      https://github.com/D-Programming-Language/phobos/commit/25ad1281ed2bdf428808410b4430730a20492154
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2014-01-15 (Wed, 15 Jan 2014)

  Changed paths:
    M std/zip.d

  Log Message:
  -----------
  Remove duplicate ArchiveMember.madeVersion() property.

This fixes a build-breaking issue introduced by
9bcb99fee17db5f76a2d430b9f95683dad75c8a7.


  Commit: 79abf973a2b8b4a2a3faf2477479a0c5322306bd
      https://github.com/D-Programming-Language/phobos/commit/79abf973a2b8b4a2a3faf2477479a0c5322306bd
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #1872 from MartinNowak/indexHTML

rename phobos.html => index.html


  Commit: 9bebc97efaa16921e750823e3aabd53e4ac7ebd3
      https://github.com/D-Programming-Language/phobos/commit/9bebc97efaa16921e750823e3aabd53e4ac7ebd3
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #1878 from WalterBright/fix11973

fix Issue 11973 - Please use any instead


  Commit: 84422029eb26ccea2cd97422c2e731792ae1e114
      https://github.com/D-Programming-Language/phobos/commit/84422029eb26ccea2cd97422c2e731792ae1e114
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-01-31 (Fri, 31 Jan 2014)

  Changed paths:
    M std/algorithm.d
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #1891 from 9rnsr/fix12024

[REG2.065a] Issue 12024 - template instantiation for swap(SysTime, SysTime) fails
Conflicts:
	std/algorithm.d


  Commit: f1eadb913608ad1e1acd800e6c36b2b50b2a9f12
      https://github.com/D-Programming-Language/phobos/commit/f1eadb913608ad1e1acd800e6c36b2b50b2a9f12
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Merge pull request #1906 from blackwhale/issue-12069

Fix issue 12069


  Commit: 8e8fd6490c06ca4c39b534b53927f6be829e1a88
      https://github.com/D-Programming-Language/phobos/commit/8e8fd6490c06ca4c39b534b53927f6be829e1a88
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-02-10 (Mon, 10 Feb 2014)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #1921 from 9rnsr/fix12089

[REG2.065a] Issue 12089 - std.utf.validate and inout(char[]) failts to compile


  Commit: 71ca5f37b84bb63cd287681ee31915027ea8a7cf
      https://github.com/D-Programming-Language/phobos/commit/71ca5f37b84bb63cd287681ee31915027ea8a7cf
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-10 (Mon, 10 Feb 2014)

  Changed paths:
    M std/net/curl.d

  Log Message:
  -----------
  Merge pull request #1920 from 9rnsr/fix12098

[REG2.065a] Issue 12098 - libcurl bad argument on handle null


  Commit: 31277277ed8e89f0070cd09a675a6295c8c9cf92
      https://github.com/D-Programming-Language/phobos/commit/31277277ed8e89f0070cd09a675a6295c8c9cf92
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M std/net/curl.d
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #1925 from 9rnsr/2.065

Puck up changes from master to 2.065 branch


  Commit: 72383409339f37c9e40385ce490ade65eda34506
      https://github.com/D-Programming-Language/phobos/commit/72383409339f37c9e40385ce490ade65eda34506
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Merge pull request #1913 from schuetzm/doput_doc_fix

Change documentation to match parameter name.


  Commit: b81bb148c4eb36f571d1e2771cc18d464eb51662
      https://github.com/D-Programming-Language/phobos/commit/b81bb148c4eb36f571d1e2771cc18d464eb51662
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/json.d

  Log Message:
  -----------
  Merge pull request #1916 from repeatedly/add-ref-to-json-array-object-getter

Add ref to array() and object() of JSONValue getters to add new element


  Commit: d430dd14d63c68aae3dae1fc0cacc4de264ff27a
      https://github.com/D-Programming-Language/phobos/commit/d430dd14d63c68aae3dae1fc0cacc4de264ff27a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #1909 from 9rnsr/fix12071

[REG2.065a] Issue 12071 - Algebraic won't take delegate returning structure


  Commit: b4b8ff545224e17beff615b8f75df37dac3a8dfa
      https://github.com/D-Programming-Language/phobos/commit/b4b8ff545224e17beff615b8f75df37dac3a8dfa
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/zip.d

  Log Message:
  -----------
  Merge pull request #1885 from shoo/fix_issue12003

Fix Issue 12003 - std\zip.d(421): Deprecation


  Commit: 9f78426178eb548497f10cd2d9d775cd2d807c95
      https://github.com/D-Programming-Language/phobos/commit/9f78426178eb548497f10cd2d9d775cd2d807c95
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/format.d

  Log Message:
  -----------
  Merge pull request #1938 from 9rnsr/fix12135

[REG2.065a] Issue 12135 - [AA] Format tail after associative array value is treated as separator if explicit separator is empty


  Commit: 7f0347d1f98dce96b1754b291540242e0353a2df
      https://github.com/D-Programming-Language/phobos/commit/7f0347d1f98dce96b1754b291540242e0353a2df
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fix mistake cherry-pick on std.algorithm.swap

Introduced by: 84422029eb26ccea2cd97422c2e731792ae1e114


  Commit: 1475794068b314cb512968615128da4b35ad0677
      https://github.com/D-Programming-Language/phobos/commit/1475794068b314cb512968615128da4b35ad0677
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-02-15 (Sat, 15 Feb 2014)

  Changed paths:
    M std/algorithm.d
    M std/format.d
    M std/json.d
    M std/range.d
    M std/variant.d
    M std/zip.d

  Log Message:
  -----------
  Merge pull request #1939 from 9rnsr/2.065

Pick up changes from master to 2.065 branch


  Commit: 96f98213f6ac8139dc29f17ea3a35b49a8973b9a
      https://github.com/D-Programming-Language/phobos/commit/96f98213f6ac8139dc29f17ea3a35b49a8973b9a
  Author: AndrewEdwards <edwards.ac at gmail.com>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Log Message:
  -----------
  Merge branch '2.065'

Conflicts:
	std/algorithm.d
	std/traits.d


Compare: https://github.com/D-Programming-Language/phobos/compare/da69d207f482...96f98213f6ac


More information about the phobos mailing list