Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   cgd
Date:           Tue Jul 20 01:28:42 UTC 1999

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

Log Message:
add -regex and -iregex primaries which, like GNU find's primaries of the
same name, match files' entire paths against regular expressions.
-regex is case sensitive, -iregex is case-insensitive.  Note that these
primaries are _not_ entirely compatible with the GNU find primaries,
because their BREs appear to support alternation with \| whereas our BREs
do not.  Also note there are no primaries which provide extended regular
expressions matching, though if they are desired they would be trivial
to implement.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/find/extern.h \
    basesrc/usr.bin/find/find.h
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/find/find.1
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/find/function.c
cvs rdiff -r1.12 -r1.13 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