summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8be45cfc..ecfe4269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-02-28 Frank Ch. Eigler <fche@elastic.org>
+
+ PR5045
+ * session.h (pending_interrupts): New global.
+ * main.cxx (handle_interrupts): New fn to handle SIGINT* etc.
+ * elaborate.cxx, translate.cxx, tapsets.cxx, main.cxx (*): Insert
+ pending_interrupts escape hatches inside potentially timetaking loops.
+ * buildrun.cxx: Don't deal with signals.
+
2008-02-27 Frank Ch. Eigler <fche@elastic.org>
PR5697