summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.23.0.2Tavian Barnes2023-09-061-0/+18
|
* bfs uses the C17 standard versionAlejandro Lazaro2023-09-011-1/+1
| | | `bfs` uses C17 since 3.0
* docs/bfs.1: Document each -regextypeTavian Barnes2023-08-151-5/+34
|
* docs/bfs.1: Document that -help/-version exit immediatelyTavian Barnes2023-08-151-6/+14
|
* docs/bfs.1: Don't unnecessarily quote {}Tavian Barnes2023-08-151-1/+1
|
* docs/bfs.1: Clarify the effects of $POSIXLY_CORRECTTavian Barnes2023-08-151-1/+22
|
* docs/bfs.1: Document use of $PATHTavian Barnes2023-08-151-0/+10
|
* docs/bfs.1: Document that -prune does not work together with -depthTavian Barnes2023-08-151-0/+7
|
* docs/bfs.1: Document the -type d,f syntaxTavian Barnes2023-08-151-13/+38
|
* docs/bfs.1: Use a bulleted list for -size unitsTavian Barnes2023-08-151-8/+15
|
* docs/bfs.1: Give an example with a space separating date from timeTavian Barnes2023-08-151-7/+6
|
* docs/bfs.1: Make bold/italic formatting more consistentTavian Barnes2023-08-151-4/+6
|
* Rename Makefile to GNUmakefileRaf Czlonka2023-07-202-3/+3
|
* Release 3.0.13.0.1Tavian Barnes2023-07-181-0/+18
|
* Release 3.03.0Tavian Barnes2023-07-131-1/+3
|
* docs: Start preparing for the 3.0 releaseTavian Barnes2023-06-301-0/+39
|
* Unify macro naming conventionsTavian Barnes2023-06-241-9/+9
| | | | | In particular, macros that decide whether to use a particular API/ dependency should be spelled BFS_USE_*, and should be configurable.
* bftw: Use an I/O queue to open directoriesTavian Barnes2023-06-131-1/+7
| | | | Parallelism is controlled by the new -j flag.
* Move SPDX blurb out of LICENSE so that it can be autodetectedTavian Barnes2023-02-031-0/+6
|
* Release 2.6.32.6.3Tavian Barnes2023-01-311-0/+40
|
* docs: Update some example outputsTavian Barnes2022-11-101-2/+0
|
* Release 2.6.22.6.2Tavian Barnes2022-10-211-0/+14
|
* tests: Split test cases into separate filesTavian Barnes2022-10-193-20/+29
|
* Release 2.6.12.6.1Tavian Barnes2022-07-051-0/+13
|
* Release 2.62.6Tavian Barnes2022-05-211-0/+29
|
* docs/BUILDING: Document BUILDDIRTavian Barnes2022-05-211-0/+1
|
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-163-7/+6
| | | | | This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean.
* docs: New USAGE.md documentTavian Barnes2022-05-091-0/+161
|
* docs: Move dependency flag info from the README to docs/BUILDING.mdTavian Barnes2022-05-071-2/+19
|
* docs: Split CONTRIBUTING into BUILDING and HACKINGTavian Barnes2022-05-072-47/+55
|
* docs: Move some documentation into a subfolderTavian Barnes2022-04-213-0/+1633