- Microoptimize %p case.
- Implememt %u for GNU compatibility.
- Don't forget to advance buf for %w/%u.
- Fail with incomplete week (week 0) request and no such week in the
year.
- Fix yday formula when Sunday requested and the week started from Monday.
- Fail with impossible yday for incomplete week (week 0) and direct %w/%u
request.
- Shift yday/wday to the first day of the year, if incomplete week
(week 0) requested and no %w/%u used.
MFC after: 7 days