diff libcruft/ChangeLog @ 5142:0f9108f298ab

[project @ 2005-02-12 02:29:34 by jwe]
author jwe
date Sat, 12 Feb 2005 02:29:35 +0000
parents 7191f6e086f9
children 57077d0ddc8e
line wrap: on
line diff
--- a/libcruft/ChangeLog	Thu Feb 10 18:37:55 2005 +0000
+++ b/libcruft/ChangeLog	Sat Feb 12 02:29:35 2005 +0000
@@ -1,3 +1,13 @@
+2005-02-10  John W. Eaton  <jwe@octave.org>
+
+	* misc/cquit.c (octave_signal_caught): New global variable.
+	* misc/quit.cc (occtave_handle_signal): New function.
+	(octave_signal_hook): New global pointer.
+	* misc/quit.h: Provide decls.
+	(OCTAVE_QUIT): Check octave_signal_caught, not
+	octave_interrupt_state, and call octave_handle_signal, not
+	octave_throw_interrupt_exception.
+	
 2005-02-08  John W. Eaton  <jwe@octave.org>
 
 	* misc/quit.h: Use C-style comments.