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: PATCH: AIX dependency and minor doc fix
Date: Fri, 05 May 2000 17:41:46 +0100	[thread overview]
Message-ID: <3912F9CA.CD6605FD@u.genie.co.uk> (raw)

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 */


                 reply	other threads:[~2000-05-05 16:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3912F9CA.CD6605FD@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).