summaryrefslogtreecommitdiff
path: root/find
Commit message (Expand)AuthorAgeFilesLines
* doc: fix typoPeter Frost2020-02-141-1/+1
* find.1: fix grammar issue in the description of -PHugo Gabriel Eyherabide2020-02-101-1/+1
* tests: avoid FP when run as rootBernhard Voelker2020-02-103-8/+0
* maint: update copyright year number rangesBernhard Voelker2020-01-0119-19/+19
* parser.c: avoid "Condition 'nflags' is always false" in parse_versionBernhard Voelker2019-11-301-9/+1
* doc: use "symbolic link" instead of "symlink" consistentlyBernhard Voelker2019-11-131-2/+3
* doc: add missing newline in find.1, making some text non-bold.James Youngman2019-09-011-2/+2
* find: Clarify description of %f and %h.James Youngman2019-09-011-4/+36
* Fix Savannah bug 54730: additional examples for -quit.James Youngman2019-09-011-12/+43
* Fix testsuite error on hurd and BSD related to lnAndreas Metzler2019-09-011-2/+2
* find: fix minor memory leak in sharefile handlingBernhard Voelker2019-08-301-1/+1
* find: improve warning when global option is specified after other argumentBernhard Voelker2019-08-291-6/+5
* find.1: correct description about -prune when -depth is in effectBernhard Voelker2019-05-101-13/+16
* xargs: use GNU_FINDUTILS_FD_LEAK_CHECK as for findPavel Modilaynen2019-05-052-13/+0
* doc: fix bug #56142 by specifying which actions inhibit the default -printJames Youngman2019-05-041-4/+21
* doc: clarify find options -newer, -anewer, -cnewerBernhard Voelker2019-04-141-16/+18
* find: make pred_empty safer and avoid fd leaksBernhard Voelker2019-02-091-2/+4
* tests: remove last traces of old shell testsBernhard Voelker2019-01-092-39/+1
* tests: migrate 'type_list' to the new testsuiteBernhard Voelker2019-01-092-362/+1
* tests: migrate 'debug-missing-arg' to the new testsuiteBernhard Voelker2019-01-092-63/+0
* tests: migrate 'refuse-noop' to the new testsuiteBernhard Voelker2019-01-092-119/+0
* tests: migrate 'exec-plus-last-file' to the new testsuiteBernhard Voelker2019-01-092-149/+0
* tests: migrate 'execdir-fd-leak' to the new testsuiteBernhard Voelker2019-01-092-81/+0
* tests: migrate 'printf_inode' to the new testsuiteBernhard Voelker2019-01-092-63/+0
* tests: migrate 'printf_escape_c' to the new testsuiteBernhard Voelker2019-01-092-44/+0
* tests: migrate test 'printf_escapechars' to the new testsuiteBernhard Voelker2019-01-093-77/+1
* tests: migrate 'name-lbracket-literal' to the new testsuiteBernhard Voelker2019-01-092-49/+0
* tests: migrate 'many-dir-entries-vs-OOM' to the new testsuiteBernhard Voelker2019-01-092-142/+0
* build: work around dependency issue of 'make' on the BSDsBernhard Voelker2019-01-051-1/+1
* find: improve warning diagnostic for the -name/-iname with '/' in patternBernhard Voelker2019-01-051-13/+11
* maint: fix typo in commentBernhard Voelker2019-01-051-1/+1
* maint: update copyright year number rangesBernhard Voelker2019-01-0430-30/+30
* maint: avoid non-portable C99 printf size specifiers %z and %jBernhard Voelker2018-12-021-3/+3
* maint: adjust preprocessor indentation via cppiBernhard Voelker2018-12-027-95/+95
* find: add '-D all' to enable all debug flagsBernhard Voelker2018-11-023-5/+12
* doc: don't mention indirect blocks. Clarify how -size is measured.James Youngman2018-09-231-4/+8
* doc: clarify again exit status handling of -exec command {} +Bernhard Voelker2018-08-141-2/+3
* find -printf %Y: handle ENOTDIR also as broken symlinkBernhard Voelker2018-07-243-2/+5
* print.c: move 'else' into #ifdef S_ISLNKBernhard Voelker2018-07-241-1/+1
* doc: document -printf %Y output consistentlyBernhard Voelker2018-07-241-1/+2
* find: fix -printf %Y output to 'N' for broken linksBernhard Voelker2018-07-243-5/+13
* maint: use gnulib's intprops module to avoid magic numbersJim Meyering2018-07-111-1/+2
* ftsfind.c: avoid buffer overflow in -D codeBernhard Voelker2018-07-081-1/+1
* tests: test find -depth with unreadable directoryAndreas Metzler2018-07-083-0/+8
* find: process unreadable directories with -depthBernhard Voelker2018-07-081-2/+13
* oldfind.c: port to GCC 8Bernhard Voelker2018-06-231-0/+2
* tests: port sv-48030-exec-plus-bug.sh to Alpine LinuxBernhard Voelker2018-03-141-2/+2
* tests: skip sv-34079.sh properly if setting up the test failsBernhard Voelker2018-03-141-52/+110
* tests: skip some tests unless seq(1) is availableBernhard Voelker2018-03-142-0/+10
* maint: add missing va_endBernhard Voelker2018-03-141-0/+1