From 7942cb939f8f698d1cd1b7966c5db1e351ea8dd9 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 8 Mar 2007 00:23:14 +0000 Subject: * compile.c: iseq_compile -> rb_iseq_compile. * iseq.c: ditto. * intern.h: provide function prototype of Init_jump. * eval_jump.h (Init_jump): declare function type. * thread.c: platform-dependent functions should be surrounded by #ifdef. * iseq.c (iseq_data_to_ary): remove unused variable. * compile.c (set_arguments): ditto. * thread.c (set_unblock_function): ditto. * thread_pthread.ci: reduce printf warning. * vm_dump.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9faa91911..742b5a7fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Thu Mar 8 09:17:59 2007 Minero Aoki + + * compile.c: iseq_compile -> rb_iseq_compile. + + * iseq.c: ditto. + + * intern.h: provide function prototype of Init_jump. + + * eval_jump.h (Init_jump): declare function type. + + * thread.c: platform-dependent functions should be surrounded by #ifdef. + + * iseq.c (iseq_data_to_ary): remove unused variable. + + * compile.c (set_arguments): ditto. + + * thread.c (set_unblock_function): ditto. + + * thread_pthread.ci: reduce printf warning. + + * vm_dump.c: ditto. + Tue Mar 6 16:35:04 2007 Keiju Ishitsuka * lib/shell/process-controller.rb: fix thread synchronization problem for [ruby-dev:30477]. -- cgit