[phobos] [D-Programming-Language/phobos] 2efa7f: Correction of setIntersection's description in the...

GitHub noreply at github.com
Wed Feb 13 00:13:40 PST 2013


  Branch: refs/heads/staging
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 2efa7f0582e780042dd382ee6f16fab550458485
      https://github.com/D-Programming-Language/phobos/commit/2efa7f0582e780042dd382ee6f16fab550458485
  Author: torje <torjehoa at pvv.org>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Correction of setIntersection's description in the cheat sheet.

setIntersection's description was the same as setDifference's, which 
seemed like an error, I think I fixed it.


  Commit: 193f87a0f629dde618dc64e61ac9a863de4518d7
      https://github.com/D-Programming-Language/phobos/commit/193f87a0f629dde618dc64e61ac9a863de4518d7
  Author: unknown <monarchdodra at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Extra doc and tests for hasElaborateAssign


  Commit: 128eaa901ccc0b011773e269e7f2adcd8e0d03b8
      https://github.com/D-Programming-Language/phobos/commit/128eaa901ccc0b011773e269e7f2adcd8e0d03b8
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/random.d

  Log Message:
  -----------
  Fixes Issue 9339 - Uniform for enums.


  Commit: e22fef3c36362aebd2c2fd60e344c32ec06dd0b3
      https://github.com/D-Programming-Language/phobos/commit/e22fef3c36362aebd2c2fd60e344c32ec06dd0b3
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Fixes Issue 8143 - Safe std.conv.to enum conversion


  Commit: 2cc853a277494420ee62fbc8e7ca95a824602246
      https://github.com/D-Programming-Language/phobos/commit/2cc853a277494420ee62fbc8e7ca95a824602246
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  make nullable throw logic errors


  Commit: f75e7cf3c68e1c510bf5e0c06b2f9c1988df4fa6
      https://github.com/D-Programming-Language/phobos/commit/f75e7cf3c68e1c510bf5e0c06b2f9c1988df4fa6
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Update std/traits.d


  Commit: b7761cb12490e386f67947ace5f0f53aba891c0c
      https://github.com/D-Programming-Language/phobos/commit/b7761cb12490e386f67947ace5f0f53aba891c0c
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Re-enable unittest that is now working.


  Commit: 86811b4b1fa6b83838bc43b47dff95795091c7be
      https://github.com/D-Programming-Language/phobos/commit/86811b4b1fa6b83838bc43b47dff95795091c7be
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Refactor lockstep and simplify opApply string mixin generator.


  Commit: 3b9f04d233c882bb084fa729c2611008e11522ca
      https://github.com/D-Programming-Language/phobos/commit/3b9f04d233c882bb084fa729c2611008e11522ca
  Author: unknown <monarchdodra at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Remov workaround 8763


  Commit: dc32bd2595d2dfcd7b1f50375a80fd58307fd8dc
      https://github.com/D-Programming-Language/phobos/commit/dc32bd2595d2dfcd7b1f50375a80fd58307fd8dc
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Fixes Issue 7819 - setTimes should work on folders.


  Commit: ebf9561444e64045becc9794cc97d2e2d64cda08
      https://github.com/D-Programming-Language/phobos/commit/ebf9561444e64045becc9794cc97d2e2d64cda08
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Update getTimes params and docs to reflect it supports directories.


  Commit: e1fe2ee0727ac98a5231b62e2d559166c98e175a
      https://github.com/D-Programming-Language/phobos/commit/e1fe2ee0727ac98a5231b62e2d559166c98e175a
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  setTimes should throw FileException on Posix.


  Commit: 94d7be125b4ea7253eca0a5b24b71df40851d60c
      https://github.com/D-Programming-Language/phobos/commit/94d7be125b4ea7253eca0a5b24b71df40851d60c
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Update std/algorithm.d

minor typo


  Commit: 1adc06218a3883c124b8ed329a9f12ede233661b
      https://github.com/D-Programming-Language/phobos/commit/1adc06218a3883c124b8ed329a9f12ede233661b
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/base64.d

  Log Message:
  -----------
  std.base64: Fix AssertError on certain bad input


  Commit: bf2dd3fe6e827ccbcf1a07f687cfc9d9b9f3f6eb
      https://github.com/D-Programming-Language/phobos/commit/bf2dd3fe6e827ccbcf1a07f687cfc9d9b9f3f6eb
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/base64.d

  Log Message:
  -----------
  std.base64: Introduce Base64Exception


  Commit: feaad38d2ec7c6668597512212d237d2d9393f41
      https://github.com/D-Programming-Language/phobos/commit/feaad38d2ec7c6668597512212d237d2d9393f41
  Author: timotheecour <timothee.cour at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Update std/regex.d


  Commit: e652b208dce5b36ab4c4d6b38fc537edf7013148
      https://github.com/D-Programming-Language/phobos/commit/e652b208dce5b36ab4c4d6b38fc537edf7013148
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fixes Issue 9457 - isSorted(string) does not work.


  Commit: 4f8e3047a38ee4da48367a1d0f972ab736f392cc
      https://github.com/D-Programming-Language/phobos/commit/4f8e3047a38ee4da48367a1d0f972ab736f392cc
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-13 (Wed, 13 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Japanese spell check


Compare: https://github.com/D-Programming-Language/phobos/compare/29900dfb28c4...4f8e3047a38e


More information about the phobos mailing list