Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | percent patterns without / match against basenames only | Leah Neukirchen | 2017-09-24 | 1 | -2/+22 |
* | add -p for percent rules | Leah Neukirchen | 2017-09-24 | 1 | -3/+108 |
* | style | Leah Neukirchen | 2017-08-31 | 1 | -7/+7 |
* | xe: prefix lines with job on -LL | Leah Neukirchen | 2017-07-10 | 1 | -1/+1 |
* | xe: -L: print job ids, not PIDs | Leah Neukirchen | 2017-07-10 | 1 | -15/+23 |
* | xe: add -L for output line buffering | Leah Neukirchen | 2017-07-10 | 1 | -5/+53 |
* | xe: keep track of our own children | Leah Neukirchen | 2017-07-10 | 1 | -2/+25 |
* | add -vv to trace pid and exit status | Leah Neukirchen | 2017-07-03 | 1 | -3/+13 |
* | parse_jobs: accept a multiplier on the CPU core number | Leah Neukirchen | 2017-07-03 | 1 | -5/+22 |
* | xe: revise logic to only read new arguments when we immediately need them | Leah Neukirchen | 2017-05-19 | 1 | -5/+16 |
* | error on -A when separator does not appear | Leah Neukirchen | 2017-04-11 | 1 | -0/+5 |
* | Leahize | Leah Neukirchen | 2017-04-11 | 1 | -2/+1 |
* | fix shquote for empty strings | Christian Neukirchen | 2016-06-13 | 1 | -1/+2 |
* | store result of getopt in int, to not break on architectures with unsigned chars v0.6.1 | Christian Neukirchen | 2016-05-20 | 1 | -2/+1 |
* | shquote: proper octal for DEL. v0.6 | Christian Neukirchen | 2016-02-26 | 1 | -1/+1 |
* | support reading arguments from file with -f | Christian Neukirchen | 2016-02-11 | 1 | -4/+22 |
* | only close stdin when we read arguments from it | Christian Neukirchen | 2016-02-10 | 1 | -7/+9 |
* | drop -k and make it default, add -F to exit on errors immediately | Christian Neukirchen | 2016-02-06 | 1 | -6/+13 |
* | fix appending of constant arguments | Christian Neukirchen | 2016-01-16 | 1 | -1/+1 |
* | add -j0 to use as many cores as available v0.4 | Christian Neukirchen | 2016-01-16 | 1 | -1/+24 |
* | fix callback to printf %s for -a | Christian Neukirchen | 2016-01-16 | 1 | -1/+1 |
* | expand {} also in the case of passing multiple arguments | Christian Neukirchen | 2016-01-16 | 1 | -37/+36 |
* | fix -a which was broken due to a clashing variable name | Christian Neukirchen | 2016-01-16 | 1 | -8/+9 |
* | better error messages | Christian Neukirchen | 2016-01-16 | 1 | -2/+2 |
* | typo v0.3 | Christian Neukirchen | 2015-12-10 | 1 | -1/+1 |
* | limit argmax to sensible values | Christian Neukirchen | 2015-12-10 | 1 | -2/+7 |
* | properly increase buffer in pusharg | Christian Neukirchen | 2015-12-10 | 1 | -1/+2 |
* | bump max arguments to 8192 and don't reallocate | Christian Neukirchen | 2015-12-10 | 1 | -10/+2 |
* | consistent naming | Christian Neukirchen | 2015-12-10 | 1 | -7/+7 |
* | -v prints commands to stderr | Christian Neukirchen | 2015-12-10 | 1 | -8/+11 |
* | implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocation | Christian Neukirchen | 2015-12-10 | 1 | -49/+118 |
* | fix argsep finding to allow "xe -s 'echo $1' -a 1 2 3" v0.2 | Christian Neukirchen | 2015-11-02 | 1 | -7/+19 |
* | export iteration count as $ITER to the child process | Christian Neukirchen | 2015-11-02 | 1 | -1/+4 |
* | -R to fail when no arguments are passed | Christian Neukirchen | 2015-11-02 | 1 | -3/+8 |
* | add -k | Christian Neukirchen | 2015-11-02 | 1 | -6/+7 |
* | don't default to printf when only -s is used v0.1 | Christian Neukirchen | 2015-11-01 | 1 | -3/+1 |
* | Rename to xe | Christian Neukirchen | 2015-10-29 | 1 | -0/+268 |