Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use -O3 for release builds. | Tavian Barnes | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Add a basic test suite. | Tavian Barnes | 2015-09-15 | 1 | -1/+6 |
| | |||||
* | Disable asserts in release build. | Tavian Barnes | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Makefile: Add a 'release' target. | Tavian Barnes | 2015-07-19 | 1 | -1/+4 |
| | |||||
* | Makefile: Don't pass -Og, which doesn't exist in clang. | Tavian Barnes | 2015-07-19 | 1 | -3/+3 |
| | | | | Fixes #1. | ||||
* | Add initial support for colorized output. | Tavian Barnes | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Makefile: Auto-generate dependencies. | Tavian Barnes | 2015-06-18 | 1 | -6/+14 |
| | |||||
* | Makefile: Listen to the environment. | Tavian Barnes | 2015-06-14 | 1 | -4/+4 |
| | |||||
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+28 |