<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Base/Utility/_arguments, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Base/Utility/_arguments?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Base/Utility/_arguments?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2020-05-03T01:27:36Z</updated>
<entry>
<title>45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.</title>
<updated>2020-05-03T01:27:36Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-04-27T19:30:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=deca7c928520fba5a73383f1cac0b3ace8e0e45d'/>
<id>urn:sha1:deca7c928520fba5a73383f1cac0b3ace8e0e45d</id>
<content type='text'>
Also, write/extend docstrings for sepjoin() and zjoin().
</content>
</entry>
<entry>
<title>42175 + 42177 + 42178: avoid localized output from external commands</title>
<updated>2017-12-28T02:35:34Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2017-12-28T02:35:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d303dfa7f59aef999c43e2a7a56aac7099e40454'/>
<id>urn:sha1:d303dfa7f59aef999c43e2a7a56aac7099e40454</id>
<content type='text'>
_call_program and '_arguments --' will call _comp_locale before
calling external command for easier analysis of the output.
This is disabled by passing an option '-l'.
</content>
</entry>
<entry>
<title>40035: Cosmetic fixes for comments and documentation.</title>
<updated>2016-11-29T17:13:52Z</updated>
<author>
<name>Eitan Adler</name>
<email>lists@eitanadler.com</email>
</author>
<published>2016-11-29T06:53:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=110ffae9fefa1367af4fdcc90a456de23b92436c'/>
<id>urn:sha1:110ffae9fefa1367af4fdcc90a456de23b92436c</id>
<content type='text'>
Mostly fixes to doubled words.
</content>
</entry>
<entry>
<title>38153: change the way long options are examined for "=" signs to more accurately identify options that take arguments</title>
<updated>2016-09-07T05:35:26Z</updated>
<author>
<name>m0viefreak</name>
<email>m0viefreak.cm@googlemail.com</email>
</author>
<published>2016-09-07T05:35:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2d5dd747324b130e8aeea6fa9c274ead18b62ef6'/>
<id>urn:sha1:2d5dd747324b130e8aeea6fa9c274ead18b62ef6</id>
<content type='text'>
Note in workers/39135:
The pattern in 266/268 appears to match the '=' sign even though it's in the
second colon-separated field, where it doesn't denote a mandatory argument.
I'm guessing the pattern match on lines 266/268 should be fixed ...

