summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-07th->ec: rb_load_internal0ko1
2017-11-07fix commentko1
2017-11-07* eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.ko1
2017-11-07* vm_eval.c (rescue_funcall_args): th->ecko1
2017-11-07Add details on the min/time parameters to the rdocknu
2017-11-07* eval_intern.h: rename macros rb_thread_raised_* toko1
2017-11-07rename to rb_ec_set_raised().ko1
2017-11-07use GET_VM()ko1
2017-11-07use GET_EC() directlyko1
2017-11-07* vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`.ko1
2017-11-07move `rb_thread_t::method_missing_reason` to ec.ko1
2017-11-07remove `rb_postponed_job_t::th`.ko1
2017-11-07rename because it doesn't receive `th`.ko1
2017-11-07th->ec: rb_threadptr_reset_raised()ko1
2017-11-07* 2017-11-07svn
2017-11-07prepare local variables (th and vm).ko1
2017-11-06use `GET_EC()` directly.ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-11-06show the location at intterruptedko1
2017-11-06renmae ec::fiber to ec::fiber_ptr.ko1
2017-11-06Merge RubyGems 2.7.1.hsbt
2017-11-05enum.c: check argument firstnobu
2017-11-05test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu
2017-11-05Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre
2017-11-05lexer.rb: Ripper::Lexer::Statenobu
2017-11-05runruby.rb: add -C/--chdir optionnobu
2017-11-05* 2017-11-06svn
2017-11-05Modify spell miss.kazu
2017-11-05runruby.rb: support run.gdb by --debugger optionnobu
2017-11-05Revert "Introduce rb_code_range_t and replace YYLTYPE with it"mame
2017-11-05ext/win32ole/lib/win32ole.rb (metods): rescue WIN32OLEQueryInterfaceError.suke
2017-11-05test/win32ole/test_win32ole_method.rb: remove redundant assertions.suke
2017-11-05* ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.suke
2017-11-04Workaround Travis CI issue by hardcoding localhosteregon
2017-11-04Introduce rb_code_range_t and replace YYLTYPE with itmame
2017-11-04parse.y: fix duplicate symbolnobu
2017-11-04* 2017-11-05svn
2017-11-04Introduce `rb_code_location_t`mame
2017-11-04gc.c: UNEXPECTED_NODEnobu
2017-11-04Avoid usage of the magic number `(NODE*)-1`mame
2017-11-04compile.c (setup_args): Fix a typoyui-knk
2017-11-04gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODEmame
2017-11-04parse.y (new_args_tail_gen): returns a NODE instead of imemomame
2017-11-04test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame
2017-11-04parse.y: suppress warning in rippernobu
2017-11-04parse.y: suppress warningsnobu
2017-11-04Remove RNODE cast from NODE utility functionsmame
2017-11-04Rename imemo_strterm to imemo_parser_strtermmame
2017-11-04ext/objspace/objspace.c: add imemo_strtermmame
2017-11-04Remove NODE-related pieces of code from GCmame