August 30, 2015 [phobos] [D-Programming-Language/phobos] 8542d7: format() returns the correcty type | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 8542d71f05a1cce9a969ebec53fe17550f36b991 https://github.com/D-Programming-Language/phobos/commit/8542d71f05a1cce9a969ebec53fe17550f36b991 Author: vladdeSV <v@vladde.net> Date: 2015-08-09 (Sun, 09 Aug 2015) Changed paths: M std/format.d Log Message: ----------- format() returns the correcty type Change type from C to S Commit: c3e86ff4fcdd20b038b0665c2fd0a1bbaed12b13 https://github.com/D-Programming-Language/phobos/commit/c3e86ff4fcdd20b038b0665c2fd0a1bbaed12b13 Author: vladdeSV <v@vladde.net> Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M std/conv.d Log Message: ----------- Fix error in conv.d Commit: 4a366aad57a2a580efb178dd02914032ffddb999 https://github.com/D-Programming-Language/phobos/commit/4a366aad57a2a580efb178dd02914032ffddb999 Author: vladdeSV <v@vladde.net> Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M std/conv.d Log Message: ----------- Added isSomeString Commit: 36bda43f257ec6ba058040d4f5c03f8e4457f80c https://github.com/D-Programming-Language/phobos/commit/36bda43f257ec6ba058040d4f5c03f8e4457f80c Author: vladdeSV <v@vladde.net> Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M std/format.d Log Message: ----------- Changed unittests Commit: 9097c7bc0b6d6d60bace40bb49c0eda10b4edbc0 https://github.com/D-Programming-Language/phobos/commit/9097c7bc0b6d6d60bace40bb49c0eda10b4edbc0 Author: vladdeSV <v@vladde.net> Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M std/algorithm/iteration.d Log Message: ----------- assert message is converted to string Commit: 9aefe362964bd96516555e98bb4d5f9a5a663751 https://github.com/D-Programming-Language/phobos/commit/9aefe362964bd96516555e98bb4d5f9a5a663751 Author: vladdeSV <v@vladde.net> Date: 2015-08-15 (Sat, 15 Aug 2015) Changed paths: M std/conv.d M std/format.d Log Message: ----------- Change S to Char[] Replace std.conv.convFormat() with alias to std.format.format() Commit: b160352f5afa36cfdc89e84913bebc7a76438f2b https://github.com/D-Programming-Language/phobos/commit/b160352f5afa36cfdc89e84913bebc7a76438f2b Author: vladdeSV <v@vladde.net> Date: 2015-08-15 (Sat, 15 Aug 2015) Changed paths: M std/format.d Log Message: ----------- Revert S to Char[] Commit: 277321b04582101cb62189c01d39d40f5337f3d8 https://github.com/D-Programming-Language/phobos/commit/277321b04582101cb62189c01d39d40f5337f3d8 Author: Vladimris Nordholm <v@vladde.net> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M std/format.d Log Message: ----------- Change back to Char[] Commit: 0cb9b9e5231f44691e366ae78a89673bb7c0f86d https://github.com/D-Programming-Language/phobos/commit/0cb9b9e5231f44691e366ae78a89673bb7c0f86d Author: vladdeSV <v@vladde.net> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M std/algorithm/iteration.d M std/conv.d M std/format.d Log Message: ----------- format() returns the correcty type Change type from C to S Fix error in conv.d Added isSomeString Changed unittests assert message is converted to string Change S to Char[] Replace std.conv.convFormat() with alias to std.format.format() Revert S to Char[] Change back to Char[] Remove pure Commit: 4058c6d4aef0098de6f128dc7ae67b57889f2bbd https://github.com/D-Programming-Language/phobos/commit/4058c6d4aef0098de6f128dc7ae67b57889f2bbd Author: Vladimris Nordholm <v@vladde.net> Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M std/format.d Log Message: ----------- Merge branch 'format-return-correct-type' of https://github.com/vladdeSV/phobos into format-return-correct-type Conflicts: std/format.d Commit: 645e9e14e9cc58c7cb96ab843a4f018ea3f0a1c6 https://github.com/D-Programming-Language/phobos/commit/645e9e14e9cc58c7cb96ab843a4f018ea3f0a1c6 Author: Vladimris Nordholm <v@vladde.net> Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M std/format.d Log Message: ----------- Change Char[] to immutable(Char)[] Commit: 09d5b511f4f309330aa572ceebd9bdc037e36ffd https://github.com/D-Programming-Language/phobos/commit/09d5b511f4f309330aa572ceebd9bdc037e36ffd Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2015-08-30 (Sun, 30 Aug 2015) Changed paths: M std/algorithm/iteration.d M std/conv.d M std/format.d Log Message: ----------- Merge pull request #3528 from vladdeSV/format-return-correct-type format() returns the correct type Compare: https://github.com/D-Programming-Language/phobos/compare/7aaf7c794472...09d5b511f4f3 |
Copyright © 1999-2021 by the D Language Foundation