about summary refs log tree commit diff
path: root/xe.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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