Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | stat: Keep statx()-specific flags separate | Tavian Barnes | 2022-05-12 | 1 | -8/+9 | |
| | | | | | Previously, if statx() was unsupported at runtime, we could end up passing AT_STATX_DONT_SYNC to fstatat() which doesn't expect it. | |||||
* | stat: Factor the BFS_STAT_TRYFOLLOW retry logic out | Tavian Barnes | 2022-05-12 | 1 | -30/+25 | |
| | ||||||
* | stat: Rename some feature detection macros | Tavian Barnes | 2022-05-12 | 1 | -8/+8 | |
| | ||||||
* | color: Don't colorize capable files by default | Tavian Barnes | 2022-05-11 | 1 | -1/+1 | |
| | | | | | | | GNU ls changed this default in coreutils 9.1, since checking capabilities has a severe performance penalty. Link: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=6b5134770d35b045e5a9219bf4a216324e0113d3 | |||||
* | color: Only check ln=target once | Tavian Barnes | 2022-05-11 | 1 | -7/+7 | |
| | | | | Fixes: 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f | |||||
* | main: Avoid a goto | Tavian Barnes | 2022-05-11 | 1 | -6/+5 | |
| | ||||||
* | Source / Include Folder (#88) | トトも | 2022-04-16 | 49 | -0/+19165 | |
Moved Source Files Into `src` Folder |