[#46102] [ruby-trunk - Feature #6972][Open] 特化命令opt_emptyの追加 — "Glass_saga (Masaki Matsushita)" <glass.saga@...>
5 messages
2012/09/03
[#46105] 拡張ライブラリの質問 — SASADA Koichi <ko1@...>
ささだです.
12 messages
2012/09/04
[#46110] Re: 拡張ライブラリの質問
— "NARUSE, Yui" <naruse@...>
2012/09/05
成瀬です。
[#46112] Re: 拡張ライブラリの質問
— Urabe Shyouhei <shyouhei@...>
2012/09/05
On 09/05/2012 09:52 AM, NARUSE, Yui wrote:
[#46114] Re: 拡張ライブラリの質問
— "NARUSE, Yui" <naruse@...>
2012/09/05
2012年9月5日 11:11 Urabe Shyouhei <[email protected]>:
[#46131] HaikuOS上でruby trunkのbuildが通るようになりました — Takashi Toyoshima <toyoshim@...>
こちらのMLでは初めてご挨拶させて頂きます、とよしまと申します。
7 messages
2012/09/12
[#46132] Re: HaikuOS上でruby trunkのbuildが通るようになりました
— KOSAKI Motohiro <kosaki.motohiro@...>
2012/09/12
> こちらのMLでは初めてご挨拶させて頂きます、とよしまと申します。
[#46159] [ruby-trunk - Feature #7047][Open] Add new C API: rb_newobj_with — "authorNari (Narihiro Nakamura)" <authorNari@...>
9 messages
2012/09/22
[#46162] Re: [ruby-changes:24978] nobu:r37030 (trunk): insns.def: super from at_exit — SASADA Koichi <ko1@...>
2点ほど.
4 messages
2012/09/25
[#46174] [ruby-trunk - Bug #7084][Open] RubyVM::InstructionSequence.compile("1+"*10000 + "1") causes SystemStackError or Segmentation Fault — "mrkn (Kenta Murata)" <muraken@...>
7 messages
2012/09/29
[ruby-dev:46127] Re: [ruby-changes:24883] kosaki:r36935 (trunk): * include/ruby/intern.h (rb_thread_blocking_region): Added
From:
SASADA Koichi <ko1@...>
Date:
2012-09-10 00:20:25 UTC
List:
ruby-dev #46127
こちら,どうせなら thread.h に移した方が良さそうです. (2012/09/09 20:32), kosaki wrote: > kosaki 2012-09-09 20:32:11 +0900 (Sun, 09 Sep 2012) > > New Revision: 36935 > > http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36935 > > Log: > * include/ruby/intern.h (rb_thread_blocking_region): Added > a comment of recommended alternative way. > > Modified files: > trunk/ChangeLog > trunk/include/ruby/intern.h > > Index: include/ruby/intern.h > =================================================================== > --- include/ruby/intern.h (revision 36934) > +++ include/ruby/intern.h (revision 36935) > @@ -818,6 +818,8 @@ > typedef VALUE rb_blocking_function_t(void *); > void rb_thread_check_ints(void); > int rb_thread_interrupted(VALUE thval); > + > +/* Use rb_thread_call_without_gvl family instead. */ > DEPRECATED(VALUE rb_thread_blocking_region(rb_blocking_function_t *func, void *data1, > rb_unblock_function_t *ubf, void *data2)); > #define RUBY_UBF_IO ((rb_unblock_function_t *)-1) > Index: ChangeLog > =================================================================== > --- ChangeLog (revision 36934) > +++ ChangeLog (revision 36935) > @@ -1,3 +1,8 @@ > +Sun Sep 9 18:39:46 2012 KOSAKI Motohiro <[email protected]> > + > + * include/ruby/intern.h (rb_thread_blocking_region): Added > + a comment of recommended alternative way. > + > Sun Sep 9 18:37:05 2012 KOSAKI Motohiro <[email protected]> > > * lib/sync.rb (Sync_m): Removed RCS_ID. > > -- > ML: [email protected] > Info: http://www.atdot.net/~ko1/quickml/ > -- // SASADA Koichi at atdot dot net