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
Tim Kientzle
kientzle at FreeBSD.org
Sun Mar 13 10:36:25 PST 2005
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
More information about the cvs-src
mailing list