cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h
read.c write.c
Tim Kientzle
kientzle at FreeBSD.org
Tue May 29 05:39:10 UTC 2007
kientzle 2007-05-29 05:39:10 UTC
FreeBSD src repository
Modified files:
usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h
read.c write.c
Log:
bsdtar 2.2.3:
* Implement --use-compress-program using new libarchive feature.
* Minor portability improvement by adjusting casts used to
print out uids, gids, and device numbers.
Thanks to: Joerg Sonnenberger for the --use-compress-program implementation.
MFC after: 15 days
Revision Changes Path
1.31 +1 -1 src/usr.bin/tar/Makefile
1.35 +4 -0 src/usr.bin/tar/bsdtar.1
1.75 +6 -0 src/usr.bin/tar/bsdtar.c
1.28 +1 -0 src/usr.bin/tar/bsdtar.h
1.33 +9 -6 src/usr.bin/tar/read.c
1.63 +18 -13 src/usr.bin/tar/write.c
More information about the cvs-all
mailing list