aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-25 05:52:42 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-25 05:52:42 +1000
commit0085156a05378be50cc2b37654d678a275f743ed (patch)
tree4cbcd1adc0a71a13b0a45ebd0df265d1cb04e9be /ChangeLog
parentbee8f2c72118fecebd383efc5857ae1943d52c35 (diff)
Fix crash bug when user presses ^C
darcs-hash:20050924195242-ac50b-f94edc21751e0202808f44bf732e050173a82fea.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20904880..b306ff33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,8 @@
* parser.c (pares_job_main_loop): Fix memory leak on parse error in pipeline
* common.h, common.c: Make DEBUG_LEVEL constant into debug_level runtime configurable variable
-
+
+ * proc.h (handle_child_status): Fix crash bug when user presses ^C
2005-09-23 Axel Liljencrantz <axel@liljencrantz.se>