[phobos] [D-Programming-Language/phobos] 4a762a: Fix issue 15663: format("%#o", 0) should be "0" no...

GitHub via phobos phobos at puremagic.com
Fri Feb 12 00:43:28 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 4a762a9ae495b0333ea21c9be20ce33746922c14
      https://github.com/D-Programming-Language/phobos/commit/4a762a9ae495b0333ea21c9be20ce33746922c14
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M std/format.d

  Log Message:
  -----------
  Fix issue 15663: format("%#o", 0) should be "0" not "00".


  Commit: 51097537bbd4b5bc6d465a18f40ca98210e7087e
      https://github.com/D-Programming-Language/phobos/commit/51097537bbd4b5bc6d465a18f40ca98210e7087e
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
    M std/format.d

  Log Message:
  -----------
  Merge pull request #3988 from quickfur/issue15663

Fix issue 15663: format("%#o", 0) should be "0" not "00".


Compare: https://github.com/D-Programming-Language/phobos/compare/50e3fc6b74cb...51097537bbd4


More information about the phobos mailing list