Date: Sun, 13 Mar 2005 18:36:24 +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 Makefile Makefile.am bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h configure.ac.in getdate.y write.c Message-ID: <200503131836.j2DIaOMV071518@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2005-03-13 18:36:24 UTC
FreeBSD src repository
Modified files:
usr.bin/tar Makefile Makefile.am bsdtar.1 bsdtar.c
bsdtar.h bsdtar_platform.h
configure.ac.in write.c
Added files:
usr.bin/tar getdate.y
Log:
Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than
switches to support selecting files by time of modification.
Special thanks to: Steven M. Bellovin, Rich $alz, and Jim Berets,
authors of the public-domain getdate.y date-parsing code.
Revision Changes Path
1.16 +5 -3 src/usr.bin/tar/Makefile
1.2 +3 -0 src/usr.bin/tar/Makefile.am
1.26 +29 -0 src/usr.bin/tar/bsdtar.1
1.60 +59 -16 src/usr.bin/tar/bsdtar.c
1.22 +4 -0 src/usr.bin/tar/bsdtar.h
1.13 +3 -0 src/usr.bin/tar/bsdtar_platform.h
1.6 +1 -0 src/usr.bin/tar/configure.ac.in
1.1 +919 -0 src/usr.bin/tar/getdate.y (new)
1.36 +44 -20 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503131836.j2DIaOMV071518>
