From ab5edf89cb59dd38ee14f134a49d02e489d40fc8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Feb 2004 07:30:17 +0000 Subject: * process.c (detach_process_watcher): return the last status. [ruby-dev:22841] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06706874a..9e590a4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 16:30:12 2004 Nobuyoshi Nakada + + * process.c (detach_process_watcher): return the last status. + [ruby-dev:22841] + Sun Feb 8 16:46:08 2004 Nobuyoshi Nakada * lib/pp.rb (PP::PPMethods::object_address_group): suppress negative -- cgit