git: libc: Bring in getdate() from NetBSD for POSIX conformance.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun May 24 13:20:53 PDT 2020
commit 8f9e67109499acc57ad368877f4b3b0b7cdf6d93
Author: Sascha Wildner <saw at online.de>
Date: Sun May 24 13:48:04 2020 +0200
libc: Bring in getdate() from NetBSD for POSIX conformance.
Summary of changes:
etc/mtree/BSD.usr.dist | 2 +
include/time.h | 5 +-
lib/libc/stdtime/Makefile.inc | 7 +-
lib/libc/stdtime/Symbol.map | 4 +
lib/libc/stdtime/getdate.3 | 232 ++++++++++++++++++++++++++
lib/libc/stdtime/getdate.c | 274 +++++++++++++++++++++++++++++++
share/examples/getdate/datemsk.template | 38 +++++
share/examples/getdate/posixmsk.example3 | 9 +
share/examples/getdate/posixmsk.example4 | 12 ++
9 files changed, 577 insertions(+), 6 deletions(-)
create mode 100644 lib/libc/stdtime/getdate.3
create mode 100644 lib/libc/stdtime/getdate.c
create mode 100644 share/examples/getdate/datemsk.template
create mode 100644 share/examples/getdate/posixmsk.example3
create mode 100644 share/examples/getdate/posixmsk.example4
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8f9e67109499acc57ad368877f4b3b0b7cdf6d93
--
DragonFly BSD source repository
More information about the Commits
mailing list