Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.sbin/mtree
Module Name: basesrc
Committed By: lukem
Date: Fri Oct 5 01:03:25 UTC 2001
Modified Files:
basesrc/usr.sbin/mtree: extern.h misc.c mtree.8 mtree.c mtree.h spec.c
Log Message:
cleanup tags support;
- create a typedef struct slist_t to hold stuff in (avoid stringlist(3)
because it's less portable)
- move the tag manipulate stuff into misc.c
- add matchtags(), which returns 0 if the node is explicitly excluded,
or not included if an include list is given; or 1 otherwise
- in -D, change tags support from files-only to all-non-directories
(xxx; still considering implementing tags support for -c and !-D)
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/usr.sbin/mtree/extern.h \
basesrc/usr.sbin/mtree/misc.c basesrc/usr.sbin/mtree/mtree.h
cvs rdiff -r1.18 -r1.19 basesrc/usr.sbin/mtree/mtree.8
cvs rdiff -r1.19 -r1.20 basesrc/usr.sbin/mtree/mtree.c
cvs rdiff -r1.27 -r1.28 basesrc/usr.sbin/mtree/spec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index