From f65474d1bc73accb145ef8afe72d19103abeb1bf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 22 Nov 1999 17:52:25 +0000 Subject: zsh-workers/8725 --- Src/Zle/.distfiles | 2 +- Src/Zle/compctl.mdd | 2 +- Src/Zle/complete.export | 3 +++ Src/Zle/computil.mdd | 2 +- Src/Zle/zle.export | 1 + Src/zsh.export | 6 +++++- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Src/Zle/.distfiles b/Src/Zle/.distfiles index 7abba273e..7045f7581 100644 --- a/Src/Zle/.distfiles +++ b/Src/Zle/.distfiles @@ -2,7 +2,7 @@ DISTFILES_SRC=' .cvsignore .distfiles .exrc comp.h complete.mdd complete.c complete.export compcore.c compmatch.c compresult.c - compctl.mdd compctl.c compctl.h compctl.export + compctl.mdd compctl.c compctl.h complist.mdd complist.c computil.mdd computil.c deltochar.mdd deltochar.c diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd index 1bebb9338..a76fef3a0 100644 --- a/Src/Zle/compctl.mdd +++ b/Src/Zle/compctl.mdd @@ -1,4 +1,4 @@ -moddeps="complete" +moddeps="complete zle" autobins="compctl" diff --git a/Src/Zle/complete.export b/Src/Zle/complete.export index 0b4a5ee3a..a7a94fa26 100644 --- a/Src/Zle/complete.export +++ b/Src/Zle/complete.export @@ -19,6 +19,7 @@ comppatmatch compprefix compqiprefix compqisuffix +compqstack compquote compsuffix compwords @@ -58,6 +59,7 @@ mflags minfo mnum mstack +multiquote nmatches onlyexpl parse_cmatcher @@ -68,5 +70,6 @@ restrict_range ripre set_gmatcher set_list_array +tildequote update_bmatchers ztat diff --git a/Src/Zle/computil.mdd b/Src/Zle/computil.mdd index a66a823d5..0246f24b3 100644 --- a/Src/Zle/computil.mdd +++ b/Src/Zle/computil.mdd @@ -1,4 +1,4 @@ -moddeps="complete" +moddeps="complete zle" objects="computil.o" diff --git a/Src/Zle/zle.export b/Src/Zle/zle.export index 29961ef3d..d1e8a580c 100644 --- a/Src/Zle/zle.export +++ b/Src/Zle/zle.export @@ -16,6 +16,7 @@ clearscreen clwnum clwords clwpos +clwsize cmdstr compfunc compwidget diff --git a/Src/zsh.export b/Src/zsh.export index d35bffc69..f8326a496 100644 --- a/Src/zsh.export +++ b/Src/zsh.export @@ -89,6 +89,7 @@ findcmd freearray freeheap freelinklist +freepatprog freestr freestruct getaparam @@ -106,6 +107,7 @@ getsignum getsparam getstrvalue gettempname +getvalue global_heapalloc global_permalloc globlist @@ -227,10 +229,13 @@ runhookdef runshfunc scancountparams scanhashtable +sepjoin setaparam +setarrvalue sethparam setlimits setsparam +setstrvalue settrap settyinfo sfcontext @@ -260,7 +265,6 @@ struncpy strvargetfn strvarsetfn switch_heaps -SHTTY tclen tcstr termflags -- cgit 1.4.1