aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill OBJ_TAINT etc.卜部昌平2021-01-271-25/+8
* fix OBJ_UNTRUST etc.卜部昌平2021-01-271-2/+2
* Add compaction notes for class/module creation C APIsAlan Wu2021-01-261-0/+4
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-194-4/+4
* Define printf qualifier prefix fallbacksNobuyoshi Nakada2021-01-115-0/+26
* Fixed a typo [Bug #17522]Tee KOBAYASHI2021-01-091-1/+1
* expose some C-APIs for ractorKoichi Sasada2021-01-061-3/+4
* Fixed dangling imemo_tmpbufNobuyoshi Nakada2021-01-021-2/+3
* Fixed missing NORETURN on rb_mod_const_missingNobuyoshi Nakada2020-12-311-1/+1
* Defined RBIMPL_ATTR_DEPRECATED_INTERNALNobuyoshi Nakada2020-12-311-12/+12
* Replaced deprecation macrosNobuyoshi Nakada2020-12-301-28/+21
* win32: Declared wait and fixed the return typeNobuyoshi Nakada2020-12-271-1/+2