summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8be45cfc..07cee9dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-02-29 Will Cohen <wcohen@redhat.com>
+
+ * main.cxx (handle_interrupts): Make compatible with GCC 4.3.
+
+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