summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+34
* eval: Set the exit status automatically in eval_error()Tavian Barnes2021-03-061-5/+3
* Update copyright datesTavian Barnes2021-02-051-1/+1
* dir: New DIR* facadeTavian Barnes2021-01-281-58/+50
* Enable -Wshadow by defaultTavian Barnes2021-01-281-10/+10
* -used: Make the implementation match the GNU fixes for findutils 4.8.0Tavian Barnes2021-01-131-2/+7
* eval: Make -hidden behave consistentlyTavian Barnes2020-11-281-1/+8
* Include what I useTavian Barnes2020-11-121-0/+2
* Use two newlines for all pre-eval warningsTavian Barnes2020-11-091-1/+1
* eval: Fix the status bar to only print the parent againTavian Barnes2020-11-041-5/+7
* eval: Make a crude attempt to handle double-width chars in the status barTavian Barnes2020-11-041-11/+49
* Enable -Wsign-compare to catch bugs like 726d7801Tavian Barnes2020-11-041-5/+5
* New -status option to display a status barTavian Barnes2020-11-031-11/+100
* expr, eval: Clean up header dependenciesTavian Barnes2020-10-061-0/+1
* diag: New bfs_perror() functionTavian Barnes2020-10-051-6/+6
* util: Don't rely on bftwTavian Barnes2020-09-301-1/+1
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-66/+80
* stat: Rename bfs_stat_flag to _flagsTavian Barnes2020-09-181-2/+2
* Don't call stat() just to determine symbolic lengthsTavian Barnes2020-09-181-5/+3
* Implement -xattrnameTavian Barnes2020-08-131-0/+13
* bftw: Make some flag names more explicitTavian Barnes2020-07-291-6/+6
* bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes2020-07-291-37/+35
* eval: Fix an assertion failure with -D search -sTavian Barnes2020-06-161-0/+1
* eval: Fix a segfault with -D search -S edsTavian Barnes2020-06-161-0/+1
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-12/+0
* Implement -exclude, a special form for convenient exclusionsTavian Barnes2020-06-071-0/+5
* diag: Unify debug printingTavian Barnes2020-06-021-14/+14
* pwcache: Rename from passwd.[ch]Tavian Barnes2020-04-221-1/+1
* passwd: Cache the user/group tablesTavian Barnes2020-02-291-22/+7
* eval: Irregular files aren't emptyTavian Barnes2020-02-141-1/+1
* time: Split out time-related functions from utilTavian Barnes2020-02-131-0/+1
* Update copyright datesTavian Barnes2020-01-071-1/+1
* eval: For -ls, print a + if a file has ACLsTavian Barnes2020-01-071-1/+2
* darray: New dynamic array libraryTavian Barnes2019-08-291-1/+2
* Make -mount and -xdev do different thingsTavian Barnes2019-07-041-0/+1
* bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes2019-06-251-7/+6
* util: Filter out . and .. in xreaddir()Tavian Barnes2019-06-251-25/+8
* eval: Get rid of a level of indirection for quitTavian Barnes2019-06-161-13/+10
* Implement an iterative deepening mode (-ids)Tavian Barnes2019-05-291-1/+2
* Implement a depth-first mode (-dfs)Tavian Barnes2019-05-281-1/+14
* bftw: Visit multiple roots breadth-firstTavian Barnes2019-05-281-36/+33
* Implement -xattr predicateTavian Barnes2019-05-241-0/+13
* fsade: Refactor the POSIX.1e abstractionsTavian Barnes2019-05-241-3/+15
* color: Don't stat() if we don't need toTavian Barnes2019-05-051-7/+1
* bftw: Pass a const struct BFTW * to the callbackTavian Barnes2019-05-051-12/+12
* bftw: Add a caching stat() API to struct BFTWTavian Barnes2019-05-041-134/+75
* stat: Unify the flags argumentsTavian Barnes2019-05-041-16/+12
* Release 1.41.4Tavian Barnes2019-04-151-1/+1
* eval: Fix -unique with -depthTavian Barnes2019-03-071-1/+1
* bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes2019-03-061-7/+14