summaryrefslogtreecommitdiff
path: root/xargs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid using 'INCLUDES =' in automake templates.Kamil Dudka2013-02-031-1/+1
* Remove test-coverage output files for "make clean".James Youngman2011-06-211-0/+2
* Fix some compiler warnings in xargs.James Youngman2011-06-211-12/+19
* Use a consistent order for header-file inclusion.James Youngman2011-06-201-38/+26
* Take gnulib-tool's advice about which header files to include.James Youngman2011-06-201-0/+1
* Assume SIGCHLD and O_NOFOLLOW are defined by gnulib.James Youngman2011-06-141-5/+0
* Enable the sc_trailing_blank check.James Youngman2011-06-128-19/+19
* Enable more syntax checks, eliminate useless C preprocessor parenthesesJames Youngman2011-06-121-1/+1
* Don't include sys/param.h where we don't need it.James Youngman2011-06-071-1/+0
* Update the copyright year in C source files.James Youngman2011-06-041-2/+2
* Update the copyright year in test/documentation files, updatedb.James Youngman2011-06-041-1/+2
* Don't display a separate gnulib version.James Youngman2011-06-041-1/+0
* Manage gnulib as a git submodule.James Youngman2011-05-301-3/+3
* Savannah bug #31424: Revert Interix-specific change.James Youngman2011-05-291-1/+0