summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-08-27Use C99-defined signbit macroNobuyoshi Nakada
2021-08-27Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada
2021-08-25[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-24Moved rb_deprecate_constant declaration [Feature #18051]Nobuyoshi Nakada
2021-08-24Moved rb_int_positive_pow declaration [Feature #18051]Nobuyoshi Nakada
2021-08-24Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada
2021-08-23Revert "[Feature #18045] Implement size classes for GC"Peter Zhu
2021-08-23[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-14A comment for typed data in `rb_check_type` [ci skip]Nobuyoshi Nakada
2021-08-14Rename labels in `Check_Type` more descriptiveNobuyoshi Nakada
2021-08-13Mark `rb_unexpected_type` as "cold" [Bug #18062]Nobuyoshi Nakada
2021-08-13Indicate the slow path of `Check_Type` never return [Bug #18062]Nobuyoshi Nakada
2021-08-12RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+卜部昌平
2021-08-09VC warns the same attribute used more than onceNobuyoshi Nakada
2021-08-09Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada
2021-08-09Deprecate rb_iterate in C++Nobuyoshi Nakada
2021-08-09Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada
2021-08-09Suppress warnings in C++2aNobuyoshi Nakada
2021-08-01gcc 10.3.0 says "__VA_OPT__ is not available until C++2a"Nobuyoshi Nakada
2021-08-01Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada
2021-07-16Emit deprecatation warnings for rb_iterate()Benoit Daloze
2021-07-15rb_interned_id_p: does not exist卜部昌平
2021-07-15rb_enc_casefold: does not exist卜部昌平
2021-07-13Get `ruby_nonempty_memcpy` to have C linkagextkoba
2021-07-13Expose `rb_obj_is_fiber`.Samuel Williams
2021-06-26Disable RBIMPL_ATTR_DEPRECATED for Coverity Scan buildYusuke Endoh
2021-06-23Revert deprecations for nowNobuyoshi Nakada
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-22Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams
2021-06-18Add a cache for class variableseileencodes
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-14Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams
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-10Removed missing/dup2.cNobuyoshi Nakada
2021-05-10rb_fiber_new_kw: doesn't exist卜部昌平
2021-05-07Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada
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-04HAVE_* macros should not be defined with value 0Benoit 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卜部昌平