aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parse.y: remove in_singlenobu2017-11-081-15/+11
* Fix typos in rdocknu2017-11-081-3/+2
* Omit first argument of NEW_CASE2yui-knk2017-11-082-2/+2
* hash.c: improve docs for Hash#slicestomar2017-11-071-5/+4
* string.c: improve docs for String#{concat,<<}stomar2017-11-071-6/+8
* pathname.c: improve docs for Pathnamestomar2017-11-071-3/+3
* http.rb: improve docsstomar2017-11-071-5/+5
* socket.c,tcpsocket.c: improve deprecation noticesstomar2017-11-072-12/+12
* vm_dump.c: [DOC] fix grammarstomar2017-11-071-1/+1
* string.c: fix typosstomar2017-11-071-2/+2
* file.c: improve docs for File#pathstomar2017-11-071-2/+3
* ext/socket/ifaddr.c: [DOC] fix typostomar2017-11-071-1/+1
* etc.c: improve docs for sysconfdirstomar2017-11-071-3/+3
* README.md: fix typos and grammarstomar2017-11-071-3/+3
* NEWS: clarify "ubygems.rb" entrystomar2017-11-071-1/+1
* * 2017-11-08svn2017-11-071-1/+1
* refinements.rdoc: improve docsstomar2017-11-071-3/+4
* disable GC.ko12017-11-071-4/+9
* tool/runruby.rb: fix RUNRUBY_USE_GDB casenobu2017-11-071-2/+6
* `th` is not used.ko12017-11-071-7/+7
* th->ec: dtraceko12017-11-075-31/+31
* `rb_execution_context_t *` should not be `th`ko12017-11-073-4/+4
* Symptomatic treatment for `rb_thread_terminate_all` freezemame2017-11-071-1/+4
* 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