summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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-102-9/+12
* implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocationChristian Neukirchen2015-12-102-49/+119
* 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-022-1/+7
* -R to fail when no arguments are passedChristian Neukirchen2015-11-022-4/+13
* add -kChristian Neukirchen2015-11-022-7/+9
* don't default to printf when only -s is used v0.1Christian Neukirchen2015-11-011-3/+1
* Rename to xeChristian Neukirchen2015-10-293-9/+11
* default command: printf %s\nChristian Neukirchen2015-10-272-1/+9
* add MakefileChristian Neukirchen2015-10-261-0/+19
* initial import of xaChristian Neukirchen2015-10-242-0/+330