Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-12 | 30388, 30389 (Stephane): zargs: handle zero-length arguments. | Peter Stephenson | 1 | -8/+8 | |
2011-08-14 | 28852: Use syntax that doesn't depend on SHORT_LOOPS being set. | Mikael Magnusson | 1 | -2/+2 | |
2005-09-24 | unposted: range-checking of numeric arguments in zargs | Bart Schaefer | 1 | -3/+30 | |
2005-06-20 | zargs: add -I and -L options of xargs. | Bart Schaefer | 1 | -5/+22 | |
2002-09-04 | Massive improvement of --max-procs handling; reorganize option parsing to | Bart Schaefer | 1 | -44/+68 | |
do only what's necessary for each early-bailout test; bump version number. | |||||
2002-09-02 | Implement --max-procs. | Bart Schaefer | 1 | -7/+43 | |
2002-09-02 | Based on users/5283: Implement xargs-like segmenting of argument list, with | Bart Schaefer | 1 | -0/+199 | |
a command called on each segment. |