summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-05-15 15:52:12 -0500
committerDavid Smith <dsmith@redhat.com>2008-05-15 15:54:07 -0500
commit3972b443751ef6d0a441bae53ffa57d8a798aee4 (patch)
treecbfa0870bc62c838205524dd012d0b9e01490045 /ChangeLog
parent98a99cd3da5bc665e07a8f07b4b89815e89b8aa0 (diff)
downloadsystemtap-steved-3972b443751ef6d0a441bae53ffa57d8a798aee4.tar.gz
systemtap-steved-3972b443751ef6d0a441bae53ffa57d8a798aee4.tar.xz
systemtap-steved-3972b443751ef6d0a441bae53ffa57d8a798aee4.zip
Ignores signals when removing the temporary directory.
2008-05-15 David Smith <dsmith@redhat.com> * main.cxx (setup_signals): New function. (main): Calls setup_signals() to setup signal handling. When removing the temporary directory, ignore signals.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13f6254e..005af837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-15 David Smith <dsmith@redhat.com>
+
+ * main.cxx (setup_signals): New function.
+ (main): Calls setup_signals() to setup signal handling. When
+ removing the temporary directory, ignore signals.
+
2008-05-13 Ananth N Mavinakayanahalli <ananth@in.ibm.com>
PR 5955.
* parse.cxx (parser::parse_global): accept ";" terminated globals