From owner-cvs-lib Sat Aug 9 08:46:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA29084 for cvs-lib-outgoing; Sat, 9 Aug 1997 08:46:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29013; Sat, 9 Aug 1997 08:44:35 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA16186; Sat, 9 Aug 1997 08:44:01 -0700 (PDT) Date: Sat, 9 Aug 1997 08:44:01 -0700 (PDT) Message-Id: <199708091544.IAA16186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include time.h src/lib/libc/stdtime strptime.3 timelocal.c timelocal.h Makefile.inc strftime.3 strftime.c strptime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/09 08:44:01 PDT Modified files: include time.h lib/libc/stdtime Makefile.inc strftime.3 strftime.c strptime.c Added files: lib/libc/stdtime strptime.3 timelocal.c timelocal.h Log: Import strptime(3) into libc. We've got permission by Kevin Ruddy to modify the original `no modifications' copyright message, and i've included his mail into the source file. The common localization functions between strptime(3) and strftime(3) have been broken out into timelocal.[ch]. Revision Changes Path 1.10 +1 -0 src/include/time.h 1.5 +3 -2 src/lib/libc/stdtime/Makefile.inc 1.10 +2 -1 src/lib/libc/stdtime/strftime.3 1.18 +2 -177 src/lib/libc/stdtime/strftime.c 1.2 +305 -314 src/lib/libc/stdtime/strptime.c