Date: Fri, 2 Apr 1999 07:13:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: patches for locale.h and tcsetatr.c In-Reply-To: <199903311827.SAA83036@out5.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Mar 1999, Mark E. wrote: > I recompiled bash 1.147 with djdev 2.02 and tried it on my configure > script snippet. When I press ctrl-c, it too prints a traceback. So perhaps > some adjustments in libc like you mention are needed. The libc changes only should be considered when you use tcsetattr to change the INTR or QUIT keys. As long as you use the defaults (Ctrl-C and Ctrl-\, respectively), everything should behave as it was in v2.01. 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?