[phobos] [D-Programming-Language/phobos] 6282dd: Implement conversion of biguint to octal.

GitHub via phobos phobos at puremagic.com
Thu Mar 31 13:56:42 PDT 2016


  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 at 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 at 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 at 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


More information about the phobos mailing list