aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop more unused configs from doxygen and coverageTakashi Kokubun2019-08-272-16/+0
* Omit unused matrix strategy from doxygen workflowTakashi Kokubun2019-08-271-4/+0
* Short revision of SVN should be an IntegerNobuyoshi Nakada2019-08-271-1/+1
* Fix rb_thread_create argument typeTakashi Kokubun2019-08-271-1/+1
* Add graphviz for dot commandKazuhiro NISHIYAMA2019-08-271-1/+1
* Doxygen in GitHub Actions (#2406)Yusuke Endoh2019-08-271-0/+62
* delete `$` sign from C identifiers卜部昌平2019-08-274-12/+12
* rb_uninterruptible now free from ANYARGS卜部昌平2019-08-272-2/+2
* struct MEMO now free from ANYARGS卜部昌平2019-08-272-2/+2
* rb_ivar_foreach now free from ANYARGS卜部昌平2019-08-272-6/+8
* rb_hash_foreach now free from ANYARGS卜部昌平2019-08-275-20/+34
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-2710-60/+94
* struct st_hash_type now free from ANYARGS卜部昌平2019-08-272-5/+22
* st_foreach now free from ANYARGS卜部昌平2019-08-278-19/+33
* rb_thread_create now free from ANYARGS卜部昌平2019-08-274-5/+5
* rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平2019-08-275-13/+13
* rb_catch now free from ANYARGS卜部昌平2019-08-273-7/+7
* rb_ensure now free from ANYARGS卜部昌平2019-08-2717-37/+62
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-278-18/+20
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-273-3/+3
* decouple compile.c usage of imemo_ifunc卜部昌平2019-08-277-36/+56
* #define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平2019-08-273-10/+6
* fix function prototype mismatch of rb_block_call卜部昌平2019-08-271-2/+2
* delete rb_method_defined_by declaration.卜部昌平2019-08-271-1/+0
* Revert "Explain which test task"Nobuyoshi Nakada2019-08-272-4/+4
* .github/workflows/coverage.yml: add a cron job for coverage in ActionsYusuke Endoh2019-08-271-0/+68
* Explain which test taskNobuyoshi Nakada2019-08-272-4/+4
* Use array indexing with considering clang's feelingNobuyoshi Nakada2019-08-271-1/+1
* compile.c: remove const from the first argument of dladdrYusuke Endoh2019-08-271-1/+1
* signal.c: Don't mark ruby_abort as NORETURN on SolarisYusuke Endoh2019-08-271-0/+2
* Fix the appropriate C++ compiler in OS X selectionKazuhiro NISHIYAMA2019-08-271-5/+5
* Added license comment [Bug #12230] [ci skip]Nobuyoshi Nakada2019-08-271-0/+1
* Remove duplicated delegationaycabta2019-08-271-1/+0
* Delegete an instance method to a class method correctlyaycabta2019-08-271-1/+1
* this iv table should also use the new update functionAaron Patterson2019-08-261-1/+1
* Save value to @ambiguous_width because of a accessoraycabta2019-08-271-3/+3
* Pick lib/readline.rb from ruby/relineaycabta2019-08-271-1/+2
* The "private" doesn't make sence for class methods and a constantaycabta2019-08-271-2/+0
* Use preposing "private" to define methodsaycabta2019-08-271-6/+4
* Adjust method forwardings of Relineaycabta2019-08-271-13/+19
* Try only updating hash value referencesAaron Patterson2019-08-261-1/+36
* Make `gc_update_table_refs` match `mark_tbl_no_pin` a little more closelyAaron Patterson2019-08-261-2/+4
* Fix use_lib_reline for test/readlineaycabta2019-08-271-1/+4
* Remove .freeze.manga_osyo2019-08-271-2/+2
* Add test with encoding.manga_osyo2019-08-271-10/+10
* Change to test file path.manga_osyo2019-08-271-0/+0
* Add support Windows in CI.manga_osyo2019-08-271-8/+8
* Add test reline.manga_osyo2019-08-271-0/+242
* Fix `Reline::Windows`.manga_osyo2019-08-271-1/+1
* Refactoring Reline.manga_osyo2019-08-274-634/+323