From owner-freebsd-current Tue Mar 13 2:26:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D296F37B71B for ; Tue, 13 Mar 2001 02:26:49 -0800 (PST) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f2DAQmV37950 for current@FreeBSD.ORG; Tue, 13 Mar 2001 13:26:48 +0300 (MSK) (envelope-from ache) Date: Tue, 13 Mar 2001 13:26:47 +0300 From: "Andrey A. Chernov" Cc: current@FreeBSD.ORG Subject: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix) Message-ID: <20010313132647.A37917@nagual.pp.ru> References: <20010313131944.A961@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010313131944.A961@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Mar 13, 2001 at 01:19:44PM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Who is our tcsh maintainer now? On Tue, Mar 13, 2001 at 13:19:44 +0300, Andrey A. Chernov wrote: > echo;echo;echo; must output 3 new lines but currently not due to obvious > bug: > > --- sh.func.c.bak Fri Dec 1 01:18:27 2000 > +++ sh.func.c Tue Mar 13 13:04:54 2001 > @@ -1147,7 +1147,7 @@ > #endif /* BSDSIGS */ > v++; > if (*v == 0) > - return; > + goto done; > gflag = 0, tglob(v); > if (gflag) { > v = globall(v); > -- 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