Date: Thu, 15 Jul 2004 03:14:47 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h read.c Message-ID: <200407150314.i6F3ElI0035426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-07-15 03:14:47 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h read.c Log: Make the day/month ordering dependent on the current locale by testing the locale at program startup and setting a flag, then using that flag to determine appropriate strftime() arguments. Revision Changes Path 1.38 +6 -0 src/usr.bin/tar/bsdtar.c 1.14 +1 -0 src/usr.bin/tar/bsdtar.h 1.4 +3 -0 src/usr.bin/tar/bsdtar_platform.h 1.14 +7 -4 src/usr.bin/tar/read.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407150314.i6F3ElI0035426>