From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23021 invoked from network); 15 Oct 1999 10:14:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Oct 1999 10:14:43 -0000 Received: (qmail 6658 invoked by alias); 15 Oct 1999 10:14:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8274 Received: (qmail 6649 invoked from network); 15 Oct 1999 10:14:36 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: _bison -vV dumps core. References: <199910150837.KAA17572@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 15 Oct 1999 19:14:07 +0900 In-Reply-To: Sven Wischnowsky's message of "Fri, 15 Oct 1999 10:37:53 +0200 (MET DST)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <199910150837.KAA17572@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > Yes. That was the test if there is an argument after the option. Also, > mixing single-letter options and long ones had a bug (after strings > with only one option). Finally, the matches for single-letter option > (containing the `PREFIX') weren't correctly built in `_arguments'. The problem is fixed. Thanks. > Thank you for helping me debugging `computil'. Is it fast enough for > you? And is the speed difference to the shell code noticeable? It's good. I can feel the difference on Sun Ultra5. Unfortunately, it is not general enough to be used by _apt. I think the idea of general command line parsing builtin mentioned in 7956 is very good. _regex_arguments (used by _apt) is too slow. -- Tanaka Akira