August 30, 2013 [phobos] [D-Programming-Language/phobos] fe75e2: Implement toString that supports %f. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: fe75e2da5776ed0e9c466a6b11a8e5df48eab40a https://github.com/D-Programming-Language/phobos/commit/fe75e2da5776ed0e9c466a6b11a8e5df48eab40a Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M std/complex.d Log Message: ----------- Implement toString that supports %f. Commit: 108e223aa882d1548f632ba012e7909cd04273ca https://github.com/D-Programming-Language/phobos/commit/108e223aa882d1548f632ba012e7909cd04273ca Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2013-08-28 (Wed, 28 Aug 2013) Changed paths: M std/complex.d Log Message: ----------- Add deprecation date. Improve documentation for new toString. Commit: 3bdb1a1a042634694b99f44b4f83bc1f56a446ef https://github.com/D-Programming-Language/phobos/commit/3bdb1a1a042634694b99f44b4f83bc1f56a446ef Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2013-08-29 (Thu, 29 Aug 2013) Changed paths: M std/complex.d Log Message: ----------- Add TODO to make toString() pure @safe nothrow I tried each of those qualifiers but none of them compiled due to the way std.format works right now. So leave it for the future. Commit: 627d178f87423ba8b6059216ae1ca3fc8a2b2f29 https://github.com/D-Programming-Language/phobos/commit/627d178f87423ba8b6059216ae1ca3fc8a2b2f29 Author: monarch dodra <monarchdodra@gmail.com> Date: 2013-08-30 (Fri, 30 Aug 2013) Changed paths: M std/complex.d Log Message: ----------- Merge pull request #1516 from quickfur/complex_format Fix issue 10881: support writefln("%f") of complex numbers Compare: https://github.com/D-Programming-Language/phobos/compare/89621079d100...627d178f8742 |
Copyright © 1999-2021 by the D Language Foundation