ruby-changes:44468
From: kazu <ko1@a...>
Date: Wed, 2 Nov 2016 00:47:58 +0900 (JST)
Subject: [ruby-changes:44468] kazu:r56541 (trunk): fix some typos [ci skip]
kazu 2016-11-02 00:47:55 +0900 (Wed, 02 Nov 2016) New Revision: 56541 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56541 Log: fix some typos [ci skip] Modified files: trunk/doc/ChangeLog-YARV Index: doc/ChangeLog-YARV =================================================================== --- doc/ChangeLog-YARV (revision 56540) +++ doc/ChangeLog-YARV (revision 56541) @@ -530,7 +530,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L530 2006-08-17(Thu) 12:23:52 +0900 Koichi Sasada <ko1@a...> - * eval.c : change initilize routine order ([yarv-dev:1067]) + * eval.c : change initialize routine order ([yarv-dev:1067]) * yarvcore.c (Init_yarv) : init th->machine_stack_start @@ -2115,7 +2115,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L2115 2006-02-14(Tue) 18:15:03 +0900 Koichi Sasada <ko1@a...> - * configure.in : enable pthread by deafult + * configure.in : enable pthread by default * ascii.c : import ruby 1.9 HEAD @@ -3650,10 +3650,10 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L3650 * thread.c (yarv_thread_execute_interrupts) : added * thread_pthread.h (thread_timer) : set interrupt_flag of - current runnning threads + current running threads * vm.c (th_invoke_proc) : jump with JUMP_TAG() if some exception - occurres + occurs * yarv.h : add yarv_set_current_running_thread_raw() for bootstrap @@ -5617,7 +5617,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L5617 * rb/insns2vm.rb : fix category (comment) - * depend : remove space betweeen target name and colon + * depend : remove space between target name and colon 2005-03-04(Fri) 15:55:51 +0900 Koichi Sasada <ko1@a...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/