Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/find



Module Name:    src
Committed By:   pgoyette
Date:           Mon Jun 13 00:04:41 UTC 2016

Modified Files:
        src/usr.bin/find: extern.h find.1 find.c find.h function.c option.c

Log Message:
Add new primaries -asince, -csince, and -since to compare file's
attributes against a user-specified timestamp (rather than the
attributes of a reference file).

Update the parse routines so they have access to the name of the
option being parsed.  This enables accurate error reporting for
"aliases" of primaries.

Now that aliases work, introduce some aliases for consistency with
Gnu findutils.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/find/extern.h
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/find/find.1
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/find/find.c
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/find/find.h
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/find/function.c
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/find/option.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