From 9f06a9618a54a2117759537573de77a6a58c57ea Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 20 Nov 2007 10:47:53 +0000 Subject: * gc.h, vm_core.h: decl of rb_gc_save_machine_context() should be at vm_core.h. * include/ruby/ruby.h, intern.h: remove type rb_thread_t. * include/ruby/intern.h: change rb_unblock_function_t, rb_unblock_function_t. * file.c, process.c: apply above changes. * thread.c, thread_pthread.ci, thread_win32.ci: ditto. * io.c: support blocking open (2). [ruby-core:13614] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff9593136..e896abe61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Tue Nov 20 19:36:21 2007 Koichi Sasada + + * gc.h, vm_core.h: decl of rb_gc_save_machine_context() + should be at vm_core.h. + + * include/ruby/ruby.h, intern.h: remove type rb_thread_t. + + * include/ruby/intern.h: change rb_unblock_function_t, + rb_unblock_function_t. + + * file.c, process.c: apply above changes. + + * thread.c, thread_pthread.ci, thread_win32.ci: ditto. + + * io.c: support blocking open (2). [ruby-core:13614] + Tue Nov 20 17:10:11 2007 Tanaka Akira * io.c (rb_io_close_on_exec_p): new method IO#close_on_exec?. -- cgit