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:           Thu Oct  4 04:51:28 UTC 2001

Modified Files:
        basesrc/usr.sbin/mtree: compare.c create.c extern.h misc.c mtree.8
            mtree.c mtree.h spec.c verify.c

Log Message:
features:
- add a new keyword - "tags" - which is a comma separated list of tags
  associated with that file.
- add "-E tags"; exclude files in -D output with matching tags
- add "-I tags"; only include files in -D output with matching tags
  (default is to list all)

fixes:
- move all extern variable references from individual files into extern.h
- `quote' some more user-specified strings in error messages
- man page: list an options arguments in the description, and sort xrefs.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.30 -r1.31 basesrc/usr.sbin/mtree/create.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/mtree/extern.h \
    basesrc/usr.sbin/mtree/misc.c basesrc/usr.sbin/mtree/mtree.h
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/mtree/mtree.8
cvs rdiff -r1.18 -r1.19 basesrc/usr.sbin/mtree/mtree.c \
    basesrc/usr.sbin/mtree/verify.c
cvs rdiff -r1.25 -r1.26 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