freebsd-skq/lib/libc/stdtime
pfg c40729136d Add strptime(3) support for %U and %W (take 2)
Add support for the missing POSIX-2001 %U and %W features: the
existing FreeBSD strptime code recognizes both directives and
validates that the week number lies in the permitted range,
but then simply discards the value.

Initial support for the feature was written by Paul Green.
David Carlier added the initial handling of tm_wday/tm_yday.
Major credit goes to Andrey Chernov for detecting much of the
brokenness, and rewriting/cleaning most of the code, making it
much more robust.

Tested independently with the strptime test from the GNU C
library.

PR:		137307
MFC after:	1 month
Relnotes:	yes
2014-09-28 21:20:20 +00:00
..
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
strftime.3 Fix syntax error. 2014-06-18 18:31:35 +00:00
strftime.c strftime() xlocale cleanups. 2014-07-26 14:24:13 +00:00
strptime.3 Add more locale-specific functions to the relevant man pages and 2012-06-25 21:51:40 +00:00
strptime.c Add strptime(3) support for %U and %W (take 2) 2014-09-28 21:20:20 +00:00
Symbol.map
time32.c
timelocal.c stdtime: style(9) fixes. 2014-06-18 02:36:21 +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