freebsd-nq/lib/libc/stdtime
Yuri Pankov eb144aa007 strptime: fix parsing of tm_year when both %C and %y appear in the
format string in arbitrary order.  This makes the related test cases in
lib/libc/tests/time (not yet connected to the build) pass.

While here, don't error on negative tm_year value based on the
APPLICATION USAGE in
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html
(glibc does the same):

tm_year is a signed value; therefore, years before 1900 may be represented.

Approved by:	re (gjb), kib (mentor)
Differential Revision:	https://reviews.freebsd.org/D17550
2018-10-17 14:51:43 +00:00
..
Makefile.inc Replace dot-dot relative pathing with SRCTOP-relative paths where possible 2017-01-20 03:23:24 +00:00
strftime.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strftime.c
strptime.3
strptime.c strptime: fix parsing of tm_year when both %C and %y appear in the 2018-10-17 14:51:43 +00:00
Symbol.map
time32.c
timelocal.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
timelocal.h libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00