Message-Id: <199904041935.TAA60352@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 4 Apr 1999 15:35:27 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: patches for locale.h and tcsetatr.c References: <199903311827 DOT SAA83036 AT out5 DOT ibm DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com > I don't think that the handling of SIGINT was changed in v2.02, which is > why I don't understand how did Bash begin to print traceback under > Ctrl-C. Can you spot the differences? The signal handling changes mentioned in the Bash docs were nothing more, in my quick look at the source, than reorganizing the signal related code into sig.c. Compiling Bash 1.147 under djdev 2.02 also make ctrl-c print a traceback. The April 1 binary at my site now calls exit (-1) in the case of SIGINT in the signal handler rather than let the default handler be called. Mark