aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed a typo in a comment [ci skip]Nobuyoshi Nakada2021-03-071-1/+1
* rb_sym_interned_p: doesn't exist卜部昌平2021-03-051-1/+0
* rb_random_int: ended before it begins卜部昌平2021-02-251-1/+0
* Make global ruby namespace usage explicitMarvin Schmidt2021-02-141-7/+7
* Define macro for fiber/scheduler.hNobuyoshi Nakada2021-02-091-0/+1
* Updated pre-prototype declarationsNobuyoshi Nakada2021-02-091-2/+2
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-0/+40
* rb_clear_method_cache_by_class: no longer exist卜部昌平2021-02-041-1/+0
* Update include/ruby/internal/fl_type.h 卜部昌平2021-01-271-1/+1
* include/ruby/internal/fl_type.h: refactor hoist out #if conditions卜部昌平2021-01-271-9/+11
* kill CLONESETUP and DUPSETUP卜部昌平2021-01-272-14/+18
* attributes on enumerators are GCC6-ism卜部昌平2021-01-271-0/+18
* warnings on use of RUBY_FL_TAINT卜部昌平2021-01-271-2/+14