summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-07etc.c: improve docs for sysconfdirstomar
2017-11-07README.md: fix typos and grammarstomar
2017-11-07NEWS: clarify "ubygems.rb" entrystomar
2017-11-07* 2017-11-08svn
2017-11-07refinements.rdoc: improve docsstomar
2017-11-07disable GC.ko1
2017-11-07tool/runruby.rb: fix RUNRUBY_USE_GDB casenobu
2017-11-07`th` is not used.ko1
2017-11-07th->ec: dtraceko1
2017-11-07`rb_execution_context_t *` should not be `th`ko1
2017-11-07Symptomatic treatment for `rb_thread_terminate_all` freezemame
2017-11-07th->ec: vm_once_dispatch.ko1
2017-11-07th->ec: rb_threadptr_setup_exceptionko1
2017-11-07fix prefix `ruby_...()` to `rb_...()`.ko1
2017-11-07* vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko1
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