zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _gprof (and .cvsignore)
@ 2000-11-27 12:39 Sven Wischnowsky
  2000-11-27 13:09 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Wischnowsky @ 2000-11-27 12:39 UTC (permalink / raw)
  To: zsh-workers


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: _gprof (and .cvsignore)
  2000-11-27 12:39 PATCH: _gprof (and .cvsignore) Sven Wischnowsky
@ 2000-11-27 13:09 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2000-11-27 13:09 UTC (permalink / raw)
  To: Zsh hackers list

> And then I found that config.modules wasn't in .cvsignore -- but
> should be, shouldn't it?

Yes.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-27 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-27 12:39 PATCH: _gprof (and .cvsignore) Sven Wischnowsky
2000-11-27 13:09 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).