commit 19da7d45beaef542a791b2fdc024dd0506957830
Author: zrj <[email protected]>
Date: Tue Jul 26 13:05:36 2016 +0300
libc/strptime: Add support for %t and %n per POSIX.
Only skip space for %e and fail on unknown specifiers.
Also remove magic year 1900 constants.
Taken-from: FreeBSD
Summary of changes:
lib/libc/stdtime/strptime.c | 72 +++++++++++++++++----------------------------
1 file changed, 27 insertions(+), 45 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19da7d45beaef542a791b2fdc024dd0506957830
--
DragonFly BSD source repository