summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
2021-06-03Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.Samuel Williams
2021-05-11Revert "Filling cache values on cvar write"Aaron Patterson
2021-05-11Add a cache for class variableseileencodes
2021-05-10rb_fiber_new_kw: doesn't exist卜部昌平
2021-05-06Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House
2021-05-04Fix compilation errors for c99Peter Zhu
2021-05-04Fix -Wundef warnings for RBIMPL_HAS_BUILTINBenoit Daloze
2021-05-04Add RBIMPL_RVALUE_EMBED_LEN_MAX neeeded by internal/bignum.hBenoit Daloze
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-04-16rb_hash_free(): has never existed.卜部昌平
2021-04-13Inline LONG_LONG conversionsNobuyoshi Nakada
2021-04-13workaround MSVC error卜部昌平
2021-04-13dependency updates卜部昌平
2021-04-13get rid of #pragma GCC diagnostic ignored "-Wundef"卜部昌平
2021-03-23[Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya
2021-03-19Fix typos in rhash.h (#4292)Kenichi Kamiya
2021-03-05rb_sym_interned_p: doesn't exist卜部昌平
2021-02-25rb_random_int: ended before it begins卜部昌平
2021-02-04rb_clear_method_cache_by_class: no longer exist卜部昌平
2021-01-27Update include/ruby/internal/fl_type.h 卜部昌平
2021-01-27include/ruby/internal/fl_type.h: refactor hoist out #if conditions卜部昌平
2021-01-27kill CLONESETUP and DUPSETUP卜部昌平
2021-01-27attributes on enumerators are GCC6-ism卜部昌平
2021-01-27warnings on use of RUBY_FL_TAINT卜部昌平
2021-01-27kill OBJ_TAINT etc.卜部昌平
2021-01-27fix OBJ_UNTRUST etc.卜部昌平
2021-01-26Add compaction notes for class/module creation C APIsAlan Wu
2021-01-19Replace "iff" with "if and only if"Gannon McGibbon
2021-01-11Define printf qualifier prefix fallbacksNobuyoshi Nakada
2021-01-09Fixed a typo [Bug #17522]Tee KOBAYASHI
2021-01-02Fixed dangling imemo_tmpbufNobuyoshi Nakada
2020-12-22rb_cCont: no longer exists卜部昌平
2020-12-22Removed rb_cData entityNobuyoshi Nakada
2020-12-22Data: delete卜部昌平
2020-12-21include/ruby/internal/xmalloc.h: document rb_eNoMemError卜部昌平
2020-12-21include/ruby/internal/xmalloc.h: doxygen tag卜部昌平
2020-12-18Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans
2020-12-18Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans
2020-12-18ruby_set_stack_size: no longer exists卜部昌平
2020-12-17add HAVE_RB_EXT_RACTOR_SAFE macroKoichi Sasada
2020-12-12Signal handler type should be voidNobuyoshi Nakada
2020-12-12Omit checks for C89 standard or laterNobuyoshi Nakada
2020-12-12Added parentheses to silence sizeof-array-div warnings [Bug #17385]Nobuyoshi Nakada
2020-12-09Tweaked `Process::Status.wait`Nobuyoshi Nakada
2020-12-09Removed declaration of non-existent symbolNobuyoshi Nakada
2020-12-09Add support for non-blocking `Process.wait`.Samuel Williams
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Doxygen terminology update [ci skip]卜部昌平
2020-12-07Revert getaddrinfo_a()Masaki Matsushita