diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2005-06-20 15:15:57 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-06-20 15:15:57 +0000 |
commit | 37738519483c8c5ae6a93a9177c273e1fd8dabc6 (patch) | |
tree | 13edd01b28ad84fc9c5273a70067a27b0647ece3 /ChangeLog | |
parent | e9171ff4d817ec08278c11a3b3164d0b5f9d61fc (diff) | |
download | zsh-37738519483c8c5ae6a93a9177c273e1fd8dabc6.tar.gz zsh-37738519483c8c5ae6a93a9177c273e1fd8dabc6.tar.xz zsh-37738519483c8c5ae6a93a9177c273e1fd8dabc6.zip |
zargs: add -I and -L options of xargs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ce13fe353..06a4be866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-20 Bart Schaefer <schaefer@zsh.org> + + * unposted: Functions/Misc/zargs: support -I and -L as synonyms + for -i and -l, except that the former require their arguments. + Document several differences from POSIX xargs behavior. V 1.4. + 2005-06-18 Doug Kearns <djkea2@gus.gscit.monash.edu.au> * 21343: Completion/Unix/Command/_php: update php completion for |