Commit graph

20 commits

Author SHA1 Message Date
Richard (Rikki) Andrew Cattermole
205256abb1
Fix #10699 - std.format with position with omitted second number does not work (#10716) 2025-03-28 01:49:06 -07:00
Richard (Rikki) Andrew Cattermole
c64232d813
Fix #10713 - std.format string positions affect all further format specifiers (#10714) 2025-03-25 16:10:34 +08:00
0-v-0
42e2caa5c0 Improve code readablitity in unittests 2024-06-21 18:35:03 +02:00
Ramanuj
afb382485b
Fix Issue 20393 - formattedRead accepts input, that should be rejected (#8144) 2021-06-16 16:08:53 +08:00
berni44
99cbab9584 Fix Issue 21858 - std.format: centering output 2021-04-26 19:20:41 +02:00
berni44
622692b102 Fix Issue 21846 - std.format: provided format string for toString does not work with grouping 2021-04-22 11:07:58 +02:00
berni44
5e3725363b std.format: Remove arrayPtrDiff. 2021-04-21 19:43:47 +02:00
berni44
109ecbc43c std.format.spec: remove unused private function headUpToNextSpec. 2021-04-21 19:11:59 +02:00
berni44
d0d4460f96 Rework documentation of std.format.spec: Module description 2021-04-01 09:54:38 +02:00
Razvan Nitu
106b1f423c
Merge pull request #7920 from berni44/deprecate_enforceValidFormatSpec
Deprecate public access of enforceValidFormatSpec
2021-03-31 16:53:32 +08:00
berni44
ba008e99e6 Deprecate separatorCharPos in FormatSpec. 2021-03-26 17:14:49 +01:00
berni44
b623c12390 Deprecate public access of enforceValidFormatSpec 2021-03-25 17:50:36 +01:00
wolframw
3c260553d1 Fix Issue 21738 - std.format.spec: singleSpec should throw on "%%" 2021-03-23 16:02:23 +01:00
berni44
16f4d4c17c Rework documentation of std.format.spec : FormatSpec 2021-03-22 14:59:33 +01:00
berni44
8d216259dd Rework documentation of std.format.spec : singleSpec 2021-03-22 13:25:15 +01:00
berni44
35b47c2963 Fix Issue 15348 - std.stdio.writef format specifier error message 2021-03-22 03:41:21 +01:00
Nathan Sashihara
dcb0636ca5 Decrease top-level imports of std.format in submodules of std.format 2021-03-21 02:00:08 +01:00
berni44
f8adf9d21a Fix Issue 21722 - toString(sink, string format) does not work with non-"%s" strings 2021-03-17 01:02:14 +01:00
berni44
5683150832 std.format: Refactor spec.d 2021-03-15 22:10:21 +01:00
berni44
4415e4047e std.format: Split off std/format/spec.d 2021-03-15 15:16:29 +01:00