*** empty log message ***

This commit is contained in:
Sven Wischnowsky 2000-11-27 12:44:21 +00:00
parent 1851f87325
commit ad6268466c
3 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,7 @@ config.cache
config.h
config.h.in
config.log
config.modules
config.status
configure
stamp-h

View file

@ -1,3 +1,8 @@
2000-11-27 Sven Wischnowsky <wischnow@zsh.org>
* 13199: .cvsignore, Completion/User/_gprof: pattern-fix in
_gprof; add config.modules to .cvsignore
2000-11-27 Peter Stephenson <pws@csr.com>
* 13197: configure.in: fix problems with use of link parameter,

View file

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