Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/find
Module Name: basesrc
Committed By: kleink
Date: Sat Dec 1 14:10:05 UTC 2001
Modified Files:
basesrc/usr.bin/find: extern.h find.1 find.h function.c option.c
Log Message:
Add a "cnewer" primary which evaluates true if a file has a more recent
ctime than its argument.
>From kre in PR bin/14802; originally suggested name was "updated" but
renamed due to GNU find(1) being prior art for this functionality.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/find/extern.h
cvs rdiff -r1.28 -r1.29 basesrc/usr.bin/find/find.1
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/find/find.h
cvs rdiff -r1.38 -r1.39 basesrc/usr.bin/find/function.c
cvs rdiff -r1.15 -r1.16 basesrc/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