summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-10-23io.c: fix infinite retrynobu
2017-10-23io.c: fix buffered outputnobu
2017-10-23io.c: no restrictionnobu
2017-10-22Fixed misspelling words.hsbt
2017-10-22Fix a target method of a testyui-knk
2017-10-22sort test resultnaruse
2017-10-22Make IO#write accept multiple argumentsglass
2017-10-22sort the test resultnaruse
2017-10-22Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse
2017-10-22parse.y: workaround for warningsnobu
2017-10-22Add arity check into Hash#flattenglass
2017-10-21Fix typo in commentsonots
2017-10-21Improve performance of string interpolationnobu
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21The encoding of __FILE__ and __dir__ should be sameusa
2017-10-21Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse
2017-10-21Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-10-21hash.c: Add Hash#sliceglass
2017-10-21assertion for r60225nobu
2017-10-19ruby.c: reject NUL in $0nobu
2017-10-19freeze Complex and Rationalnobu
2017-10-19parse.y: indent at '#'nobu
2017-10-18parse.y: serial comparisonsnobu
2017-10-16test_complex.rb: NaN Complexnobu
2017-10-13error.c: infinite recursion at Warning#warnnobu
2017-10-11revert a part of r60163.ko1
2017-10-11check a thread on TracePoint.ko1
2017-10-11process.c: null byte at initgroupsnobu
2017-10-11parse.y: token info with BOMnobu
2017-10-10io.c: encoding of ARGF.inplace_modenobu
2017-10-10io.c: path name conversion at ARGFnobu
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-10-06proc.c: super_method of included methodnobu
2017-10-02test_call.rb: refine test_safe_callnobu
2017-10-02compile.c: fix stack consitency errornobu
2017-10-02io.c: check null charnobu
2017-10-02test_argf.rb: indent here docsnobu
2017-10-01test_refinement.rb: test for r59946nobu
2017-09-30eval.c: check typenobu
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-29pack.c: unpack "M" may be ASCII onlynobu
2017-09-29array.c: improve operations on small arraysnobu
2017-09-27complex.c: no overflownobu
2017-09-27complex.c: no overflownobu
2017-09-26Suppress warnings by other than self-assignmentsnobu
2017-09-25Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse
2017-09-25test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk