From 3b8aeff63ea9855f64c7f6c9771c58c68d9fb55f Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 5 Feb 2007 16:22:38 +0000 Subject: * intern.h: prepare rb_last_status_get() and rb_last_status_set(). Use these functions instead of rb_last_status ([ruby-dev:30264]). * process.c: define above functions. * ext/pty/pty.c: use above functins. * io.c (pipe_finalize): ditto. * process.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 029a9711d..2aa3a10d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Feb 6 01:07:14 2007 Koichi Sasada + + * intern.h: prepare rb_last_status_get() and rb_last_status_set(). + Use these functions instead of rb_last_status ([ruby-dev:30264]). + + * process.c: define above functions. + + * ext/pty/pty.c: use above functins. + + * io.c (pipe_finalize): ditto. + + * process.c: ditto. + Mon Feb 5 21:26:56 2007 Koichi Sasada * ruby.h: add a prototype of rb_id2str(). -- cgit