summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of #pragma GCC diagnostic ignored "-Wundef"卜部昌平2021-04-138-87/+16
* Fix symbol export.Samuel Williams2021-04-101-0/+4
* Disable public interface for now.Samuel Williams2021-03-301-3/+5
* Fix native implementation.Samuel Williams2021-03-301-1/+2
* Add hook for `Timeout.timeout`.Samuel Williams2021-03-301-0/+2
* Removed dln_a_outNobuyoshi Nakada2021-03-241-5/+0
* [Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya2021-03-231-1/+1
* Fix typos in rhash.h (#4292)Kenichi Kamiya2021-03-191-1/+1