Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: AIX dependency (Re: zsh-3.1.7)
- X-seq: zsh-workers 11661
 
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
 
- To: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: PATCH: AIX dependency (Re: zsh-3.1.7)
 
- Date: Tue, 30 May 2000 15:02:28 +0100
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <0FVD00KN7EOK2S@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
I know that I wasn't going to post these patches anymore but I have this
time because with this one only being caused this morning, I've missed
3.1.7 so 3.1.7 as released is not a clean compile on AIX.
Peter Stephenson wrote:
> If anyone happens to know how to release a module on sourceforge, the files
> zsh-3.1.7.tar.gz zsh-3.1.7-doc.tar.gz are in /home/groups/zsh.  Otherwise
> I'll look at it sometime.
What might be a good idea is to get sourceforge to mirror ftp and web
from sunsite Denmark. We're allowed cron jobs so it should be quite
possible to setup. Does anyone have a script or something similar which
they use for their zsh mirror (or whatever else). What would be the best
way for me to do it - wget?
Oliver
Index: Src/hist.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/hist.c,v
retrieving revision 1.7
diff -u -r1.7 hist.c
--- Src/hist.c  2000/05/30 03:43:27     1.7
+++ Src/hist.c  2000/05/30 13:50:15
@@ -872,7 +872,7 @@
 }
 /**/
-Histent
+mod_export Histent
 gethistent(int ev, int nearmatch)
 {
     Histent he;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author