summaryrefslogtreecommitdiff
path: root/xargs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation warning.Dmitry V. Levin2015-12-281-0/+1
* maint: avoid syntax-check failuresBernhard Voelker2015-12-281-1/+0
* Avoid an fd leak in fopen_cloexec_for_read_only.James Youngman2015-12-231-2/+17
* xargs: Don't leak file descriptors over an exec boundary.James Youngman2015-12-231-2/+11
* Add copyright headers to some files which lack them.James Youngman2015-11-011-0/+22
* Don't overflow sig_atomic_t for --max-procs.James Youngman2014-08-232-8/+22
* Bug #35753: check the success/failure of material I/O operations.James Youngman2013-12-081-2/+10
* Fix format specifier in safe_read error message.James Youngman2013-12-081-1/+1
* Bug #35753: detect failure of the atexit library function.James Youngman2013-12-081-2/+5
* Fix bug #40094: minor inconsistencies in xargs option descriptions.James Youngman2013-09-242-5/+5
* xargs: wait for process before prompting in interactive mode (-p)Bernhard Voelker2013-09-211-7/+8
* xargs: Fix integer overflow in implicit conversion in do_exec.Bernhard Voelker2013-09-201-1/+1
* Refer to the info manual in a clearer and more explicit way.James Youngman2013-09-201-1/+11
* Document that -0/-d turns off logical end-of-file processing.James Youngman2013-03-292-9/+25
* Fix compile-time warnings.Kamil Dudka2013-03-261-1/+1
* Expand on warning about xargs -P and stdout, including in Info.James Youngman2013-03-241-4/+12
* xargs: document need to manage access to resources with -P optionBernhard Voelker2013-03-241-0/+4
* xargs: split usage text to help translatorsBernhard Voelker2013-03-241-42/+44
* Fix Savannah bug #38583: errno-buffer read failed in xargs_do_execJames Youngman2013-03-241-3/+6
* Bugfix to "make clean": do not delete header files.James Youngman2013-03-241-2/+7