summary refs log tree commit diff
path: root/xe.c
Commit message (Expand)AuthorAgeFilesLines
* xe: prefix lines with job on -LLLeah Neukirchen2017-07-101-1/+1
* xe: -L: print job ids, not PIDsLeah Neukirchen2017-07-101-15/+23
* xe: add -L for output line bufferingLeah Neukirchen2017-07-101-5/+53
* xe: keep track of our own childrenLeah Neukirchen2017-07-101-2/+25
* add -vv to trace pid and exit statusLeah Neukirchen2017-07-031-3/+13
* parse_jobs: accept a multiplier on the CPU core numberLeah Neukirchen2017-07-031-5/+22
* xe: revise logic to only read new arguments when we immediately need themLeah Neukirchen2017-05-191-5/+16
* error on -A when separator does not appearLeah Neukirchen2017-04-111-0/+5
* LeahizeLeah Neukirchen2017-04-111-2/+1
* fix shquote for empty stringsChristian Neukirchen2016-06-131-1/+2
* store result of getopt in int, to not break on architectures with unsigned chars v0.6.1Christian Neukirchen2016-05-201-2/+1
* shquote: proper octal for DEL. v0.6Christian Neukirchen2016-02-261-1/+1
* support reading arguments from file with -fChristian Neukirchen2016-02-111-4/+22
* only close stdin when we read arguments from itChristian Neukirchen2016-02-101-7/+9
* drop -k and make it default, add -F to exit on errors immediatelyChristian Neukirchen2016-02-061-6/+13
* fix appending of constant argumentsChristian Neukirchen2016-01-161-1/+1
* add -j0 to use as many cores as available v0.4Christian Neukirchen2016-01-161-1/+24
* fix callback to printf %s for -aChristian Neukirchen2016-01-161-1/+1
* expand {} also in the case of passing multiple argumentsChristian Neukirchen2016-01-161-37/+36
* fix -a which was broken due to a clashing variable nameChristian Neukirchen2016-01-161-8/+9
* better error messagesChristian Neukirchen2016-01-161-2/+2
* typo v0.3Christian Neukirchen2015-12-101-1/+1
* limit argmax to sensible valuesChristian Neukirchen2015-12-101-2/+7
* properly increase buffer in pushargChristian Neukirchen2015-12-101-1/+2
* bump max arguments to 8192 and don't reallocateChristian Neukirchen2015-12-101-10/+2
* consistent namingChristian Neukirchen2015-12-101-7/+7
* -v prints commands to stderrChristian Neukirchen2015-12-101-8/+11
* implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocationChristian Neukirchen2015-12-101-49/+118
* fix argsep finding to allow "xe -s 'echo $1' -a 1 2 3" v0.2Christian Neukirchen2015-11-021-7/+19
* export iteration count as $ITER to the child processChristian Neukirchen2015-11-021-1/+4
* -R to fail when no arguments are passedChristian Neukirchen2015-11-021-3/+8
* add -kChristian Neukirchen2015-11-021-6/+7
* don't default to printf when only -s is used v0.1Christian Neukirchen2015-11-011-3/+1
* Rename to xeChristian Neukirchen2015-10-291-0/+268