Date: Wed, 14 Mar 2001 23:24:31 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Christos Zoulas <christos@zoulas.com> Cc: David Malone <dwmalone@maths.tcd.ie>, tcsh-bugs@mx.gw.com, current@FreeBSD.ORG Subject: Re: tcsh 6.10.00 echo;echo;echo; bug with fix Message-ID: <20010314232431.B77803@nagual.pp.ru> In-Reply-To: <20010314145432.84FFD32FC@hrothgar.gw.com>; from christos@zoulas.com on Wed, Mar 14, 2001 at 09:54:32AM -0500 References: <200103141441.aa50079@salmon.maths.tcd.ie> <20010314145432.84FFD32FC@hrothgar.gw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2001 at 09:54:32 -0500, Christos Zoulas wrote: > Yeah, that is a good idea. I think that I'll add an echo_style "bsdbug", > and leave the default alone. Even if we left old default in place (which I personally not like), old code have signal handler bug, we can't just "return" from xecho(), because signal mask not set again after "if (sigintr) sigrelse(SIGINT);", we need to jump somewhere near "done:" label to get signal mask properly set again. If someone tells me that it is intentional old csh behaviour too, I will be speechless... -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010314232431.B77803>