Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement -acl test | Tavian Barnes | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | color: Support coloring files with capabilities | Tavian Barnes | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | Makefile: Link with -lrt on Linux | Tavian Barnes | 2018-12-17 | 1 | -2/+14 |
| | | | | Fixes #29. | ||||
* | Remove man page on make uninstall | Tavian Barnes | 2018-11-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'release-1.2.4' | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
|\ | |||||
| * | Release 1.2.41.2.4 | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
| | | |||||
| * | Update copyright dates | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
| | | |||||
* | | spawn: New posix_spawn()-like API for exec | Tavian Barnes | 2018-09-18 | 1 | -2/+2 |
|/ | |||||
* | Release 1.2.31.2.3 | Tavian Barnes | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Release 1.2.21.2.2 | Tavian Barnes | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | New 'sanitized' make target | Tavian Barnes | 2018-03-18 | 1 | -1/+4 |
| | |||||
* | Release 1.2.11.2.1 | Tavian Barnes | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Release 1.21.2 | Tavian Barnes | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -1/+1 |
| | | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times. | ||||
* | Release 1.1.41.1.4 | Tavian Barnes | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Add a man page | Tavian Barnes | 2017-10-15 | 1 | -0/+2 |
| | | | | Fixes #31 | ||||
* | Don't use install -D | Tavian Barnes | 2017-10-13 | 1 | -3/+6 |
| | | | | | | -D isn't portable to non-GNU Unices, so just use mkdir manually. Fixes #28 | ||||
* | Release 1.1.31.1.3 | Tavian Barnes | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | opt: Separate optimization from parsing | Tavian Barnes | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Release 1.1.21.1.2 | Tavian Barnes | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | Release 1.1.11.1.1 | Tavian Barnes | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | Re-license under the BSD Zero Clause License | Tavian Barnes | 2017-07-27 | 1 | -11/+16 |
| | |||||
* | Release 1.11.1 | Tavian Barnes | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Release 1.01.0 | Tavian Barnes | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Implement -fstype | Tavian Barnes | 2017-04-23 | 1 | -1/+1 |
| | | | | Fixes #6! | ||||
* | Implement -exec/-execdir ... + | Tavian Barnes | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | Release 0.960.96 | Tavian Barnes | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Make a printf()-style API for colored messages | Tavian Barnes | 2017-03-11 | 1 | -2/+3 |
| | |||||
* | Implement -printf/-fprintf | Tavian Barnes | 2017-02-05 | 1 | -1/+1 |
| | | | | | Based on a patch by Fangrui Song <i@maskray.me>. Closes #16. | ||||
* | Don't set _POSIX_C_SOURCE | Tavian Barnes | 2017-01-06 | 1 | -5/+4 |
| | | | | | | The BSD behaviour is to hide all BSD extensions if standard-conformance feature test macros are present. We don't want strict POSIX, we want all available extensions, so ask for that. | ||||
* | Set _FILE_OFFSET_BITS to 64 | Tavian Barnes | 2016-12-21 | 1 | -0/+1 |
| | | | | | With the new support for -size n[TP], this is needed to avoid overflow on 32-bit platforms. | ||||
* | Bump the version to 0.880.88 | Tavian Barnes | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Fix the build on macOS | Tavian Barnes | 2016-12-17 | 1 | -0/+1 |
| | | | | | macOS hides st_[acm]timespec if _POSIX_C_SOURCE is defined, unless _DARWIN_C_SOURCE is too. | ||||
* | Fix the build on OpenIndiana | Tavian Barnes | 2016-12-16 | 1 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | Redirect stdin from /dev/null for -ok and -okdir. | Tavian Barnes | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Bump the version to 0.840.84 | Tavian Barnes | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Bump the version to 0.82.0.82 | Tavian Barnes | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Implement typo detection for literals. | Tavian Barnes | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Bump to 0.79.0.79 | Tavian Barnes | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | dstring: Split out the dynamic string logic. | Tavian Barnes | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | Bump the version to 0.74.0.74 | Tavian Barnes | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Bump the version to 0.70.0.70 | Tavian Barnes | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Makefile: Add install and uninstall targets. | Tavian Barnes | 2016-02-14 | 1 | -3/+13 |
| | |||||
* | Set the version to 0.67.0.67 | Tavian Barnes | 2016-02-14 | 1 | -1/+7 |
| | | | | | For now, version numbers are the fraction of GNU find features supported. | ||||
* | Implement -iname and -ipath. | Tavian Barnes | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Split out parsing code. | Tavian Barnes | 2015-11-29 | 1 | -1/+1 |
| |