From owner-freebsd-stable Wed Mar 14 0:41:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 564FD37B719 for ; Wed, 14 Mar 2001 00:41:37 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f2E8fZF00900 for freebsd-stable@freebsd.org; Wed, 14 Mar 2001 09:41:35 +0100 (CET) (envelope-from stijn) Date: Wed, 14 Mar 2001 09:41:35 +0100 From: Stijn Hoop To: freebsd-stable@freebsd.org Subject: FWD: tcsh 6.10.00 echo;echo;echo; bug with fix Message-ID: <20010314094135.B361@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010313191333C.jkh@osd.bsdi.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, this bug also exists in 4.3-BETA as of today; is this fixable in time for 4.3 ? --Stijn ----- Forwarded message from "Andrey A. Chernov" ----- From: "Andrey A. Chernov" To: tcsh-bugs@mx.gw.com Cc: current@freebsd.org Subject: tcsh 6.10.00 echo;echo;echo; bug with fix 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/ ----- End forwarded message ----- -- If today is the first day of the rest of your life, what the hell was yesterday? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message