diff src/ChangeLog @ 10344:65974373505a

Do not use SIGALRM unconditinally.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 21 Feb 2010 17:40:13 +0000
parents 2ef5144ccb0d
children 65d5776379c3
line wrap: on
line diff
--- a/src/ChangeLog	Sun Feb 21 17:37:06 2010 +0000
+++ b/src/ChangeLog	Sun Feb 21 17:40:13 2010 +0000
@@ -1,5 +1,8 @@
 2010-02-21  Michael Goffioul  <michael.goffioul@gmail.com>
 
+	* sighandlers.cc (octave_set_signal_handler): Don't use SIGALRM
+	unconditionally.
+
 	* ov-bool.h (class octave_bool): Add OCTINTERP_API.
 	* unwind-prot.h (class unwind_protect_safe): Ditto.