ruby-changes:39189
From: kazu <ko1@a...>
Date: Thu, 16 Jul 2015 22:29:30 +0900 (JST)
Subject: [ruby-changes:39189] kazu:r51270 (trunk): fix typos [ci skip]
kazu 2015-07-16 22:29:20 +0900 (Thu, 16 Jul 2015) New Revision: 51270 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51270 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 51269) +++ ChangeLog (revision 51270) @@ -3,7 +3,7 @@ Thu Jul 16 22:05:29 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L3 * vm_core.h: constify rb_iseq_t::parent_iseq. rb_iseq_t::local_iseq is not constant data because - local_iseq::flip_cnt can be modified (commentted). + local_iseq::flip_cnt can be modified (commented). * compile.c: catch up this fix. @@ -13,7 +13,7 @@ Thu Jul 16 22:05:29 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L13 Thu Jul 16 21:47:47 2015 Naohisa Goto <ngotogenome@g...> - * process.c (redirect_dup2): when the new FD of dup2() coflicts + * process.c (redirect_dup2): when the new FD of dup2() conflicts with one of the timer thread FDs, the internal FD is diverted. [Bug #11336] [ruby-core:69886] [Bug #11350] [ruby-core:69961] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/