summaryrefslogtreecommitdiff
path: root/xargs
Commit message (Expand)AuthorAgeFilesLines
* doc: describe history of find, xargs and locate.HEADmasterJames Youngman2023-03-181-0/+9
* doc: use "end-of-file" with hyphenation consistentlyBernhard Voelker2023-02-132-7/+6
* doc: minor formatting fixes in xargs.1ribbon2023-01-021-2/+3
* maint: update copyright year number rangesBernhard Voelker2023-01-015-5/+5
* maint: avoid warnings from sparse toolBernhard Voelker2022-01-061-1/+1
* maint: update copyright year number rangesBernhard Voelker2022-01-025-5/+5
* maint: fix typos in commentsBernhard Voelker2021-09-181-1/+1
* maint: fix typo in commentBernhard Voelker2021-05-041-1/+1
* xargs.1: clarify 'echo' as the default commandBernhard Voelker2021-01-311-1/+1
* build: fix linking on AIX7.2v4.8.0Bernhard Voelker2021-01-091-1/+1
* xargs: warn on conflicting options -L, -I, -nAndreas Metzler2021-01-0712-18/+101
* xargs: mention in --help that -I splits input at newlinesBernhard Voelker2021-01-051-2/+2
* maint: update copyright year number rangesBernhard Voelker2021-01-025-5/+5
* doc: harmonize the end of the man pagesBernhard Voelker2020-12-301-35/+43
* xargs.1: remove deprecated .PD macroBernhard Voelker2020-12-301-14/+0
* xargs.1: improve indentation of list of exit statusesBernhard Voelker2020-12-301-9/+17
* maint: use more *-safer gnulib modulesBernhard Voelker2020-12-021-0/+2
* doc: fix warnings from "mandoc -Tlint" in man pagesBjarni Ingi Gislason2020-06-221-2/+0
* xargs.1: fix grammar issueKim Thor2020-04-171-1/+1
* maint: ensure .deps/ in the project root is ignored by gitBernhard Voelker2020-03-151-1/+0
* maint: update copyright year number rangesBernhard Voelker2020-01-015-5/+5
* xargs: avoid trailing blank in -t,--verbose outputBernhard Voelker2019-11-257-13/+14
* xargs: in -t,-p output, quote the command to be executed when neededBernhard Voelker2019-07-292-4/+4
* xargs: use GNU_FINDUTILS_FD_LEAK_CHECK as for findPavel Modilaynen2019-05-052-1/+6
* maint: update copyright year number rangesBernhard Voelker2019-01-045-5/+5
* maint: avoid non-portable C99 printf size specifiers %z and %jBernhard Voelker2018-12-021-1/+1
* maint: adjust preprocessor indentation via cppiBernhard Voelker2018-12-021-3/+3
* xargs.c: port to GCC 8Bernhard Voelker2018-06-231-28/+10
* build: avoid use of $(RM)Bernhard Voelker2018-03-141-1/+1
* maint: move NLS-related macros to a central placeBernhard Voelker2018-03-141-10/+0
* maint: update copyright year number rangesBernhard Voelker2018-01-015-5/+5
* all: use die() rather than error(EXIT_FAILURE)Bernhard Voelker2017-11-131-47/+64
* maint: add die.h; avoid missing-fallthrough warnings after error w/ GCC 7Bernhard Voelker2017-11-131-5/+3
* maint: avoid implicit-fallthrough warnings from GCC 7Bernhard Voelker2017-11-131-1/+5
* all: prefer https:// URLs where possibleBernhard Voelker2017-10-234-4/+4
* doc: add copyright section to man pagesBernhard Voelker2017-10-231-0/+7
* maint: add copyright header to more filesBernhard Voelker2017-10-231-0/+15
* maint: update copyright year number rangesBernhard Voelker2017-10-233-5/+3
* maint: fix typos in commmentsBernhard Voelker2017-10-101-1/+1
* doc: drop workarounds for missing xargs -o optionAndreas Metzler2017-06-091-12/+0
* xargs: add -o, --open-tty optionBernhard Voelker2017-06-092-35/+39
* doc: fix spelling of "output"Steve Dougherty2016-05-181-1/+1
* all: output full usage only when requested via the --help optionBernhard Voelker2016-02-161-26/+22
* maint: adjust .gitignore filesBernhard Voelker2016-02-161-3/+3
* Better and more consistent guidance on how to report bugs.James Youngman2016-01-251-3/+3
* xargs: better error message for xargs -s notanumber.James Youngman2016-01-241-6/+6
* maint: update .gitignore files, remove obsolete .cvsignore filesBernhard Voelker2016-01-042-9/+0
* maint: update copyright years.James Youngman2016-01-033-5/+5
* xargs: Avoid unused-macro warnings.James Youngman2016-01-031-7/+6
* maint: Remove --I../intl from AM_CPPFLAGS; the directory is gone.James Youngman2016-01-031-1/+1