Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: AIX dependency and minor doc fix
- X-seq: zsh-workers 11216
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: AIX dependency and minor doc fix
- Date: Fri, 05 May 2000 17:41:46 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is just a small fix for AIX dynamic loading and a minor fix in the docs.
Oliver
Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.4
diff -u -r1.4 builtins.yo
--- Doc/Zsh/builtins.yo 2000/04/16 19:02:13 1.4
+++ Doc/Zsh/builtins.yo 2000/05/05 16:38:57
@@ -1008,7 +1008,7 @@
retain their special attributes when made local.
For each var(name)tt(=)var(value) assignment, the parameter
-var(name) set to var(value). Note that arrays currently cannot be
+var(name) is set to var(value). Note that arrays currently cannot be
assigned in tt(typeset) expressions, only scalars and integers.
For each remaining var(name) that refers to a parameter that is set, the
Index: Src/loop.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/loop.c,v
retrieving revision 1.2
diff -u -r1.2 loop.c
--- Src/loop.c 2000/04/01 20:49:48 1.2
+++ Src/loop.c 2000/05/05 16:38:57
@@ -38,7 +38,7 @@
/* # of continue levels */
/**/
-int contflag;
+mod_export int contflag;
/* # of break levels */
Messages sorted by:
Reverse Date,
Date,
Thread,
Author