From owner-cvs-lib Fri Oct 3 12:13:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06557 for cvs-lib-outgoing; Fri, 3 Oct 1997 12:13:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06469; Fri, 3 Oct 1997 12:12:53 -0700 (PDT) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA00724; Fri, 3 Oct 1997 12:06:58 -0700 (PDT) Date: Fri, 3 Oct 1997 12:06:58 -0700 (PDT) Message-Id: <199710031906.MAA00724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdtime strftime.3 strftime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk helbig 1997/10/03 12:06:58 PDT Modified files: lib/libc/stdtime strftime.3 strftime.c Log: Merged in better support of ISO 8601 from elsie.nci.nih.gov. Added the conversion specifiers %g and %G, that are replaced by the year which contains the greater part of the week in question. Revision Changes Path 1.11 +42 -8 src/lib/libc/stdtime/strftime.3 1.19 +77 -55 src/lib/libc/stdtime/strftime.c