aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* th->ec: vm_once_dispatch.ko12017-11-072-4/+5
* th->ec: rb_threadptr_setup_exceptionko12017-11-073-10/+9
* fix prefix `ruby_...()` to `rb_...()`.ko12017-11-071-12/+12
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-072-18/+5
* th->ec: rb_load_internal0ko12017-11-071-11/+12
* fix commentko12017-11-071-1/+1
* * eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.ko12017-11-071-2/+2
* * vm_eval.c (rescue_funcall_args): th->ecko12017-11-071-3/+3
* Add details on the min/time parameters to the rdocknu2017-11-071-0/+13
* * eval_intern.h: rename macros rb_thread_raised_* toko12017-11-078-29/+27
* rename to rb_ec_set_raised().ko12017-11-075-8/+8
* use GET_VM()ko12017-11-071-1/+1
* use GET_EC() directlyko12017-11-071-2/+1
* * vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`.ko12017-11-071-11/+11
* move `rb_thread_t::method_missing_reason` to ec.ko12017-11-073-8/+8
* remove `rb_postponed_job_t::th`.ko12017-11-071-11/+9
* rename because it doesn't receive `th`.ko12017-11-071-3/+3
* th->ec: rb_threadptr_reset_raised()ko12017-11-075-36/+36
* * 2017-11-07svn2017-11-071-1/+1
* prepare local variables (th and vm).ko12017-11-071-8/+10
* use `GET_EC()` directly.ko12017-11-061-4/+4
* move rb_thread_t::interrupt_flag and maskko12017-11-0613-111/+117
* show the location at intterruptedko12017-11-061-0/+1
* renmae ec::fiber to ec::fiber_ptr.ko12017-11-064-39/+34
* Merge RubyGems 2.7.1.hsbt2017-11-062-2/+6
* enum.c: check argument firstnobu2017-11-053-8/+13
* test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu2017-11-051-0/+7
* Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre2017-11-052-0/+8
* lexer.rb: Ripper::Lexer::Statenobu2017-11-052-28/+14
* runruby.rb: add -C/--chdir optionnobu2017-11-051-1/+10
* * 2017-11-06svn2017-11-051-1/+1
* Modify spell miss.kazu2017-11-051-1/+1
* runruby.rb: support run.gdb by --debugger optionnobu2017-11-051-11/+30
* Revert "Introduce rb_code_range_t and replace YYLTYPE with it"mame2017-11-052-665/+794
* ext/win32ole/lib/win32ole.rb (metods): rescue WIN32OLEQueryInterfaceError.suke2017-11-052-5/+18
* test/win32ole/test_win32ole_method.rb: remove redundant assertions.suke2017-11-051-2/+0
* * ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.suke2017-11-054-4/+6
* Workaround Travis CI issue by hardcoding localhosteregon2017-11-041-1/+1
* Introduce rb_code_range_t and replace YYLTYPE with itmame2017-11-042-794/+665
* parse.y: fix duplicate symbolnobu2017-11-041-0/+2
* * 2017-11-05svn2017-11-041-1/+1
* Introduce `rb_code_location_t`mame2017-11-042-9/+13
* gc.c: UNEXPECTED_NODEnobu2017-11-041-11/+10
* Avoid usage of the magic number `(NODE*)-1`mame2017-11-044-20/+23
* compile.c (setup_args): Fix a typoyui-knk2017-11-041-1/+1
* gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODEmame2017-11-041-3/+3
* parse.y (new_args_tail_gen): returns a NODE instead of imemomame2017-11-041-3/+5
* test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame2017-11-041-1/+1
* parse.y: suppress warning in rippernobu2017-11-041-0/+2
* parse.y: suppress warningsnobu2017-11-041-11/+8