Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Andrey A. Chernov

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Johan Karlsson

At Tue, 13 Mar 2001 13:26:47 +0300, "Andrey A. Chernov" wrote:
 Who is our tcsh maintainer now?

Don't know but tcsh is contibified and from 
/usr/src/contrib/tcsh/README

12) PLEASE send any bug reports (and fixes), code for new features,
comments, questions, etc. (even flames) to:

The tcsh mailing list
[EMAIL PROTECTED]


/K



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Andrey A. Chernov

On Tue, Mar 13, 2001 at 11:41:26 +0100, Johan Karlsson wrote:
 At Tue, 13 Mar 2001 13:26:47 +0300, "Andrey A. Chernov" wrote:
  Who is our tcsh maintainer now?
 
 Don't know but tcsh is contibified and from 
 /usr/src/contrib/tcsh/README
 
 12) PLEASE send any bug reports (and fixes), code for new features,
 comments, questions, etc. (even flames) to:
 
 The tcsh mailing list
 [EMAIL PROTECTED]


Already done to [EMAIL PROTECTED], see To: in original post.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message