[gnu.bash.bug] bash

bfox@AUREL.CALTECH.EDU (Brian Fox) (06/20/89)

   Date: Mon, 19 Jun 89 16:47:51 EDT
   From: perry@snark.bellcore.com (Perry Metzger)
   Reply-To: perry@bellcore.com

   So, will there be a set of offical patches to bash .99, or does one
   just pick things up off of the net and do what one will with them?

There will be official patches to bash as soon as version 1.00 is
released (which will be very soon).  There will also be an announcement.

Brian

perm@MIZAR.DOCS.UU.SE (Per Mildner) (11/16/89)

It seems as the only thing needed is to (in shell.c) move the definition of the
function termination_unwind_protect to before the function
initialize_terminating_signals and to remove the declaration of the former in
the latter.
Then pretend to be a SUN3 with Bsd in the Makefile.
jnp@tele.nokia.fi (J|rgen N|rgaard) did similarly but also defined
CC = cc -A nansi
I just used CC = cc and that seems to work. (I also used BISON = yacc but that's
probably due to a old version of bison)