summaryrefslogtreecommitdiffstats
path: root/src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Document the new -mount vs. -xdev behaviourTavian Barnes2024-08-161-2/+1
* New -noerror option to suppress error messagesTavian Barnes2024-08-161-0/+11
* expr: Tell expressions what kind of expression they areTavian Barnes2024-08-151-188/+161
* Default to no for "Do you want to continue?" promptsTavian Barnes2024-08-131-1/+1
* opt: Warn about ignored expressions after dangerous actionsTavian Barnes2024-08-121-11/+23
* prelude: s/fallthru/_fallthrough/ for consistency with other attributesTavian Barnes2024-08-091-9/+9
* parse: Take umask into account in parse_mode()Tavian Barnes2024-08-021-8/+15
* parse: Fix names in parse_mode()Tavian Barnes2024-08-021-14/+14
* Update opengroup.org links to POSIX 2024Tavian Barnes2024-08-021-1/+1
* prelude: Simplify attributesTavian Barnes2024-07-281-7/+7
* Implement POSIX 2024's -mountTavian Barnes2024-07-081-4/+1
* build: Rename CONFIG to CONFFLAGSTavian Barnes2024-06-181-6/+6
* build: Include CC in bfs --version outputTavian Barnes2024-06-131-0/+1
* Embed more configuration info in bfs --versionTavian Barnes2024-06-081-1/+10
* parse: Remove some unnecessary saving/restoring of errnoTavian Barnes2024-06-051-14/+0
* bfstd: New xstrtoll() wrapperTavian Barnes2024-06-041-15/+2
* parse: Allow -Darg/-Sarg as well as -D arg / -S argTavian Barnes2024-06-031-12/+20
* parse: Handle multiple flags at once like -LEXO2Tavian Barnes2024-06-031-26/+138
* Implement the remaining regex typesTavian Barnes2024-05-281-6/+26
* configure: Use --with/--without for librariesTavian Barnes2024-05-241-2/+2
* expr: New for_expr macroTavian Barnes2024-05-231-1/+1
* Stop using %mTavian Barnes2024-05-201-7/+7
* config: Check for struct tm::tm_gmtoffTavian Barnes2024-04-191-1/+1
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
* Implement -contextTavian Barnes2024-04-101-48/+66
* build: Add a separate configuration stepTavian Barnes2024-04-091-1/+1
* Implement -limit NTavian Barnes2024-03-201-1/+37
* Re-run include-what-you-useTavian Barnes2024-03-111-2/+1
* xtime: Call tzset() from main() instead of lazilyTavian Barnes2024-03-071-6/+6
* sanity: Don't use self-init for uninit()Tavian Barnes2024-02-121-4/+4
* ctx: Fill in ctx->threads earlierTavian Barnes2024-02-061-4/+2
* expr: Make expressions variadicTavian Barnes2024-01-071-48/+25
* expr: Arena-allocate expressionsTavian Barnes2023-12-201-208/+132
* parse: s/parser_state/bfs_parser/Tavian Barnes2023-12-201-476/+476
* expr: Move some implementation into expr.cTavian Barnes2023-12-201-45/+0
* config: s/attr_format/attr_printf/Tavian Barnes2023-12-181-7/+7
* config: New variadic attr(...) macroTavian Barnes2023-12-181-7/+7
* parse: Reject integers that start with whitespaceTavian Barnes2023-12-091-1/+5
* ctx: Switch paths from darray to RESERVE()Tavian Barnes2023-11-231-10/+10
* config: s/BFS_FORMATTER/attr_format/Tavian Barnes2023-11-091-7/+7
* parse: Reject -{exec,ok}dir if $PATH contains a relative pathTavian Barnes2023-11-071-0/+26
* Treat NO_COLOR="" the same as unsetTavian Barnes2023-11-061-1/+2
* bfstd: New xwaitpid() wrapperTavian Barnes2023-10-311-1/+1
* parse: Set BFTW_WHITEOUTS when parsing -type wTavian Barnes2023-10-171-0/+3
* bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes2023-10-051-2/+2
* Formatting fixesTavian Barnes2023-09-271-23/+22
* parse: Give more ephemeral_fds to -no{user,group}Tavian Barnes2023-09-121-7/+9
* Work around https://github.com/llvm/llvm-project/issues/64946Tavian Barnes2023-08-231-0/+3
* parse: Allow -files0-from an empty set of pathsTavian Barnes2023-08-141-10/+3
* parse: Reject -j0Tavian Barnes2023-07-121-1/+9