From owner-cvs-all Fri Mar 2 8:19:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72B3737B71B; Fri, 2 Mar 2001 08:19:50 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f22GJoA63619; Fri, 2 Mar 2001 08:19:50 -0800 (PST) (envelope-from ru) Message-Id: <200103021619.f22GJoA63619@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Mar 2001 08:19:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax extern.h gen_subs.c pax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/02 08:19:50 PST Modified files: bin/pax extern.h gen_subs.c pax.c Log: POSIX wrote: : LC_TIME This variable shall determine the format and : contents of date and time strings when the -v : option is specified. Developers took this wrong. LC_TIME specifies the locale name, not the ``format'' argument of strftime(). Oops: pax -w -f /tmp/foo /dev/null LC_TIME=de_DE.ISO_8859-1 pax -v -f /tmp/foo Revision Changes Path 1.7 +1 -2 src/bin/pax/extern.h 1.14 +12 -22 src/bin/pax/gen_subs.c 1.14 +1 -9 src/bin/pax/pax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message