freebsd-skq/usr.bin/tar
Tim Kientzle d3d1a208cb Augment the -T handling:
* Add --null option (sort #defines here)
 * Add process_lines function to util.c that reads newline-terminated
   or null-terminated lines (with self-sizing buffers, etc) and iteratively
   invokes a provided function.  Use this to dramatically simplify:
   -T handling for -c, --exclude-from-file, and --include-from-file.
 * Add -T handling to -x (via include_from_file)

Hopefully, this will fix the openoffice port and a couple of
others that rely on -T and --null.
2004-06-27 06:29:03 +00:00
..
bsdtar_platform.h Style: Use single tab after #define 2004-05-02 22:58:18 +00:00
bsdtar.1 Document the -W convention for accessing long options. 2004-06-26 22:58:29 +00:00
bsdtar.c Augment the -T handling: 2004-06-27 06:29:03 +00:00
bsdtar.h Augment the -T handling: 2004-06-27 06:29:03 +00:00
fts.c Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +00:00
fts.h Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +00:00
Makefile Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh> 2004-06-03 23:43:40 +00:00
matching.c Augment the -T handling: 2004-06-27 06:29:03 +00:00
read.c Augment the -T handling: 2004-06-27 06:29:03 +00:00
util.c Augment the -T handling: 2004-06-27 06:29:03 +00:00
write.c Augment the -T handling: 2004-06-27 06:29:03 +00:00