Searched hist:306414 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libc/stdtime/
H A Dstrptime.cdiff 306414 Wed Sep 28 14:56:46 MDT 2016 ache MFC r306075,r306109

1) Microoptimize %p case.
2) Implememt %u for GNU compatibility.
3) Don't forget to advance buf for %w/%u.
4) Fail with incomplete week (week 0) request and no such week in the
year.
5) Fix yday formula when Sunday requested and the week started from Monday.
6) Fail with impossible yday for incomplete week (week 0) and direct %w/%u
request.
7) Shift yday/wday to the first day of the year, if incomplete week
(week 0) requested and no %w/%u used.
8) For already non-standard %z extension implement GNU compatible formats:
+hh and -hh.
9) Check for incorrect values for %z.

PR: 212983 (case 3 only)

Completed in 105 milliseconds