summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2018-12-14rename li_table->ar_table (and related names).ko1
2018-12-12complex.c: new APIs for Complexnobu
2018-12-12complex.c: rb_complex_new_polarnobu
2018-12-12enumerator.c: rb_arithmetic_sequence_extractmrkn
2018-12-06Add missing declaration to exportnaruse
2018-12-06Should be true fix for r66200naruse
2018-12-06refix of r66200naruse
2018-12-06fix r66200 againnaruse
2018-12-05Revert "fix typoe of r66200"normal
2018-12-05fix typoe of r66200naruse
2018-12-04Add prototype of rb_ary_ptr_use_start()naruse
2018-12-03make `RARRAY_PTR_USE` more conservertive.ko1
2018-12-03process.c (rb_execarg_init): mark as staticnormal
2018-11-27Add rb_typeddata_is_instance_ofnobu
2018-11-26process.c: avoid dlclose before execk0kubun
2018-11-26Revert "process.c: try to workaroun SEGV by r65994"k0kubun
2018-11-26process.c: try to workaroun SEGV by r65994k0kubun
2018-11-26process.c: finish MJIT prior to #execk0kubun
2018-11-19revert r65807k0kubun
2018-11-19internal.h: resurrect --disable-mjit-supportk0kubun
2018-11-19process.c: do not run signal handler before forkk0kubun
2018-11-12vm_insnhelper.c: avoid division by zeroshyouhei
2018-11-07suppress GCC warning about unknown sanitizersshyouhei
2018-11-06workaround C++ism in ASAN header shyouhei
2018-11-06cont.c: direct use of rb_thread_tshyouhei
2018-11-06adopt sanitizer APIshyouhei
2018-11-06do not delete function declarations in case of non-sanitizing buildsshyouhei
2018-11-06annotate functions to blacklist MSANshyouhei
2018-11-06Fixed compile error introduced at r65558usa
2018-11-06gc.c: move ASAN check to configureshyouhei
2018-11-04complex.c: rb_dbl_complex_polar_pinobu
2018-11-03expose `rb_ary_detransient`.ko1
2018-11-03internal.h: RHASH_ARRAY_SIZE_RAW value is unsignednobu
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30fix type.ko1
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30support theap for T_STRUCT.ko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30process.c: implement rb_f_system without toggling ruby_nocldwaitnormal
2018-10-30revert r65434normal
2018-10-29process.c: implement rb_f_system without toggling ruby_nocldwaitnormal
2018-10-20add disabling MJIT features option.ko1
2018-10-20ext/coverage/: add the oneshot modemame
2018-10-20complex.c: small optimization of Complex#**nobu
2018-10-07vm_core.h: fix inconsistent prototype declarationsk0kubun