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/internal/core
Nobuyoshi Nakada 8918a9cf6c Removed rb_cData entity
* Use the wrapper of rb_cObject instead of data access
* Replaced rest of extentions
* Updated the version guard for Data
* Added the version guard of rb_cData
2020-12-22 02:51:49 +09:00
..
rarray.h RARRAY_AREF: convert into an inline function 2020-08-15 12:09:26 +09:00
rbasic.h Added parentheses to silence sizeof-array-div warnings [Bug #17385] 2020-12-12 14:25:30 +09:00
rbignum.h
rclass.h
rdata.h Removed rb_cData entity 2020-12-22 02:51:49 +09:00
rfile.h
rhash.h
rmatch.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
robject.h remove rb_obj_iv_index_tbl 2020-10-17 08:18:04 +09:00
rregexp.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
rstring.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
rstruct.h
rtypeddata.h Ractor.make_shareable(obj) 2020-10-21 07:59:24 +09:00