1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
Commit graph

12 commits

Author SHA1 Message Date
Barton E. Schaefer
485cbbb6cc 37972: Redirect stderr to /dev/null in cases where ${~param} might generate errors 2016-02-14 13:10:06 -08:00
Peter Stephenson
52aeb9aaeb 35168: Improve parsing of case patterns.
"|" is now found properly by looking for words that come
from the lexical analyser, rather than hacking a pattern
returned in one dollop.

Update some completion functions that need extra quoting
as a result.

Add test for new parsing.

Update version number to 5.0.8-dev-3 because of wordcode
incompatibility.
2015-05-18 09:56:00 +01:00
Mikael Magnusson
fd1c2364f4 30019: _tar: fix parsing of argument to -C. 2011-12-13 19:33:15 +00:00
Clint Adams
f35932958f 27448: mild understanding of xz-compressed tarballs. 2009-12-03 05:33:14 +00:00
Peter Stephenson
ffabab4e74 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Peter Stephenson
14ed190087 allow - before first argument of tar 2006-10-10 22:38:40 +00:00
Clint Adams
9bbc6e7daa unposted: autoload is-at-least in _tar if using GNU tar. 2006-06-25 16:15:02 +00:00
Clint Adams
16db320811 22513: only do that for GNU tar >= 1.14.91. 2006-06-24 20:36:10 +00:00
Clint Adams
fdff42eaa7 22511: complete compressed archive filenames for GNU tar even when a compression
option is not specified.
2006-06-24 19:28:55 +00:00
Oliver Kiddle
4b09b20be2 correct typo from recent change 2003-02-27 09:29:24 +00:00
Oliver Kiddle
194e4cac61 18300: handle tar's -C option better 2003-02-26 14:56:47 +00:00
Sven Wischnowsky
4b4dd69be0 moved from Completion/User/_tar 2001-04-02 12:03:50 +00:00