zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: subtle `echo' bug
Date: Mon, 27 Jun 2005 14:31:55 +0000	[thread overview]
Message-ID: <1050627143155.ZM32491@candle.brasslantern.com> (raw)
In-Reply-To: <200506271003.j5RA31Uw007298@news01.csr.com>

On Jun 27, 11:03am, Peter Stephenson wrote:
}
} Are we going to do this?

I don't see any harm in it, but I have one last question ...

In looking at the code earlier in this function, I find that it's zsh
that does (the equivalent of) val |= 0200 before testing (val & 0200).
This makes me wonder if we should be using (val & ~0200) rather than
WTERMSIG(val) here.
 
} +		if ((val & 0200) && inforeground == 1 &&
} +		    (WTERMSIG(val) == SIGINT || WTERMSIG(val) == SIGQUIT)) {

It *probably* doesn't matter either way ...


  reply	other threads:[~2005-06-27 14:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-14 17:27 Alexey Tourbin
2005-06-14 18:12 ` Andrey Borzenkov
2005-06-14 18:49   ` Alexey Tourbin
2005-06-15  0:28   ` Bart Schaefer
2005-06-15  7:48     ` Alexey Tourbin
2005-06-15  8:17       ` Bart Schaefer
2005-06-15  9:10     ` Peter Stephenson
2005-06-15 13:56       ` Peter Stephenson
2005-06-15 15:32         ` Bart Schaefer
2005-06-15 15:49           ` Peter Stephenson
2005-06-15 16:39             ` Bart Schaefer
2005-06-15 16:47               ` Peter Stephenson
2005-06-27 10:03               ` Peter Stephenson
2005-06-27 14:31                 ` Bart Schaefer [this message]
2005-06-27 14:44                   ` 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=1050627143155.ZM32491@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.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).