summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/operator.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.markm2003-06-141-10/+6
|
* Replace err() with errx(), errno is garbage in this context.charnier2002-04-121-1/+1
|
* Fix SCM IDs.obrien2002-04-011-3/+2
|
* spellingcharnier2002-03-261-1/+1
|
* Remove __P().markm2002-03-201-2/+2
|
* 1) Remove -Wall from Makefile.dwmalone2002-02-271-8/+11
| | | | | | 2) WARNs fixes (rename option to lookup_option to avoid shadowing, rename argv to argv1 to avoid shadowing, const stuff, prototypes, __unused). 3) Remove "register"s.
* Quiet a [useless] compiler warning.obrien2001-07-231-1/+1
|
* They add the following commands:phk2001-05-031-20/+18
| | | | | | | | | | | | | | | | | | | | | -anewer -cnewer -mnewer -okdir -newer[acm][acmt] With it, you can form queries like find . -newerct '1 minute ago' -print As an extra bonus, the program is ANSI-fied - the original version relies on some obscure features of K&R C. (This PR was submitted in 1999, and the submittor has kept the patch updated ever since, hats off for him guys, and how about you close a PR ??) PR: 9374 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-121-0/+5
| | | | | | | | | | | | behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Fixed style bugs in previous commit.bde1998-11-291-1/+1
|
* PR: 7522thepish1998-08-101-1/+1
| | | | | Correct bug in the inverse operator optimisation code which caused segv on ! without a following expression.
* Fix a gross bug in the ! operator optimization code. The followingjoerg1997-03-101-1/+7
| | | | | | | | kind of expressions caused a dereferencation of an uninitialized malloc area, yielding wrong expression evaluation at best, and core dumps at worst (malloc.conf -> AJ): find ... ! \( expr1 ! expr2 \) ...
* Remove trailing whitespace.rgrimes1995-05-301-15/+15
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+270
OpenPOWER on IntegriCloud