This commit alters those patterns in what is hoped to be the desired way.
</content>
</entry>
<entry>
<title>37972: Redirect stderr to /dev/null in cases where ${~param} might generate errors</title>
<updated>2016-02-14T21:10:06Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-02-14T21:10:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=485cbbb6cc6ac9d7c13a8268b3574829026f3797'/>
<id>urn:sha1:485cbbb6cc6ac9d7c13a8268b3574829026f3797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36697: handle options of _arguments correctly</title>
<updated>2015-09-30T14:56:14Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-09-30T14:56:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=756526eef3e064c3ffb023ae5e5e6df42e6e9162'/>
<id>urn:sha1:756526eef3e064c3ffb023ae5e5e6df42e6e9162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34456: lopts should be initialized as an array</title>
<updated>2015-02-06T14:06:07Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-02-06T14:06:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2810317ae2f2f96d06add76c17510a90f2ea3f62'/>
<id>urn:sha1:2810317ae2f2f96d06add76c17510a90f2ea3f62</id>
<content type='text'>
otherwise an empty element remains in lopts, which causes
a trouble when _arguments -- '*:' is called.
</content>
</entry>
<entry>
<title>30012: add $state_descr</title>
<updated>2011-12-13T17:43:01Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-12-13T17:43:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3f98949ca8915d2d9c095ccaa65b308ab502b6c6'/>
<id>urn:sha1:3f98949ca8915d2d9c095ccaa65b308ab502b6c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>26053: handle --help output like "--[fetch]all"</title>
<updated>2008-11-17T10:37:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-11-17T10:37:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0662164f13dc1df9ca2cdf1b5ab78d297eed51d1'/>
<id>urn:sha1:0662164f13dc1df9ca2cdf1b5ab78d297eed51d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Peter: 24235: handle underscores</title>
<updated>2007-12-13T22:05:59Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2007-12-13T22:05:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c48b70d59e8c9df2c8999ffbdc603052fb609730'/>
<id>urn:sha1:c48b70d59e8c9df2c8999ffbdc603052fb609730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23182: _arguments problem with --with-foo[=BAR] specifiers</title>
<updated>2007-02-16T15:02:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-02-16T15:02:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9d43d061e186b91a3b3374ea983a56aa699211a5'/>
<id>urn:sha1:9d43d061e186b91a3b3374ea983a56aa699211a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22859: improve _arguments auto-documentation some more</title>
<updated>2006-10-10T21:26:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-10-10T21:26:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ca06d8e30873095048df551807141835ec6e49bb'/>
<id>urn:sha1:ca06d8e30873095048df551807141835ec6e49bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22858: _arguments can generate documentation from --help text</title>
<updated>2006-10-10T18:06:28Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-10-10T18:06:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3162c03cc3219a8b7d54abb43514245b006a5319'/>
<id>urn:sha1:3162c03cc3219a8b7d54abb43514245b006a5319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22780: add _arguments/comparguments -n to set index of first non-option arg</title>
<updated>2006-09-27T16:53:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-09-27T16:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=966ff3a185ba150625cd14022392d310cf9c1649'/>
<id>urn:sha1:966ff3a185ba150625cd14022392d310cf9c1649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_arguments fix for configure, unconfirmed</title>
<updated>2004-06-18T09:48:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-06-18T09:48:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4dc114f160fb82ef53174c55e02ee65282145c3e'/>
<id>urn:sha1:4dc114f160fb82ef53174c55e02ee65282145c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18526: -O option to _describe for prefix-needed in _arguments</title>
<updated>2003-06-05T09:51:25Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-06-05T09:51:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ecdfa912ae9dc5bd7d98160ab88ae4f17fe761b1'/>
<id>urn:sha1:ecdfa912ae9dc5bd7d98160ab88ae4f17fe761b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing after the option (17214)</title>
<updated>2002-05-23T12:20:15Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-05-23T12:20:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=86f38401aacfcd9b3ef6cb54faf305f7c843e60b'/>
<id>urn:sha1:86f38401aacfcd9b3ef6cb54faf305f7c843e60b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191)</title>
<updated>2002-05-21T07:44:57Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-05-21T07:44:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ba168b43dab3102891839a997ef6a2878c2738e5'/>
<id>urn:sha1:ba168b43dab3102891839a997ef6a2878c2738e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for _arguments: don't use argument-tag when completing options; fix for _services: leave loop when matches were produced (17148)</title>
<updated>2002-05-14T08:08:44Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-05-14T08:08:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=757e68c5e7918eaa67ecc9d7a0e9c764d9e81a30'/>
<id>urn:sha1:757e68c5e7918eaa67ecc9d7a0e9c764d9e81a30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix test for prefix-needed (16667)</title>
<updated>2002-02-18T14:27:36Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-02-18T14:27:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=901d8b4c97f2f0855005825764c01d00d6d47f19'/>
<id>urn:sha1:901d8b4c97f2f0855005825764c01d00d6d47f19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483)</title>
<updated>2002-01-22T10:22:47Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-01-22T10:22:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3807c902a23ea8b8e673103dff49d3d27a551756'/>
<id>urn:sha1:3807c902a23ea8b8e673103dff49d3d27a551756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(15526)</title>
<updated>2001-07-30T08:42:55Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-07-30T08:42:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=75d5e9bb8b42282935f54b6d4750aea7ae6d5844'/>
<id>urn:sha1:75d5e9bb8b42282935f54b6d4750aea7ae6d5844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>two fixes: try all actions that have to be tried (but only once), execute actions if we aren't after an option already (in the same word) (14733)</title>
<updated>2001-06-06T09:31:54Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-06-06T09:31:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a7340e627b7ceac541e3d96e169ced54e2a061cb'/>
<id>urn:sha1:a7340e627b7ceac541e3d96e169ced54e2a061cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>work around ${(@P)1[3,-1]} not working as expected (14658)</title>
<updated>2001-06-01T14:29:11Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2001-06-01T14:29:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a594e4eb04aa6bfe43443d0cbb5e1ffefedfb7bb'/>
<id>urn:sha1:a594e4eb04aa6bfe43443d0cbb5e1ffefedfb7bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix tag-order problem with _arguments (completion after an option that gets an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)</title>
<updated>2001-05-31T12:38:34Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-05-31T12:38:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=171855e2e23938f40080ca2630d2efc42f319014'/>
<id>urn:sha1:171855e2e23938f40080ca2630d2efc42f319014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>14117</title>
<updated>2001-04-26T14:40:11Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-26T14:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4b6d57e2ce7420e6f3396f529190d15f46b3256'/>
<id>urn:sha1:b4b6d57e2ce7420e6f3396f529190d15f46b3256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename -W option to -w, add new -W option which makes _arguments complete options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)</title>
<updated>2001-04-26T12:13:36Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-26T12:13:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=aa99b19c088324b17c0c5e1caee4fc3b5777deab'/>
<id>urn:sha1:aa99b19c088324b17c0c5e1caee4fc3b5777deab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>complete only those single letter options with the right prefix character (13908)</title>
<updated>2001-04-05T12:12:45Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-05T12:12:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bbbf07a3e7969edebdb654832056b2d27747a00e'/>
<id>urn:sha1:bbbf07a3e7969edebdb654832056b2d27747a00e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -W option to _arguments, which allows to complete options after options that take an argument in the next word (13902)</title>
<updated>2001-04-04T11:29:19Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-04T11:29:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=163b0101ed6d63c735590d561a8026d74d964401'/>
<id>urn:sha1:163b0101ed6d63c735590d561a8026d74d964401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/Base/_arguments</title>
<updated>2001-04-02T11:09:34Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T11:09:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3a6cc96ce6045ca82af881df34177592c28ead3e'/>
<id>urn:sha1:3a6cc96ce6045ca82af881df34177592c28ead3e</id>
<content type='text'>
</content>
</entry>
</feed>
