summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use C99-defined signbit macroNobuyoshi Nakada2021-08-271-4/+0
* Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada2021-08-272-43/+3
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-251-2/+0
* Moved rb_deprecate_constant declaration [Feature #18051]Nobuyoshi Nakada2021-08-241-0/+1
* Moved rb_int_positive_pow declaration [Feature #18051]Nobuyoshi Nakada2021-08-241-0/+1
* Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada2021-08-241-0/+4
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-0/+2
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-231-2/+0
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-151-0/+1
* A comment for typed data in `rb_check_type` [ci skip]Nobuyoshi Nakada2021-08-141-3/+1
* Rename labels in `Check_Type` more descriptiveNobuyoshi Nakada2021-08-141-11/+5
* Mark `rb_unexpected_type` as "cold" [Bug #18062]Nobuyoshi Nakada2021-08-131-1/+1
* Indicate the slow path of `Check_Type` never return [Bug #18062]Nobuyoshi Nakada2021-08-131-1/+7
* RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+卜部昌平2021-08-121-1/+1
* VC warns the same attribute used more than onceNobuyoshi Nakada2021-08-091-1/+1
* Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada2021-08-092-3/+3
* Deprecate rb_iterate in C++Nobuyoshi Nakada2021-08-091-0/+2
* Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada2021-08-092-2/+10
* Suppress warnings in C++2aNobuyoshi Nakada2021-08-092-2/+2
* gcc 10.3.0 says "__VA_OPT__ is not available until C++2a"Nobuyoshi Nakada2021-08-011-0/+6
* Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada2021-08-011-2/+2
* Emit deprecatation warnings for rb_iterate()Benoit Daloze2021-07-161-0/+1
* rb_interned_id_p: does not exist卜部昌平2021-07-151-1/+0
* rb_enc_casefold: does not exist卜部昌平2021-07-151-1/+0
* Get `ruby_nonempty_memcpy` to have C linkagextkoba2021-07-131-0/+2
* Expose `rb_obj_is_fiber`.Samuel Williams2021-07-131-0/+1
* Disable RBIMPL_ATTR_DEPRECATED for Coverity Scan buildYusuke Endoh2021-06-261-1/+5
* Revert deprecations for nowNobuyoshi Nakada2021-06-231-3/+3
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-222-2/+7
* Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams2021-06-221-0/+3
* Add a cache for class variableseileencodes2021-06-181-0/+1
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-2/+4
* Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams2021-06-141-0/+2
* Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.Samuel Williams2021-06-031-4/+9
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-1/+0
* Add a cache for class variableseileencodes2021-05-111-0/+1
* Removed missing/dup2.cNobuyoshi Nakada2021-05-101-4/+0
* rb_fiber_new_kw: doesn't exist卜部昌平2021-05-101-1/+0
* Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada2021-05-071-1/+1
* Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House2021-05-061-0/+2
* Fix compilation errors for c99Peter Zhu2021-05-041-1/+1
* Fix -Wundef warnings for RBIMPL_HAS_BUILTINBenoit Daloze2021-05-041-0/+15
* HAVE_* macros should not be defined with value 0Benoit Daloze2021-05-042-5/+1
* Add RBIMPL_RVALUE_EMBED_LEN_MAX neeeded by internal/bignum.hBenoit Daloze2021-05-041-2/+3
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* Fix some typos by spell checkerRyuta Kamizono2021-04-265-6/+6
* rb_hash_free(): has never existed.卜部昌平2021-04-161-1/+0
* Inline LONG_LONG conversionsNobuyoshi Nakada2021-04-131-3/+26
* workaround MSVC error卜部昌平2021-04-131-6/+6
* dependency updates卜部昌平2021-04-137-7/+0