Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-08 | 50335: simplify "wait" usage, fix signal handling | Bart Schaefer | 1 | -10/+30 | |
- remove the preliminary "wait" for all the process - remove "nomonitor" (because it was only needed for that "wait") - explicitly adds traps to exit for tty-generated signals plus TERM - capture the signal trap context and restore it in background jobs - wrap in an "always" block to clean up local helper functions - update comments to note another buglet and drop support for zsh 4.x. | |||||
2022-03-28 | 49897: Eliminate reliance on $jobstates parameter, fix -P exit status check. | Bart Schaefer | 1 | -17/+20 | |
2021-01-23 | users/26406: preserve caller setopts in zargs | Bart Schaefer | 1 | -2/+15 | |
2015-07-27 | 35937: wait for process IDs instead of job numbers in parallel mode | Barton E. Schaefer | 1 | -2/+2 | |
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. |