From owner-cvs-all Tue Nov 30 11:24:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DE2A159E8; Tue, 30 Nov 1999 11:24:09 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29242; Tue, 30 Nov 1999 11:24:08 -0800 (PST) (envelope-from ache@FreeBSD.org) Message-Id: <199911301924.LAA29242@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 30 Nov 1999 11:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strftime.3 strftime.c strptime.c timelocal.c timelocal.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/11/30 11:24:08 PST Modified files: lib/libc/stdtime strftime.3 strftime.c strptime.c timelocal.c timelocal.h Log: %Ex -> %Ef to not conflict with POSIX Add %EF (long months name / day order) Check that O and E not intermixed Add missing POSIX extension to example Revision Changes Path 1.17 +8 -4 src/lib/libc/stdtime/strftime.3 1.24 +20 -3 src/lib/libc/stdtime/strftime.c 1.14 +15 -2 src/lib/libc/stdtime/strptime.c 1.6 +12 -7 src/lib/libc/stdtime/timelocal.c 1.5 +3 -2 src/lib/libc/stdtime/timelocal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message