[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
Issue #12134 has been updated by Martin D端rst.
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74445] Re: [ruby-cvs:61324] mrkn:r54163 (trunk): * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functions
From:
Tanaka Akira <akr@...>
Date:
2016-03-18 01:30:53 UTC
List:
ruby-core #74445
2016-03-18 2:07 GMT+09:00 <mrkn@ruby-lang.org>: > mrkn 2016-03-18 02:07:29 +0900 (Fri, 18 Mar 2016) > > New Revision: 54163 > * include/ruby/intern.h (rb_big_even_p, rb_big_odd_p): add prototype > declarations. I recommend internal.h instead of include/ruby/intern.h. internal.h is the header file only for ruby itself. intern.h is the header file exported to applications. Since a function declared in intern.h is exported to applications, it is difficult to remove it even if ruby itself doesn't use it. -- Tanaka Akira Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>