Victor Zverovich
7071103cea
Remove incorrect chrono padding claim
2026-09-07 07:59:32 -07:00
Avionic Harshit
61e3b92396
Support fill, alignment and width in range and tuple formatters ( #4910 )
2026-09-06 08:47:40 -07:00
Dylan Pulver
a389757209
Remove the '0' chrono padding modifier from the docs ( #4917 )
...
The '0' modifier was documented in ca8eeb09 (#3976 ) and the parser case for
it was removed nine days later in 7bd11b5c ("Remove a redundant extension to
reduce divergence from std::format"), which did not update the docs. Since
then the grammar and the modifier table have promised a modifier that
parse_chrono_format rejects with "invalid format", for all 11 of the
presentation types the same section lists as supporting it.
Zero padding remains the default, so the extension really was redundant;
this only aligns the documentation with the code.
Co-authored-by: Dylan Pulver <dylanpulver@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-09-05 08:33:43 -07:00
Yoshi
bcaa44d055
Document that hexfloat 'a'/'A' always emits the 0x prefix ( #4862 )
2026-07-20 16:24:55 -07:00
Victor Zverovich
ebb9f0807a
Consistent plurality
2026-06-02 11:02:57 -07:00
Victor Zverovich
f577c1f11d
Improve docs
2026-06-02 10:30:08 -07:00
Victor Zverovich
889da4274e
Improve docs
2026-06-02 10:05:34 -07:00
Victor Zverovich
dea98ad228
Improve docs
2026-06-02 09:27:47 -07:00
Victor Zverovich
d04adde254
Improve docs
2026-06-02 09:04:13 -07:00
Victor Zverovich
ab92191553
Rewrite syntax.md from scratch
...
Only reuse the BNF syntax.
2026-06-01 14:51:45 -07:00
John Zimmerman
656d14db8b
docs: format two unescaped printf references with backticks ( #4578 )
2025-10-16 11:27:51 -07:00
Peter Steneteg
eb44d87b52
docs: range formatter grammar fix ( #4567 )
2025-10-07 11:34:00 -07:00
Victor Zverovich
75e5be6adc
Sort specifiers
2024-11-13 13:01:13 -08:00
nikola-sh
a169d7fa46
Fix chrono formatting syntax doc ( #4235 )
2024-11-13 12:57:22 -08:00
Khanh H
ed8f8be70d
More chrono padding ( #4161 )
...
* Add padding modifier to day of year, duration's remains unpadded
* Add padding modifier for %m, %Y
2024-09-18 09:27:45 -07:00
Victor Zverovich
589898e28b
Fix %S doc
2024-08-18 07:40:28 -07:00
Victor Zverovich
c0029b9847
Update docs
2024-06-02 21:16:04 -07:00
Victor Zverovich
f68dee5351
Fix syntax highlighting
2024-06-02 15:10:10 -07:00
Victor Zverovich
ab29ef37d9
Migrate docs and cleanup
2024-06-02 13:17:04 -07:00
Victor Zverovich
886237ae7b
Emit anchors
2024-06-02 10:32:53 -07:00
Victor Zverovich
d2ecfcfc45
Fix rendering on github
2024-06-01 07:33:57 -07:00
Victor Zverovich
26b249435e
Improve doc presentation
2024-06-01 07:32:43 -07:00
Victor Zverovich
f7c5588c46
Cleanup syntax doc
2024-05-31 06:57:10 -07:00
Victor Zverovich
a4e40677af
Fix markdown
2024-05-30 21:14:06 -07:00
Victor Zverovich
3479828e1d
Fix markdown
2024-05-30 20:27:21 -07:00
Victor Zverovich
191b0cb486
Fix markdown
2024-05-30 20:26:19 -07:00
Victor Zverovich
e80f4a9b72
Cleanup syntax doc
2024-05-30 12:44:56 -07:00
ZaheenJ
ca8eeb09ee
Add glibc ext for day of month and week of year ( #3976 )
2024-05-30 10:20:56 -07:00
Victor Zverovich
cddb41f633
Fix markdown
2024-05-30 06:38:40 -07:00
Victor Zverovich
caa97da1f5
Add a word joiner to prevent line break
2024-05-29 21:40:58 -07:00
Victor Zverovich
d903460137
Fix markdown
2024-05-29 20:13:11 -07:00
Victor Zverovich
e0f3e85076
Fix markdown
2024-05-29 19:09:54 -07:00
Victor Zverovich
4fc3fce9cb
Improve syntax markdown
2024-05-29 19:01:09 -07:00
Victor Zverovich
d6427ae7b2
Improve syntax markdown
2024-05-29 18:41:25 -07:00
Victor Zverovich
3d6869065b
Improve syntax markdown
2024-05-29 18:32:33 -07:00
Victor Zverovich
552842c4ff
Convert syntax to Markdown
2024-05-27 20:01:33 -07:00