git: libc: Bring in getdate() from NetBSD for POSIX conformance.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 24 02:54:47 PDT 2020


commit 28bfdfe646cc75375bb9065f47aca011952469ef
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 24 11:48:26 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/Versions.def                    |   6 +-
 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 ++
 10 files changed, 582 insertions(+), 7 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/28bfdfe646cc75375bb9065f47aca011952469ef


-- 
DragonFly BSD source repository


More information about the Commits mailing list