git: libc/stdtime: Sync with tzcode2013h from ftp://ftp.iana.org/tz/releases
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Dec 2 06:32:42 PST 2013
commit 59d71b6f16d3edfc9a36515cd8ac0e49c31836a5
Author: Sascha Wildner <saw at online.de>
Date: Sun Dec 1 21:39:23 2013 +0100
libc/stdtime: Sync with tzcode2013h from ftp://ftp.iana.org/tz/releases
This also reverts most of the changes from the "locale megapatch".
While well-meant, this threw us back to being in sync with upstream's
tzcode2010m, while before we were in sync with tzcode2012c.
Leave those FreeBSD changes which make sense.
Summary of changes:
lib/libc/gen/tzset.3 | 65 ++++-
lib/libc/stdtime/asctime.c | 15 +-
lib/libc/stdtime/ctime.3 | 43 +++-
lib/libc/stdtime/difftime.c | 31 +--
lib/libc/stdtime/localtime.c | 578 ++++++++++++++++++++++--------------------
lib/libc/stdtime/private.h | 164 +-----------
lib/libc/stdtime/strftime.3 | 12 +-
lib/libc/stdtime/strftime.c | 32 +--
lib/libc/stdtime/time2posix.3 | 5 +-
lib/libc/stdtime/time32.c | 38 +--
lib/libc/stdtime/tzfile.5 | 57 +++--
lib/libc/stdtime/tzfile.h | 27 +-
12 files changed, 518 insertions(+), 549 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/59d71b6f16d3edfc9a36515cd8ac0e49c31836a5
--
DragonFly BSD source repository
More information about the Commits
mailing list