September 04, 2011 [phobos] [D-Programming-Language/phobos] 36faf9: Fix word wrapping. | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 36faf92bd8a402fab8865c31d6c185e23be1f77d https://github.com/D-Programming-Language/phobos/commit/36faf92bd8a402fab8865c31d6c185e23be1f77d Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Fix word wrapping. Commit: d45b340e98fe56251238c99f01d7aa6fbf7e5152 https://github.com/D-Programming-Language/phobos/commit/d45b340e98fe56251238c99f01d7aa6fbf7e5152 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Improve AssociativeArray formatting. Commit: 95c16dc075ab679539398120a73be1166cb3989e https://github.com/D-Programming-Language/phobos/commit/95c16dc075ab679539398120a73be1166cb3989e Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Issue 3890 - Bad writeln of a nested struct Commit: b08e7c9995dcf8c02df70eb2d34abc491c12c92f https://github.com/D-Programming-Language/phobos/commit/b08e7c9995dcf8c02df70eb2d34abc491c12c92f Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Merge formatValue documents for class and interface. Commit: 180bb660144ae597357c091d30c9aa5848b28745 https://github.com/D-Programming-Language/phobos/commit/180bb660144ae597357c091d30c9aa5848b28745 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Reduce inconsistent of Non-string range formatting. Empty range is now formatted like "[]", not "". Commit: a9844d223a8b780ba63d99c316379c8a95489c79 https://github.com/D-Programming-Language/phobos/commit/a9844d223a8b780ba63d99c316379c8a95489c79 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- The parameter 'ref FormatSpec!Char f' shouldn't change. If you want, copy it. Commit: b6ec9947a25507a579791649e51bc52f7ebffe43 https://github.com/D-Programming-Language/phobos/commit/b6ec9947a25507a579791649e51bc52f7ebffe43 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Add union support (toString or error message in compile time). Commit: 7c4e99ccc79f53d26afd94a198cf512c5ba79ee9 https://github.com/D-Programming-Language/phobos/commit/7c4e99ccc79f53d26afd94a198cf512c5ba79ee9 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Nested range output is now allowed. Commit: e93d6713b2f653d23682a0455e32bf2d909c5c60 https://github.com/D-Programming-Language/phobos/commit/e93d6713b2f653d23682a0455e32bf2d909c5c60 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Issue 5237 - writefln doesn't respect Complex.toString Add string quotation and escaping feature. Commit: 2f139eef87c0f8d1a658dcd6b883930f9d3ff8b6 https://github.com/D-Programming-Language/phobos/commit/2f139eef87c0f8d1a658dcd6b883930f9d3ff8b6 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/uni.d Log Message: ----------- Improve std.uni module Commit: bbb00a04d15a912d15235779c9c8c010db7e7783 https://github.com/D-Programming-Language/phobos/commit/bbb00a04d15a912d15235779c9c8c010db7e7783 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Escape non-graphical or invalid code points Commit: 21e0c4240cd7f1b9e978cc438aa4b4dbe02069fe https://github.com/D-Programming-Language/phobos/commit/21e0c4240cd7f1b9e978cc438aa4b4dbe02069fe Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Add character escaping. Commit: b33f0321916944402c7492a4796b2c2fe0e1cbb4 https://github.com/D-Programming-Language/phobos/commit/b33f0321916944402c7492a4796b2c2fe0e1cbb4 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d Log Message: ----------- Add keySeparator into FormatSpec for associative array formatting. Commit: 665cc00fb6a5d13fda0a56f6552150254a2686d7 https://github.com/D-Programming-Language/phobos/commit/665cc00fb6a5d13fda0a56f6552150254a2686d7 Author: k-hara <k.hara.pg at gmail.com> Date: 2011-09-03 (Sat, 03 Sep 2011) Changed paths: M std/format.d M std/uni.d Log Message: ----------- Add comma Commit: 4c8cbd2f29637abfadb2d3057a5e747fe8084d4d https://github.com/D-Programming-Language/phobos/commit/4c8cbd2f29637abfadb2d3057a5e747fe8084d4d Author: Andrei Alexandrescu <andrei at erdani.com> Date: 2011-09-04 (Sun, 04 Sep 2011) Changed paths: M std/format.d M std/uni.d Log Message: ----------- Merge pull request #126 from 9rnsr/improve_format Improve std.format.formatValue Compare: https://github.com/D-Programming-Language/phobos/compare/dea92be...4c8cbd2 |
Copyright © 1999-2021 by the D Language Foundation