summaryrefslogtreecommitdiffstats
path: root/eval.c
AgeCommit message (Expand)Author
2022-02-21regex: Wrap the POSIX API in a facadeTavian Barnes
2022-02-04regex: Add support for emacs and grep typesTavian Barnes
2022-01-29Standardize WITH_* make variables for configuring dependenciesTavian Barnes
2022-01-24Simplifyingdata-man
2022-01-24Using Oniguruma library (optionally)data-man
2021-12-05eval: Check that RLIM_SAVED_{CUR,MAX} are defined before using themTavian Barnes
2021-10-09printf: Take a CFILE, not a FILETavian Barnes
2021-09-02eval: Remove an extra space from -ls outputTavian Barnes
2021-09-02eval: Use 512-byte blocks for -ls when POSIXLY_CORRECT is setTavian Barnes
2021-06-09util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-05-20eval: Raise RLIMIT_NOFILE if possibleTavian Barnes
2021-05-20Use `<< {10,20,...}` instead of `*1024*1024...`Tavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2021-03-06eval: Set the exit status automatically in eval_error()Tavian Barnes
2021-02-05Update copyright datesTavian Barnes
2021-01-28dir: New DIR* facadeTavian Barnes
2021-01-28Enable -Wshadow by defaultTavian Barnes
2021-01-13-used: Make the implementation match the GNU fixes for findutils 4.8.0Tavian Barnes
2020-11-28eval: Make -hidden behave consistentlyTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-11-09Use two newlines for all pre-eval warningsTavian Barnes
2020-11-04eval: Fix the status bar to only print the parent againTavian Barnes
2020-11-04eval: Make a crude attempt to handle double-width chars in the status barTavian Barnes
2020-11-04Enable -Wsign-compare to catch bugs like 726d7801Tavian Barnes
2020-11-03New -status option to display a status barTavian Barnes
2020-10-06expr, eval: Clean up header dependenciesTavian Barnes
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-09-30util: Don't rely on bftwTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-09-18stat: Rename bfs_stat_flag to _flagsTavian Barnes
2020-09-18Don't call stat() just to determine symbolic lengthsTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-07-29bftw: Make some flag names more explicitTavian Barnes
2020-07-29bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes
2020-06-16eval: Fix an assertion failure with -D search -sTavian Barnes
2020-06-16eval: Fix a segfault with -D search -S edsTavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2020-04-22pwcache: Rename from passwd.[ch]Tavian Barnes
2020-02-29passwd: Cache the user/group tablesTavian Barnes
2020-02-14eval: Irregular files aren't emptyTavian Barnes
2020-02-13time: Split out time-related functions from utilTavian Barnes
2020-01-07Update copyright datesTavian Barnes
2020-01-07eval: For -ls, print a + if a file has ACLsTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-06-25bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes
2019-06-25util: Filter out . and .. in xreaddir()Tavian Barnes