summaryrefslogtreecommitdiff
path: root/find
Commit message (Expand)AuthorAgeFilesLines
* doc: describe history of find, xargs and locate.HEADmasterJames Youngman2023-03-181-0/+21
* find: fix error diagnostics of options with mandatory, numeric argumentsBernhard Voelker2023-01-051-21/+15
* maint: update copyright year number rangesBernhard Voelker2023-01-0118-18/+18
* doc: fix grammar issue in find man pageJohn A. Leuenhagen2022-10-111-1/+1
* find: omit warning diagnostic for -name '/'Bernhard Voelker2022-04-242-18/+21
* maint: simplify check_name_arg in parser.cBernhard Voelker2022-03-301-25/+18
* find: port to Ubuntu 20.04 cross-compiling for OpenWRT 21.02Bernhard Voelker2022-03-301-5/+5
* find: fix indentation of --help outputBernhard Voelker2022-02-041-1/+1
* doc: improve description of 'find -delete'Andreas Metzler2022-01-311-28/+35
* maint: avoid warnings from sparse toolBernhard Voelker2022-01-062-4/+4
* maint: update copyright year number rangesBernhard Voelker2022-01-0218-18/+18
* find: fix visiting of files with inode number ZeroBernhard Voelker2021-12-293-29/+5
* find: avoid '-D stat' side effect on SELinux handling with -L or -HBernhard Voelker2021-12-251-25/+24
* doc: add description for birth time in 'find -printf' formatBernhard Voelker2021-11-281-0/+8
* find: allow -files0-from input file to be emptyBernhard Voelker2021-11-272-6/+6
* tests: fix error diagnosticBernhard Voelker2021-11-271-2/+2
* tests: skip -execdir test if PATH contains unsafe directoryBernhard Voelker2021-11-271-6/+8
* oldfind: removeBernhard Voelker2021-09-206-1600/+9
* find: improve readability of --help outputBernhard Voelker2021-09-191-21/+25
* find: remove redundant function error_severity and avoid magic numbersBernhard Voelker2021-09-186-36/+22
* maint: fix typos in commentsBernhard Voelker2021-09-182-3/+3
* tree.c: avoid segfault with closing parenthesis ')' after -files0-fromBernhard Voelker2021-08-181-0/+14
* find: add -files0-from optionBernhard Voelker2021-05-085-25/+273
* maint: fix typo in comments in parser.cBernhard Voelker2021-04-231-2/+2
* doc: show environment variables in a consistent styleBernhard Voelker2021-01-311-41/+71
* find.1: fix some formatting issuesHelge Kreutzmann2021-01-311-5/+3
* build: fix linking on AIX7.2v4.8.0Bernhard Voelker2021-01-091-1/+1
* maint: fix GCC format attribute of checked_fprintfBernhard Voelker2021-01-091-1/+2
* maint: avoid warning for printing pid_t on Solaris 11Bernhard Voelker2021-01-071-2/+4
* pred.c: remove unused codeBernhard Voelker2021-01-051-69/+0
* maint: update copyright year number rangesBernhard Voelker2021-01-0219-19/+19
* find.1: remove vague mentioning of "Finding Files" from BUGS sectionBernhard Voelker2020-12-301-2/+1
* find.1: fix various other issuesAndreas Metzler2020-12-301-19/+31
* find.1: avoid confusing brackets a sentenceBernhard Voelker2020-12-301-5/+4
* doc: minor grammar change about a change in the pastBernhard Voelker2020-12-301-2/+2
* find.1: improve formatting of EXAMPLES sectionBernhard Voelker2020-12-301-136/+252
* find.1: fix and improve some more markupsBernhard Voelker2020-12-301-50/+47
* find.1: set filenames in italicsBernhard Voelker2020-12-301-13/+13
* doc: avoid starting sentences with an optionBernhard Voelker2020-12-301-4/+4
* doc: harmonize the end of the man pagesBernhard Voelker2020-12-301-39/+53
* maint: use gnulib *_safer functions consistentlyBernhard Voelker2020-12-022-4/+4
* maint: use more *-safer gnulib modulesBernhard Voelker2020-12-022-0/+2
* find.1: fix typo "onthe"Andreas Metzler2020-10-251-1/+1
* find: avoid deprecation warnings with libselinux 3.1Bernhard Voelker2020-10-194-9/+8
* find: add error handling for strdup in the '-print %h' caseBernhard Voelker2020-10-191-1/+1
* doc: avoid misunderstanding of '-printf %Ak' descriptionKamil Dudka2020-10-071-3/+6
* find: improve '-D exec' debug outputBernhard Voelker2020-09-172-54/+24
* find.1: use consistent quoting in exampleBernhard Voelker2020-09-171-3/+4
* maint: fix typo in commentBernhard Voelker2020-09-161-1/+1
* doc: enhance description of tests accepting numeric arguments in find.1Bernhard Voelker2020-08-141-14/+30