summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-27rb_catch now free from ANYARGS卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-27rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平
2019-08-27rb_iterate now takes rb_block_call_func_t卜部昌平
2019-08-27decouple compile.c usage of imemo_ifunc卜部昌平
2019-08-27#define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平
2019-08-27fix function prototype mismatch of rb_block_call卜部昌平
2019-08-27delete rb_method_defined_by declaration.卜部昌平
2019-08-27Revert "Explain which test task"Nobuyoshi Nakada
2019-08-27.github/workflows/coverage.yml: add a cron job for coverage in ActionsYusuke Endoh
2019-08-27Explain which test taskNobuyoshi Nakada
2019-08-27Use array indexing with considering clang's feelingNobuyoshi Nakada
2019-08-27compile.c: remove const from the first argument of dladdrYusuke Endoh
2019-08-27signal.c: Don't mark ruby_abort as NORETURN on SolarisYusuke Endoh
2019-08-27Fix the appropriate C++ compiler in OS X selectionKazuhiro NISHIYAMA
2019-08-27Added license comment [Bug #12230] [ci skip]Nobuyoshi Nakada
2019-08-27Remove duplicated delegationaycabta
2019-08-27Delegete an instance method to a class method correctlyaycabta
2019-08-26this iv table should also use the new update functionAaron Patterson
2019-08-27Save value to @ambiguous_width because of a accessoraycabta
2019-08-27Pick lib/readline.rb from ruby/relineaycabta
2019-08-27The "private" doesn't make sence for class methods and a constantaycabta
2019-08-27Use preposing "private" to define methodsaycabta
2019-08-27Adjust method forwardings of Relineaycabta
2019-08-26Try only updating hash value referencesAaron Patterson
2019-08-26Make `gc_update_table_refs` match `mark_tbl_no_pin` a little more closelyAaron Patterson
2019-08-27Fix use_lib_reline for test/readlineaycabta
2019-08-27Remove .freeze.manga_osyo
2019-08-27Add test with encoding.manga_osyo
2019-08-27Change to test file path.manga_osyo
2019-08-27Add support Windows in CI.manga_osyo
2019-08-27Add test reline.manga_osyo
2019-08-27Fix `Reline::Windows`.manga_osyo
2019-08-27Refactoring Reline.manga_osyo
2019-08-27Fix reference core method.manga_osyo
2019-08-27Remove test_mode in `lib/reline`.manga_osyo
2019-08-27Refactoring Reline accessor.manga_osyo
2019-08-27* 2019-08-27 [ci skip]git
2019-08-27Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans
2019-08-27Move private call without arguments inside methodJeremy Evans
2019-08-26Expand JOBS instead of meaningless export (#2402)Kazuhiro NISHIYAMA
2019-08-26Limit ChangeLog entriesNobuyoshi Nakada
2019-08-26Show MFLAGS to check `Set ENV` in .github/workflows/ubuntu.ymlKazuhiro NISHIYAMA
2019-08-26CPPFLAGS is not needed for linkNobuyoshi Nakada
2019-08-26Moved INCFLAGS to XCFLAGS from CPPFLAGS as well as mswinNobuyoshi Nakada
2019-08-26Add INCFLAGS for fake.rbNobuyoshi Nakada
2019-08-26Removed unnecessary flags for fake.rbNobuyoshi Nakada
2019-08-26Added in-srcdir macro [ci skip]Nobuyoshi Nakada
2019-08-26uid_t and gid_t are narrower than VALUE.卜部昌平
2019-08-26rb_mjit_header.h is not worth documenting [ci skip]卜部昌平