Date: Fri, 2 Mar 2001 08:19:50 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax extern.h gen_subs.c pax.c Message-ID: <200103021619.f22GJoA63619@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103021619.f22GJoA63619>