[phobos] [D-Programming-Language/phobos] a68664: bigint purity
GitHub
noreply at github.com
Thu May 9 21:48:05 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: a686647f5425811e5a010625a91195431e3d4424
https://github.com/D-Programming-Language/phobos/commit/a686647f5425811e5a010625a91195431e3d4424
Author: Robert BuRnEr Schadek <rburners at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M std/bigint.d
M std/internal/math/biguintcore.d
M std/internal/math/biguintnoasm.d
M std/internal/math/biguintx86.d
Log Message:
-----------
bigint purity
Commit: 0bf5632e80eaca07a03784ad88f72a2524389ea0
https://github.com/D-Programming-Language/phobos/commit/0bf5632e80eaca07a03784ad88f72a2524389ea0
Author: Robert BuRnEr Schadek <rburners at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M changelog.dd
M etc/c/zlib/win32.mak
M etc/c/zlib/win64.mak
M index.d
M posix.mak
M std/algorithm.d
M std/array.d
M std/base64.d
M std/bigint.d
M std/bitmanip.d
M std/c/windows/com.d
M std/c/windows/winsock.d
M std/concurrency.d
M std/container.d
M std/conv.d
R std/cpuid.d
R std/ctype.d
M std/datetime.d
M std/digest/md.d
M std/digest/ripemd.d
M std/digest/sha.d
M std/exception.d
M std/file.d
M std/format.d
M std/functional.d
M std/getopt.d
M std/internal/math/biguintcore.d
M std/json.d
M std/math.d
M std/md5.d
M std/metastrings.d
M std/net/curl.d
M std/net/isemail.d
M std/parallelism.d
M std/path.d
R std/perf.d
M std/process.d
M std/random.d
M std/range.d
M std/regex.d
R std/regexp.d
M std/socket.d
M std/stdio.d
M std/string.d
M std/traits.d
M std/typecons.d
M std/typetuple.d
M std/uni.d
M std/utf.d
M std/variant.d
M unittest.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge branch 'master' into bigintpure
Conflicts:
std/bigint.d
Commit: cab595ec0f7fada3a0658a32f5dfe30c5578eac1
https://github.com/D-Programming-Language/phobos/commit/cab595ec0f7fada3a0658a32f5dfe30c5578eac1
Author: Robert BuRnEr Schadek <rburners at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M std/bigint.d
M std/internal/math/biguintcore.d
Log Message:
-----------
bigint pure
the only exception is toString as it takes a delegate and this makes
things more tricky
Commit: 2613bc8c3a7ad527ccdf58028765555392706ac9
https://github.com/D-Programming-Language/phobos/commit/2613bc8c3a7ad527ccdf58028765555392706ac9
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M std/bigint.d
M std/internal/math/biguintcore.d
M std/internal/math/biguintnoasm.d
M std/internal/math/biguintx86.d
Log Message:
-----------
Merge pull request #1287 from burner/bigintpure
BigInt pure Fixed issus #6850
Compare: https://github.com/D-Programming-Language/phobos/compare/776ee9ef733f...2613bc8c3a7a
More information about the phobos
mailing list