[phobos] [D-Programming-Language/phobos] 6aea68: Fix 8167 (identity constructor) and 9061 (bitwise ...

GitHub noreply at github.com
Tue Dec 17 06:06:27 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 6aea683103d9e528438edd7369006d054e9e7d13
      https://github.com/D-Programming-Language/phobos/commit/6aea683103d9e528438edd7369006d054e9e7d13
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-11-25 (Mon, 25 Nov 2013)

  Changed paths:
    M std/bigint.d
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Fix 8167 (identity constructor) and 9061 (bitwise ops)


  Commit: ed5a2868269dc801c767b64d27c632e352d1ff0b
      https://github.com/D-Programming-Language/phobos/commit/ed5a2868269dc801c767b64d27c632e352d1ff0b
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-11-26 (Tue, 26 Nov 2013)

  Changed paths:
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Removed unnecessary allocation and computation


  Commit: 52fc3fb3e6fb31e6f133118b8d2f78664f848d8c
      https://github.com/D-Programming-Language/phobos/commit/52fc3fb3e6fb31e6f133118b8d2f78664f848d8c
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Fixed compilation errors on 64-bit platforms (hopefully)


  Commit: 56ab3796ce331af0073f7ee730707cda2138893f
      https://github.com/D-Programming-Language/phobos/commit/56ab3796ce331af0073f7ee730707cda2138893f
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M posix.mak
    M std/algorithm.d
    M std/bigint.d
    M std/complex.d
    M std/conv.d
    M std/datetime.d
    M std/encoding.d
    M std/exception.d
    M std/format.d
    M std/internal/math/biguintcore.d
    M std/internal/math/gammafunction.d
    M std/json.d
    M std/math.d
    M std/mmfile.d
    M std/numeric.d
    M std/process.d
    M std/range.d
    M std/regex.d
    M std/stdio.d
    M std/string.d
    M std/typecons.d
    M std/uni.d
    M std/variant.d
    M std/xml.d

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/D-Programming-Language/phobos

Conflicts:
	std/bigint.d


  Commit: 92560323dd3d36dc1b2256e91dfd80b209e4ddad
      https://github.com/D-Programming-Language/phobos/commit/92560323dd3d36dc1b2256e91dfd80b209e4ddad
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-12-14 (Sat, 14 Dec 2013)

  Changed paths:
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Got rid of expensive AddOrSubInt call (and related allocation).


  Commit: c67cd90894f03d2f7c36ae6e7e6d935dfabec9ff
      https://github.com/D-Programming-Language/phobos/commit/c67cd90894f03d2f7c36ae6e7e6d935dfabec9ff
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-12-14 (Sat, 14 Dec 2013)

  Changed paths:
    M std/bigint.d

  Log Message:
  -----------
  Added description of logical (bitwise) operations.


  Commit: 8412f4d37a78addb226d971619d0842110ae132b
      https://github.com/D-Programming-Language/phobos/commit/8412f4d37a78addb226d971619d0842110ae132b
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-12-14 (Sat, 14 Dec 2013)

  Changed paths:
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Removed unnecessary allocations in twosComplement call.


  Commit: 94489cb09cfc3d860ad64a933fce753fc85e8687
      https://github.com/D-Programming-Language/phobos/commit/94489cb09cfc3d860ad64a933fce753fc85e8687
  Author: Simen Kjærås <simen.kjaras at gmail.com>
  Date:   2013-12-17 (Tue, 17 Dec 2013)

  Changed paths:
    M std/bigint.d

  Log Message:
  -----------
  Fix name of bitwise operations


  Commit: 05738e116c597f17edc13f31c3cda06c38e2239c
      https://github.com/D-Programming-Language/phobos/commit/05738e116c597f17edc13f31c3cda06c38e2239c
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2013-12-17 (Tue, 17 Dec 2013)

  Changed paths:
    M std/bigint.d
    M std/internal/math/biguintcore.d

  Log Message:
  -----------
  Merge pull request #1721 from Biotronic/master

Fix 8167 (BigInt identity constructor) and 9061 (BigInt bitwise ops)


Compare: https://github.com/D-Programming-Language/phobos/compare/fc48d56284f1...05738e116c59


More information about the phobos mailing list