cvs commit: src/usr.bin/tar read.c src/usr.bin/tar/test test_patterns.c test_patterns_2.tgz.err.uu test_patterns_2.tgz.out.uu

2008-08-20 Thread Tim Kientzle
kientzle2008-08-21 06:41:14 UTC FreeBSD src repository Modified files: usr.bin/tar read.c usr.bin/tar/test test_patterns.c test_patterns_2.tgz.out.uu Removed files: usr.bin/tar/test test_patterns_2.tgz.err.uu Log: SVN rev 181

cvs commit: src/usr.bin/tar read.c

2008-08-12 Thread Tim Kientzle
kientzle2008-08-13 05:54:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: SVN rev 181680 on 2008-08-13 05:54:15Z by kientzle MFC r180273: Use %H:%M in strftime() instead of non-portable %R Revision ChangesPat

cvs commit: src/usr.bin/tar read.c

2008-07-04 Thread Tim Kientzle
kientzle2008-07-05 02:05:55 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: SVN rev 180273 on 2008-07-05 02:05:55Z by kientzle Use %H:%M for strftime() time formatting instead of the non-portable %R. Revision ChangesPath 1.39 +1 -

cvs commit: src/usr.bin/tar read.c

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:14:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: MFC corrected error handling on extraction. Revision ChangesPath 1.23.2.6 +13 -15src/usr.bin/tar/read.c _

cvs commit: src/usr.bin/tar read.c

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:11:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: MFC some miscellaneous casts to correct printing of numerical UIDs, GIDs, and device numbers in tar -tv output.a Revision ChangesPath 1.

cvs commit: src/usr.bin/tar read.c

2007-05-08 Thread Tim Kientzle
kientzle2007-05-08 15:22:22 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Set the program return value non-zero if we enounter an error while skipping the body of an entry during "tar -t" processing. Thanks to: Spencer Minear PR: misc/1125

cvs commit: src/usr.bin/tar read.c

2007-04-13 Thread Tim Kientzle
kientzle2007-04-13 16:08:23 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Portability. Thanks to: Martin Koeppe for testing on Interix Revision ChangesPath 1.30 +2 -0 src/usr.bin/tar/read.c

cvs commit: src/usr.bin/tar read.c

2007-04-06 Thread Tim Kientzle
kientzle2007-04-07 05:56:40 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Simplify the logic for handling header read errors. Revision ChangesPath 1.29 +5 -7 src/usr.bin/tar/read.c _

cvs commit: src/usr.bin/tar read.c

2006-08-14 Thread Tim Kientzle
kientzle2006-08-15 03:53:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: MFC 1.26: conditionally include sys/mkdev.h on platforms that need it. Revision ChangesPath 1.23.2.2 +4 -1 src/usr.bin/tar/read.c __

cvs commit: src/usr.bin/tar read.c

2006-07-30 Thread Tim Kientzle
kientzle2006-07-30 18:34:40 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. While I'm here, correctly alphabetize 't' after 's'. Thanks to: VMiklos Revision Cha

cvs commit: src/usr.bin/tar read.c

2006-03-06 Thread Tim Kientzle
kientzle2006-03-07 06:02:09 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Fix a format mismatch (%d integer format, platform-dependent argument type). Revision ChangesPath 1.24 +1 -1 src/usr.bin/tar/read.c