summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* regex: Wrap the POSIX API in a facadeTavian Barnes2022-02-211-16/+4
* regex: Add support for emacs and grep typesTavian Barnes2022-02-041-2/+2
* Standardize WITH_* make variables for configuring dependenciesTavian Barnes2022-01-291-1/+1
* Simplifyingdata-man2022-01-241-6/+1
* Using Oniguruma library (optionally)data-man2022-01-241-1/+6
* eval: Check that RLIM_SAVED_{CUR,MAX} are defined before using themTavian Barnes2021-12-051-3/+24
* printf: Take a CFILE, not a FILETavian Barnes2021-10-091-1/+1
* eval: Remove an extra space from -ls outputTavian Barnes2021-09-021-1/+1
* eval: Use 512-byte blocks for -ls when POSIXLY_CORRECT is setTavian Barnes2021-09-021-1/+2
* util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes2021-06-091-2/+2
* Implement time units for -{a,B,c,m}timeTavian Barnes2021-06-021-3/+5
* eval: Raise RLIMIT_NOFILE if possibleTavian Barnes2021-05-201-11/+37
* Use `<< {10,20,...}` instead of `*1024*1024...`Tavian Barnes2021-05-201-5/+5
* 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