March 31, 2016 [phobos] [D-Programming-Language/phobos] 6282dd: Implement conversion of biguint to octal. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6282dda4071b2d4bab4e756ce3976b9501ca3aed https://github.com/D-Programming-Language/phobos/commit/6282dda4071b2d4bab4e756ce3976b9501ca3aed Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M std/bigint.d M std/internal/math/biguintcore.d Log Message: ----------- Implement conversion of biguint to octal. Carried bits in last word must be output at the end. Add unittest for 3rd/4th word no-carry boundary. Implement 'o' format specifier in BigInt.toString(). Commit: b12b767b7cf809c77a82d55a9c08727e4b98d49e https://github.com/D-Programming-Language/phobos/commit/b12b767b7cf809c77a82d55a9c08727e4b98d49e Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M std/internal/math/biguintcore.d Log Message: ----------- output() should take unsigned parameter. Commit: 630e227c5a50985cbd5d96144e3dcb95ec9aef21 https://github.com/D-Programming-Language/phobos/commit/630e227c5a50985cbd5d96144e3dcb95ec9aef21 Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M std/bigint.d M std/internal/math/biguintcore.d Log Message: ----------- Merge pull request #3992 from quickfur/bigint_octal Issue 14503: Implement formatting BigInt in octal Compare: https://github.com/D-Programming-Language/phobos/compare/2f5a8bb99cc8...630e227c5a50 |
Copyright © 1999-2021 by the D Language Foundation