Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author