[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2016-12-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #7 from Andrei Alexandrescu  ---
(In reply to Andrei Alexandrescu from comment #6)
> https://dlang.org/phobos/std_array.html#replicate

sorry, wrong issue!

--


[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2016-12-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||and...@erdani.com
 Resolution|--- |FIXED

--- Comment #6 from Andrei Alexandrescu  ---
https://dlang.org/phobos/std_array.html#replicate

--


[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2016-03-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #5 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/630e227c5a50985cbd5d96144e3dcb95ec9aef21
Merge pull request #3992 from quickfur/bigint_octal

Issue 14503: Implement formatting BigInt in octal

--


[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2016-02-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

hst...@quickfur.ath.cx changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from hst...@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/3992

--


[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/47dfc369b07d62988682404edf7b4a95dec93480
Merge pull request #3240 from e10s/issue14503

--


[Issue 14503] BigInt to binary/octal and lower case %x (hexadecimal format)

2015-06-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--


[Issue 14503] BigInt to binary/octal and lower case %x (hexadecimal format)

2015-06-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/47dfc369b07d62988682404edf7b4a95dec93480
Merge pull request #3240 from e10s/issue14503

Fix BigInt.toString with %x

--


[Issue 14503] BigInt to binary/octal and lower case %x (hexadecimal format)

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|future  |D2

--


[Issue 14503] BigInt to binary/octal and lower case %x (hexadecimal format)

2015-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

e10s electrolysis.j...@gmail.com changed:

   What|Removed |Added

 CC||electrolysis.j...@gmail.com

--- Comment #1 from e10s electrolysis.j...@gmail.com ---
Fix BigInt.toString with %x
https://github.com/D-Programming-Language/phobos/pull/3240


 I believe that we need to add new format specifiers for the data type BigInt

+1.

--


[Issue 14503] BigInt to binary/octal and lower case %x (hexadecimal format)

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503

Ivan Kazmenko ga...@mail.ru changed:

   What|Removed |Added

 CC||ga...@mail.ru

--