From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20324 invoked from network); 27 Nov 2000 12:40:06 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Nov 2000 12:40:06 -0000 Received: (qmail 5515 invoked by alias); 27 Nov 2000 12:40:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13199 Received: (qmail 5505 invoked from network); 27 Nov 2000 12:39:59 -0000 Date: Mon, 27 Nov 2000 13:39:57 +0100 (MET) Message-Id: <200011271239.NAA26170@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: _gprof (and .cvsignore) Someone didn't fix _gprof when the (#s) was introduced. And then I found that config.modules wasn't in .cvsignore -- but should be, shouldn't it? Bye Sven Index: .cvsignore =================================================================== RCS file: /cvsroot/zsh/zsh/.cvsignore,v retrieving revision 1.2 diff -u -r1.2 .cvsignore --- .cvsignore 2000/08/16 10:44:08 1.2 +++ .cvsignore 2000/11/27 12:37:31 @@ -4,6 +4,7 @@ config.h config.h.in config.log +config.modules config.status configure stamp-h Index: Completion/User/_gprof =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/User/_gprof,v retrieving revision 1.4 diff -u -r1.4 _gprof --- Completion/User/_gprof 2000/05/31 09:38:26 1.4 +++ Completion/User/_gprof 2000/11/27 12:37:31 @@ -10,7 +10,7 @@ '-m:minimum execution count:' \ ':executable:_files -g \*\(\*\)' \ ':profile file:_files -g gmon.\*' \ - -- -s '(#--[no-] --)' \ + -- -s '((#s)--[no-] --)' \ '*=name*:function name:->funcs' \ '*=dirs*:directory:_dir_list' && ret=0 -- Sven Wischnowsky wischnow@informatik.hu-berlin.de