summaryrefslogtreecommitdiffstats
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* regex: Wrap the POSIX API in a facadeTavian Barnes2022-02-211-1/+0
* regex: Add support for emacs and grep typesTavian Barnes2022-02-041-11/+0
* Standardize WITH_* make variables for configuring dependenciesTavian Barnes2022-01-291-1/+2
* Simplifyingdata-man2022-01-241-7/+1
* Using Oniguruma library (optionally)data-man2022-01-241-1/+6
* util: New close() wrappers to check for EBADF and preserve errnoTavian Barnes2022-01-181-1/+19
* util: New xfopen() utilityTavian Barnes2021-09-211-0/+10
* util: Wrap getdelim() instead of open coding itTavian Barnes2021-09-151-0/+14
* util: New xconfstr() wrapperTavian Barnes2021-06-131-0/+10
* util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes2021-06-091-3/+3
* util: Avoid warnings on older compilers with fallthroughTavian Barnes2021-06-091-3/+9
* Enable -Wimplicit-fallthroughTavian Barnes2021-06-021-0/+14
* util: Tweak the safe read/write functionsTavian Barnes2021-04-151-14/+13
* util: add safe_read_all() and safe_write_all() functions.Markus F.X.J. Oberhumer2021-04-151-0/+10
* util: introduce safe versions of read & write that handle interruptedMarkus F.X.J. Oberhumer2021-04-151-0/+10
* Support -flags on all the BSDsTavian Barnes2021-03-061-0/+19
* Update copyright datesTavian Barnes2021-02-051-1/+1
* dir: New DIR* facadeTavian Barnes2021-01-281-6/+0
* util: New BFS_FLEX_SIZEOF() macro for more precise flexible array allocationsTavian Barnes2020-10-131-0/+23
* util: Move redirect() and isopen() to main.cTavian Barnes2020-10-011-20/+0
* util: Don't rely on bftwTavian Barnes2020-09-301-1/+1
* time: Split out time-related functions from utilTavian Barnes2020-02-131-47/+0
* parse: Handle 1969-12-31T23:59:59ZTavian Barnes2020-02-131-3/+17
* Implement explicit reference times (-newerXt)Tavian Barnes2020-02-111-0/+21
* Release 1.5.21.5.2Tavian Barnes2020-01-091-1/+1
* fsade: Support checking for xattrs (extattrs) on FreeBSDTavian Barnes2020-01-081-0/+4
* Implement -xattr predicateTavian Barnes2019-05-241-0/+4
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
* util: Remove some unused macrosTavian Barnes2019-02-011-12/+0
* util: Allow configuration macros to be specified with -DTavian Barnes2019-02-011-6/+23
* stat: Work around msan not knowing about statx()Tavian Barnes2019-01-311-1/+7
* posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes2019-01-031-7/+0
* posix1e: Split out ACL and capability handling from utilTavian Barnes2019-01-021-12/+0
* color: Check format strings + args for cfprintf()Tavian Barnes2019-01-021-0/+9
* Implement -acl testTavian Barnes2018-12-171-0/+6
* color: Support coloring files with capabilitiesTavian Barnes2018-12-171-4/+19
* bftw: Move bftw_typeflag conversion out of utilTavian Barnes2018-12-171-10/+0
* Check for <sys/param.h> before including itTavian Barnes2018-11-081-3/+7
* util: Wrap __has_include()Tavian Barnes2018-11-011-0/+6
* Print device major/minor numbers for -lsTavian Barnes2018-11-011-0/+15
* Update copyright datesTavian Barnes2018-09-241-1/+1
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-28/+2
* exec: Recover from E2BIGTavian Barnes2017-11-121-0/+9
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-0/+5
* util: Wrap faccessat() to fix some portability issuesTavian Barnes2017-09-201-0/+5
* util: Factor out checks for nonexistent paths/broken linksTavian Barnes2017-09-061-0/+5
* Avoid multiple extra stat()s of broken symlinks for -xtypeTavian Barnes2017-08-221-2/+2
* Unify broken symlink handlingTavian Barnes2017-08-121-0/+15
* util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes2017-07-291-0/+4
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15