zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: zsh-3.1.6-dev-20
Date: Mon, 27 Mar 2000 10:22:16 +0200 (MET DST)	[thread overview]
Message-ID: <200003270822.KAA03168@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Peter Stephenson's message of Thu, 23 Mar 2000 21:56:33 +0000


Peter Stephenson wrote:

> I have uploaded
>   ftp://ftp.zsh.org/zsh/development/zsh-3.1.6-dev-20.tar.gz
> with the changes listed below.  This will need checking quite carefully,
> particularly by people who have submitted a lot of patches (guess who that
> might mean?)

Whew!

> A few of Sven's most recent patches are missing at his request.

But I hope everyone has applied them now, because I hope to find the
time to send some patches relative to them today... apart from those,
the only missing patches, I can see are Oliver's 10029 (for your
convenience included below) and my 10233 (as mentioned by Tanaka; it
would have worked without 10230 and 10231).


In another message:

> Tanaka Akira wrote:
>
> ...
> 
> > * Src/text.c is different to my version.  Where is the change come from?
> 
> 10179, which was an attempt to fix something which apparently didn't have
> any effect.  I will take advice on whether to apply it or not.

It adds a bit to security, so I would be in favour of applying it.


Bye
 Sven

diff -u -r ../zsh-3.1.6-dev-20/Src/utils.c ./Src/utils.c
--- ../zsh-3.1.6-dev-20/Src/utils.c	Wed Mar 22 21:59:14 2000
+++ ./Src/utils.c	Thu Mar  9 10:57:21 2000
@@ -3198,7 +3198,7 @@
 	} else if (fromwhere == 4 && *s == Snull) {
 	    for (u = t; (*u++ = *s++););
 	    return t + 1;
-	} else if (*s == '^' && !control &&
+	} else if (*s == '^' &&
 		   (fromwhere == 2 || fromwhere == 5 || fromwhere == 6)) {
 	    control = 1;
 	    continue;

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~2000-03-27  8:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-27  8:22 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-03-27 13:12 zsh-3.1.6-dev-20 Sven Wischnowsky
2000-03-27 12:14 zsh-3.1.6-dev-20 Sven Wischnowsky
2000-03-27 11:05 zsh-3.1.6-dev-20 Sven Wischnowsky
2000-03-23 21:56 zsh-3.1.6-dev-20 Peter Stephenson
2000-03-25  1:35 ` zsh-3.1.6-dev-20 Tanaka Akira
2000-03-24 20:22   ` zsh-3.1.6-dev-20 Peter Stephenson
2000-03-25 16:46   ` zsh-3.1.6-dev-20 Bart Schaefer
2000-03-25 17:17     ` zsh-3.1.6-dev-20 Bart Schaefer
2000-03-25  7:53 ` zsh-3.1.6-dev-20 Chmouel Boudjnah
2000-03-25 21:26   ` zsh-3.1.6-dev-20 Bart Schaefer
2000-03-25 17:26 ` zsh-3.1.6-dev-20 Bart Schaefer
2000-03-24 20:22   ` zsh-3.1.6-dev-20 Peter Stephenson

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=200003270822.KAA03168@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --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).