freebsd-src/lib/libc/stdtime
Andrey A. Chernov aa8ee22733 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)
2016-09-28 20:49:33 +00:00
..
Makefile.inc Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it relies 2013-03-24 01:35:37 +00:00
strftime.3 MFC r267618: 2014-07-15 22:44:10 +00:00
strftime.c MFC r269124: 2014-08-03 18:31:52 +00:00
strptime.3 MFC r272273, r272387, r272443, r272533 : 2014-10-08 16:29:46 +00:00
strptime.c MFC r306075,r306109 2016-09-28 20:49:33 +00:00
Symbol.map Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
time32.c
timelocal.c MFC r267601: 2014-06-23 15:03:51 +00:00
timelocal.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00