aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove RNODE cast from NODE utility functionsmame2017-11-043-13/+9
* Rename imemo_strterm to imemo_parser_strtermmame2017-11-044-16/+16
* ext/objspace/objspace.c: add imemo_strtermmame2017-11-041-0/+1
* Remove NODE-related pieces of code from GCmame2017-11-043-187/+21
* Make Ripper use NODE buffermame2017-11-041-20/+27
* Fix the alignment bug of r60634 for LLP64mame2017-11-041-16/+31
* Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""mame2017-11-043-53/+86
* openssl: pull test case from upstream commit 62af0446569arhe2017-11-041-23/+14
* Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"mame2017-11-043-86/+53
* Replace NODE_STRTERM and NODE_HEREDOC with imemo_strtermmame2017-11-043-53/+86