1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
nobu c071c05229 Integer unification macro
* include/ruby/ruby.h (RUBY_INTEGER_UNIFICATION): macro to tell if
  Integer is integrated.  [ruby-core:75718][Bug #12427]
* include/ruby/backward.h, internal.h (rb_cFixnum, rb_cBignum):
  fallback to rb_cInteger.
* bignum.c, numeric.c, ext/json/generator/generator.{c,h}: use the
  macro.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-06-13 11:34:56 +00:00
..
backward * include/ruby/backward/util.h: Good-by Borland-C. 2015-10-18 05:41:34 +00:00
backward.h Integer unification macro 2016-06-13 11:34:56 +00:00
debug.h
defines.h * include/ruby/defines.h (GCC_VERSION_SINCE): Fix logic error by 2016-06-10 16:47:05 +00:00
encoding.h Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ 2016-05-20 12:29:06 +00:00
intern.h * include/ruby/intern.h: Remove excess semicolons in PUREFUNC(). 2016-06-08 11:36:57 +00:00
io.h * configure.in: check function attirbute const and pure, 2016-05-08 17:44:51 +00:00
missing.h missing.h: isfinite 2016-05-23 12:33:39 +00:00
oniguruma.h * string.c: New static function rb_str_ascii_casemap; special-casing 2016-06-08 12:28:42 +00:00
re.h re.c: rb_reg_region_copy 2014-12-01 21:30:58 +00:00
regex.h
ruby.h Integer unification macro 2016-06-13 11:34:56 +00:00
st.h * configure.in: check function attirbute const and pure, 2016-05-08 17:44:51 +00:00
subst.h
thread.h
thread_native.h
util.h * include/ruby/util.h: remove a warning suppression C4723 2015-11-30 20:27:52 +00:00
version.h version.h (RUBY_VERSION): 2.4.0 development has started. 2015-12-25 12:40:38 +00:00
vm.h
win32.h * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements new 2016-05-02 14:05:19 +00:00