From: Denys Vlasenko Date: Fri, 20 Mar 2009 13:30:12 +0000 (+0000) Subject: Update Changelog to more accurately describe the changes. X-Git-Tag: v4.5.19~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39fa62802071eac3ce9aaf70568d75340db85346;p=strace Update Changelog to more accurately describe the changes. --- diff --git a/ChangeLog b/ChangeLog index 566b1347..e53a8ad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2009-03-17 Denys Vlasenko - * strace.c (collect_stopped_tcbs): Check for ^C here, not in trace(). - (trace): Remove check for ^C. + * strace.c (collect_stopped_tcbs): Check for ^C here too, + not only in trace(). + (trace): Tweak check for ^C to not set mask (not needed). 2009-03-10 Denys Vlasenko