Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.1.6-pws-9 available, I hope



On Nov 22, 12:51pm, Tanaka Akira wrote:
} Subject: Re: 3.1.6-pws-9 available, I hope
}
} | --- Src/builtin.c	1999/11/19 09:18:25	1.1.1.36
} | +++ Src/builtin.c	1999/11/22 01:05:59	1.1.1.37
} | @@ -3212,7 +3212,6 @@
} |  	if (isset(MONITOR)) {
} |  	    /* send SIGHUP to any jobs left running  */
} |  	    killrunjobs(from_signal);
} | -	    errflag = 0;
} |  	}
} |  	if (isset(RCS) && interact) {
} |  	    if (!nohistsave)
} 
} Hm.  Why?  8607?

On Nov 22, 12:17am, Peter Stephenson wrote:
} 	* Bart: 8617: Src/signals.c: warning, not error, if jobs running
} 	  at exit.
} 
} 	* Sven: 8607: Src/builtin.c, Src/math.c: initialize mathevall()
} 	  return value, but not hunk reset errflag in zexit() (except
} 	  kept braces).

Once 8617 is applied, errflag doesn't need resetting.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author