zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <opk@u.genie.co.uk>
To: Zsh workers <zsh-workers@sunsite.auc.dk>
Subject: Re: PATCH: AIX .export files
Date: Mon, 22 Nov 1999 15:14:50 +0000	[thread overview]
Message-ID: <38395DEA.49626DCA@u.genie.co.uk> (raw)
In-Reply-To: <199911220936.KAA04982@beta.informatik.hu-berlin.de>

Sven Wischnowsky wrote:

> Yes, I guess. I thought that it would automatically use those
> moddeps'ed in complete.mdd.
> 
> Could you try?

That solved the trouble with complist.so - thanks.

Compiling pws-9, I again got unresolved symbols - presumably due to
changes since bart-8. This time it was for compctl.so which, it seems
also depends on zle. The same problem then for computil.so (which only
uses incompfunc from zle.so).

I've fixed the .export files, this time taking more care to put
symbols in the right .export file though I may have made mistakes. I
also checked for cases of a symbol appearing in more than one .export
file which revealed that compctl.export should be deleted I hope my
patch to .distfiles is the correct way to indicate this.

Oliver

--- Src/zsh.export.bak	Fri Nov 19 17:51:39 1999
+++ Src/zsh.export	Mon Nov 22 15:07:03 1999
@@ -89,6 +89,7 @@
 freearray
 freeheap
 freelinklist
+freepatprog
 freestr
 freestruct
 getaparam
@@ -106,6 +107,7 @@
 getsparam
 getstrvalue
 gettempname
+getvalue
 global_heapalloc
 global_permalloc
 globlist
@@ -227,10 +229,13 @@
 runshfunc
 scancountparams
 scanhashtable
+sepjoin
 setaparam
+setarrvalue
 sethparam
 setlimits
 setsparam
+setstrvalue
 settrap
 settyinfo
 sfcontext
@@ -260,7 +265,6 @@
 strvargetfn
 strvarsetfn
 switch_heaps
-SHTTY
 tclen
 tcstr
 termflags
--- Src/Zle/compctl.mdd.bak	Mon Nov 22 13:34:14 1999
+++ Src/Zle/compctl.mdd	Mon Nov 22 13:34:26 1999
@@ -1,4 +1,4 @@
-moddeps="complete"
+moddeps="complete zle"
 
 autobins="compctl"
 
--- Src/Zle/complete.export.bak	Mon Nov 22 12:32:55 1999
+++ Src/Zle/complete.export	Mon Nov 22 12:41:58 1999
@@ -19,6 +19,7 @@
 compprefix
 compqiprefix
 compqisuffix
+compqstack
 compquote
 compsuffix
 compwords
@@ -58,6 +59,7 @@
 minfo
 mnum
 mstack
+multiquote
 nmatches
 onlyexpl
 parse_cmatcher
@@ -68,5 +70,6 @@
 ripre
 set_gmatcher
 set_list_array
+tildequote
 update_bmatchers
 ztat
--- Src/Zle/computil.mdd.bak	Mon Nov 22 14:23:44 1999
+++ Src/Zle/computil.mdd	Mon Nov 22 14:23:57 1999
@@ -1,4 +1,4 @@
-moddeps="complete"
+moddeps="complete zle"
 
 objects="computil.o"
 
--- Src/Zle/zle.export.bak	Fri Nov 19 17:51:39 1999
+++ Src/Zle/zle.export	Mon Nov 22 12:39:34 1999
@@ -16,6 +16,7 @@
 clwnum
 clwords
 clwpos
+clwsize
 cmdstr
 compfunc
 compwidget
--- Src/Zle/.distfiles.bak	Mon Nov 22 13:19:48 1999
+++ Src/Zle/.distfiles	Mon Nov 22 15:03:02 1999
@@ -2,7 +2,7 @@
     .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


  reply	other threads:[~1999-11-22 15:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-22  9:36 Sven Wischnowsky
1999-11-22 15:14 ` Oliver Kiddle [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-11-05  9:09 Sven Wischnowsky
1999-11-04 19:12 Oliver Kiddle
1999-11-05  9:19 ` Bart Schaefer
1999-11-05 11:56   ` Zefram
1999-11-05 15:40     ` Bart Schaefer
1999-11-05 17:30       ` Oliver Kiddle
1999-11-05 17:51         ` Bart Schaefer
1999-11-19 16:58           ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38395DEA.49626DCA@u.genie.co.uk \
    --to=opk@u.genie.co.uk \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).