Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Represent never returning as always_true && always_false | Tavian Barnes | 2017-07-21 | 1 | -2/+5 |
| | | | | | | | | | | Expressions that never return are vacuously always both true and false. Using this representation lets us take advantage of existing truth-based optimizations, which gets us optimizations of command lines like bfs -name foo -quit -print for free. | ||||
* | Implement -printx | Tavian Barnes | 2017-07-21 | 1 | -0/+1 |
| | | | | Also from NetBSD. | ||||
* | Implement -exit [STATUS] | Tavian Barnes | 2017-07-20 | 1 | -0/+1 |
| | | | | From NetBSD again. | ||||
* | parse: Ask for confirmation in some cases | Tavian Barnes | 2017-07-16 | 1 | -0/+3 |
| | |||||
* | Release 1.0.21.0.2 | Tavian Barnes | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Release 1.0.11.0.1 | Tavian Barnes | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Optimize based on reachability due to -quit | Tavian Barnes | 2017-05-15 | 1 | -0/+2 |
| | |||||
* | Implement -D exec | Tavian Barnes | 2017-05-09 | 1 | -4/+6 |
| | |||||
* | Release 1.01.0 | Tavian Barnes | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Implement -fstype | Tavian Barnes | 2017-04-23 | 1 | -0/+5 |
| | | | | Fixes #6! | ||||
* | Implement -X | Tavian Barnes | 2017-04-16 | 1 | -0/+2 |
| | |||||
* | Implement -exec/-execdir ... + | Tavian Barnes | 2017-04-15 | 1 | -15/+4 |
| | |||||
* | Give struct expr a CFILE* instead of just a FILE* | Tavian Barnes | 2017-03-16 | 1 | -2/+1 |
| | | | | This unifies the behaviour of -print and -fprint /dev/stdout. | ||||
* | Release 0.960.96 | Tavian Barnes | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Implement -ls and -fls | Tavian Barnes | 2017-03-11 | 1 | -0/+1 |
| | |||||
* | Make a printf()-style API for colored messages | Tavian Barnes | 2017-03-11 | 1 | -4/+4 |
| | |||||
* | Allow short-circuiting optimizations with non-pure operands | Tavian Barnes | 2017-02-11 | 1 | -0/+4 |
| | |||||
* | Implement -printf/-fprintf | Tavian Barnes | 2017-02-05 | 1 | -2/+7 |
| | | | | | Based on a patch by Fangrui Song <i@maskray.me>. Closes #16. | ||||
* | Implement -nouser and -nogroup | Tavian Barnes | 2017-02-04 | 1 | -0/+2 |
| | |||||
* | Bump the version to 0.880.88 | Tavian Barnes | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Add tera and peta suffices for -size | Tavian Barnes | 2016-12-20 | 1 | -0/+4 |
| | |||||
* | Implement -sparse from FreeBSD find | Tavian Barnes | 2016-12-20 | 1 | -0/+1 |
| | |||||
* | Implement BSD find's -depth N | Tavian Barnes | 2016-12-18 | 1 | -0/+1 |
| | |||||
* | Implement -regex, -iregex, and -regextype/-E | Tavian Barnes | 2016-12-18 | 1 | -0/+5 |
| | |||||
* | Move portability code into util.h | Tavian Barnes | 2016-12-04 | 1 | -7/+0 |
| | |||||
* | Release 0.84.10.84.1 | Tavian Barnes | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Update some copyright dates. | Tavian Barnes | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Bump the version to 0.840.84 | Tavian Barnes | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Implement -perm. | Tavian Barnes | 2016-10-29 | 1 | -0/+20 |
| | |||||
* | Implement -ignore_readdir_race. | Tavian Barnes | 2016-10-24 | 1 | -0/+2 |
| | |||||
* | Account for non-standard struct stat on macOS. | Tavian Barnes | 2016-10-22 | 1 | -0/+7 |
| | |||||
* | Bump the version to 0.82.0.82 | Tavian Barnes | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Use a linked list to store the root paths. | Tavian Barnes | 2016-07-13 | 1 | -4/+12 |
| | |||||
* | Implement -D rates. | Tavian Barnes | 2016-06-28 | 1 | -3/+17 |
| | |||||
* | Use underscores. | Tavian Barnes | 2016-06-19 | 1 | -12/+12 |
| | |||||
* | Implement -fprint and -fprint0. | Tavian Barnes | 2016-06-08 | 1 | -0/+8 |
| | |||||
* | Implement -D opt. | Tavian Barnes | 2016-06-07 | 1 | -2/+4 |
| | |||||
* | Bump to 0.79.0.79 | Tavian Barnes | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Use argc/argv naming consistently. | Tavian Barnes | 2016-05-22 | 1 | -4/+4 |
| | |||||
* | Implement -{exec,ok}{,dir}. | Tavian Barnes | 2016-05-22 | 1 | -1/+17 |
| | |||||
* | Bump the version to 0.74.0.74 | Tavian Barnes | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Implement -size. | Tavian Barnes | 2016-03-12 | 1 | -1/+23 |
| | |||||
* | Implement -used. | Tavian Barnes | 2016-03-05 | 1 | -0/+1 |
| | | | | | | This doesn't agree with find's output, but I think find is buggy here. For example, find -used +0 is returning fewer results than find -used 1, which makes no sense given that 1 is greater than 0. | ||||
* | Bump the version to 0.70.0.70 | Tavian Barnes | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Implement -O. | Tavian Barnes | 2016-02-23 | 1 | -0/+2 |
| | |||||
* | Implement -D tree. | Tavian Barnes | 2016-02-23 | 1 | -3/+10 |
| | |||||
* | Implement -D stat. | Tavian Barnes | 2016-02-22 | 1 | -1/+12 |
| | |||||
* | Make optimizations based on the purity of predicates. | Tavian Barnes | 2016-02-21 | 1 | -2/+6 |
| | | | | | | | | This allows something like $ ./bfs -empty -false to avoid evaluating -empty, just like find. | ||||
* | Set the version to 0.67.0.67 | Tavian Barnes | 2016-02-14 | 1 | -2/+7 |
| | | | | | For now, version numbers are the fraction of GNU find features supported. | ||||
* | s/color_table/colors/. | Tavian Barnes | 2016-02-14 | 1 | -3/+3 |
| |