From ad6268466c5001c215d7b98e1d69b31475ac5c49 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 27 Nov 2000 12:44:21 +0000 Subject: *** empty log message *** --- .cvsignore | 1 + ChangeLog | 5 +++++ Completion/User/_gprof | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 2a33c2136..64304338c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,6 +4,7 @@ config.cache config.h config.h.in config.log +config.modules config.status configure stamp-h diff --git a/ChangeLog b/ChangeLog index 351d71530..7890e6db3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-27 Sven Wischnowsky + + * 13199: .cvsignore, Completion/User/_gprof: pattern-fix in + _gprof; add config.modules to .cvsignore + 2000-11-27 Peter Stephenson * 13197: configure.in: fix problems with use of link parameter, diff --git a/Completion/User/_gprof b/Completion/User/_gprof index fe7f1fdac..1f7a0fd0e 100644 --- a/Completion/User/_gprof +++ b/Completion/User/_gprof @@ -10,7 +10,7 @@ _arguments -C -s -{a,b,c,D,h,i,l,L,s,T,v,w,x,y,z} \ '-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 -- cgit 1.4.1