zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayne@clari.net>
To: Zsh Workers <zsh-workers@sunsite.auc.dk>
Subject: Re: PATCH: fix for $var[1,0] expansion
Date: Tue, 30 May 2000 23:24:26 -0700 (PDT)	[thread overview]
Message-ID: <Pine.GSO.4.21.0005302320150.10370-100000@house.clari.net> (raw)
In-Reply-To: <Pine.GSO.4.21.0005302220580.10370-100000@house.clari.net>

One other thing.  I accidentally left in a comment to myself in
params.c.  Since it used "//" in a .c file (which only gcc seems to
permit), you'll probably want to remove this before committing the
changes:

Index: Src/params.c
@@ -1643,7 +1643,7 @@
 	    return;
 	}
 	if (v->inv && unset(KSHARRAYS))
-	    v->start--; // v->len--;??
+	    v->start--;
 	q = old = v->pm->gets.afn(v->pm);
 	n = arrlen(old);
 	if (v->start < 0)

..wayne..


      parent reply	other threads:[~2000-05-31  6:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-31  5:45 Wayne Davison
2000-05-31  6:12 ` Wayne Davison
2000-05-31  6:24 ` Wayne Davison [this message]

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=Pine.GSO.4.21.0005302320150.10370-100000@house.clari.net \
    --to=wayne@clari.net \
    --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).