From owner-cvs-lib Thu Jul 18 11:53:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA09006 for cvs-lib-outgoing; Thu, 18 Jul 1996 11:53:23 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08992; Thu, 18 Jul 1996 11:53:17 -0700 (PDT) Date: Thu, 18 Jul 1996 11:53:17 -0700 (PDT) From: Garrett Wollman Message-Id: <199607181853.LAA08992@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c tzfile.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/18 11:53:17 Modified: lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c tzfile.h Log: Merge the recently-imported tzcode96h distribution (libc portion). The part that does zic(8)/zdump(8) is still yet to be imported (but the old zic and zdump will work just fine with these header files and the data format has not changed). Revision Changes Path 1.4 +5 -1 src/lib/libc/stdtime/asctime.c 1.4 +8 -7 src/lib/libc/stdtime/difftime.c 1.8 +59 -56 src/lib/libc/stdtime/localtime.c 1.6 +62 -46 src/lib/libc/stdtime/private.h 1.10 +111 -79 src/lib/libc/stdtime/strftime.c 1.6 +9 -4 src/lib/libc/stdtime/tzfile.h