summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: describe history of find, xargs and locate.HEADmasterJames Youngman2023-03-183-12/+115
* doc: use "end-of-file" with hyphenation consistentlyBernhard Voelker2023-02-134-13/+18
* doc: improve description about when xargs stops processingBernhard Voelker2023-02-131-5/+7
* find: fix error diagnostics of options with mandatory, numeric argumentsBernhard Voelker2023-01-054-21/+55
* doc: minor formatting fixes in xargs.1ribbon2023-01-021-2/+3
* maint: update copyright year number rangesBernhard Voelker2023-01-01111-112/+112
* maint: update gnulib to latestBernhard Voelker2023-01-016-641/+2402
* maint: avoid unportable 'grep -q'Bernhard Voelker2023-01-013-3/+3
* doc: generate manuals with `makeinfo --no-split`Bernhard Voelker2022-11-163-3/+10
* doc: fix typo in maintainer manualAntonio Diaz Diaz2022-11-161-1/+1
* doc: remove redundant @deffnx for option -files0-from from manualAntonio Diaz Diaz2022-11-161-1/+0
* doc: fix grammar issue in find man pageJohn A. Leuenhagen2022-10-111-1/+1
* tests: add tests for the 'find -newer' familyShuiqing Zhou2022-08-092-0/+66
* maint: remove obsolete AC_HEADER_STDC macroBernhard Voelker2022-04-251-1/+2
* build: bump gettext version to 0.19.8Helmut Grohne2022-04-252-2/+10
* doc: fix formatting typo in Texinfo manualBernhard Voelker2022-04-241-1/+1
* maint: fix code smellBernhard Voelker2022-04-241-11/+12
* find: omit warning diagnostic for -name '/'Bernhard Voelker2022-04-246-18/+105
* 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
* maint: post-release administrativaBernhard Voelker2022-02-021-0/+3
* NEWS: update before releasev4.9.0Bernhard Voelker2022-02-021-5/+13
* maint: update gnulib to latestBernhard Voelker2022-02-012-2/+2
* doc: improve description of 'find -delete'Andreas Metzler2022-01-313-37/+61
* maint: avoid warnings from sparse toolBernhard Voelker2022-01-066-11/+11
* maint: update gnulib to latestBernhard Voelker2022-01-062-2/+18
* maint: fix GPLv3 texts to use a comma instead of semicolonBernhard Voelker2022-01-053-3/+3
* maint: update copyright year number rangesBernhard Voelker2022-01-02109-110/+110
* maint: update gnulib to latestBernhard Voelker2022-01-023-2/+2
* doc: fix 'xargs --open-tty' exampleBernhard Voelker2021-12-311-1/+1
* tests: avoid FP from 'find -files0-from DIR' on certain platformsBernhard Voelker2021-12-311-3/+8
* maint: update gnulib to latestBernhard Voelker2021-12-292-110/+110
* find: fix visiting of files with inode number ZeroBernhard Voelker2021-12-296-29/+65
* find: avoid '-D stat' side effect on SELinux handling with -L or -HBernhard Voelker2021-12-252-25/+30
* doc: add description for birth time in 'find -printf' formatBernhard Voelker2021-11-283-2/+24
* find: allow -files0-from input file to be emptyBernhard Voelker2021-11-274-14/+18
* tests: fix error diagnosticBernhard Voelker2021-11-271-2/+2
* tests: skip -execdir test if PATH contains unsafe directoryBernhard Voelker2021-11-271-6/+8
* maint: update gnulib to latestBernhard Voelker2021-11-275-3/+20
* doc: improve maintainer description of the online manualBernhard Voelker2021-10-201-3/+16
* maint: copy online docs from 'doc/manual' to apply the GNU stylesheetBernhard Voelker2021-10-202-32/+17
* doc: fix typo in "Full Name Patterns"Renaud Pacalet2021-10-101-1/+1
* oldfind: removeBernhard Voelker2021-09-2020-1846/+223
* find: improve readability of --help outputBernhard Voelker2021-09-192-21/+28
* maint: generate ChangeLog with --no-clusterBernhard Voelker2021-09-181-0/+1
* find: remove redundant function error_severity and avoid magic numbersBernhard Voelker2021-09-186-36/+22
* maint: fix typos in commentsBernhard Voelker2021-09-183-4/+4
* tree.c: avoid segfault with closing parenthesis ')' after -files0-fromBernhard Voelker2021-08-182-0/+27
* Fix Savannah bug 60823: unescaped `@' in find.texi code example.James Youngman2021-06-251-1/+1