summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-29array.c: use rb_check_array_typenobu
2017-08-29* remove trailing spaces.svn
2017-08-29Merge rdoc-6.0.0.beta1.hsbt
2017-08-29array.c: nested encodingnobu
2017-08-29array.c: join encodingnobu
2017-08-29Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt
2017-08-29test/ruby: tweaked heredocsnobu
2017-08-29fix error message.ko1
2017-08-29.gitignore: ignore run.gdbsonots
2017-08-29resolv.rb: remove unnecessary require statementglass
2017-08-28win32.c: fix function pointernobu
2017-08-28* 2017-08-29svn
2017-08-28Increase STACKFRAME_FOR_CALL_CFUNCnaruse
2017-08-28compile.c: compile_ifnobu
2017-08-28[DOC] Fix typo in rdoc of `transform_values!` [ci skip]kazu
2017-08-28string.c: fix potential bug in String#splitglass
2017-08-28Merge rubygems-2.6.13.hsbt
2017-08-28lib/csv.rb: refactor and optimize. This changeglass
2017-08-27compile.c: compile_ensurenobu
2017-08-27compile.c: compile_resbodynobu
2017-08-27* 2017-08-28svn
2017-08-27compile.c: compile_rescuenobu
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-26* ext/win32ole/win32ole.c (fole_initialize): support licensed COM server. Tha...suke
2017-08-26vcs.rb: refresh after dcommitnobu
2017-08-26* 2017-08-27svn
2017-08-26NEWS: Thread#name= on Windows [ci skip]nobu
2017-08-26win32.c: fix return valuenobu
2017-08-26thread_win32.c: set thread namenobu
2017-08-25* 2017-08-26svn
2017-08-25`$IGNORECASE` is no longer effective. [ci skip]kazu
2017-08-25csv.rb: optimize CSV::Table#to_a and #to_csvglass
2017-08-25compile.c: unreachable chunknobu
2017-08-25compile.c: useless jump eliminationnobu
2017-08-25* 2017-08-25svn
2017-08-25compile.c: moved comments [ci skip]nobu
2017-08-24compile.c: show failed instructionsnobu
2017-08-24* 2017-08-24svn
2017-08-24compile.c: free before adjust errornobu
2017-08-23gc.c: restore cfp at finalizernobu
2017-08-23skip unless finalizers runnobu
2017-08-23gc.c: run all finalizersnobu
2017-08-23* 2017-08-23svn
2017-08-23remove debug code.ko1
2017-08-22parse.y: primary should not be 0nobu
2017-08-22Fixed regression to convert blank value at r45497.hsbt
2017-08-22Gracefully handle CSV IO when file descriptor closed.hsbt
2017-08-22Fixed equality method fails when given the object that doesn't support table ...hsbt
2017-08-22Fixed to write_headers option behavior when given no rows.hsbt
2017-08-22Escape skip_lines string before convert to Regexp.hsbt