aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 2017-11-04svn2017-11-041-1/+1
* load from relative path to __FILE__nobu2017-11-041-1/+1
* Fix a typo [ci skip]kazu2017-11-031-1/+1
* * ext/win32ole/lib/win32ole.rb :add WIN32OLE#methods. WIN32OLE might worksuke2017-11-031-0/+25
* node.c: Add some commentsyui-knk2017-11-031-2/+2
* node.c: Fix possible alignment bugsyui-knk2017-11-031-2/+2
* node.h: Remove obsolete commentyui-knk2017-11-031-1/+1
* test/ruby/test_eval.rb: use orphan procsnobu2017-11-031-3/+10
* io.c: improve docs for the chomp optionstomar2017-11-021-6/+12
* NEWS: add entry for Psychstomar2017-11-021-0/+4
* NEWS: fix grammarstomar2017-11-021-3/+3