summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-05-30enum.c: check if reenterednobu
2017-05-30test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu
2017-05-28test/ruby/test_io.rb: adjust CPU usage check to 10%normal
2017-05-27test for IO.copy_stream CPU usage (r58534)normal
2017-05-27apply timeout scaleko1
2017-05-27numeric.c: fix for small numbernobu
2017-05-26dir.c: yield without base partnobu
2017-05-25use timeout scale.ko1
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-25test_dir.rb: test Dir.entriesnobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-24enum.c: respect method visibilitynobu
2017-05-24test_enum.rb: test_inject_array_op_redefinednobu
2017-05-24duplicate methodnobu
2017-05-23skip on Solaris 11naruse
2017-05-23Dir as base optionnobu
2017-05-23test_dir.rb: sortnobu
2017-05-23Dir.glob base optionnobu
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar
2017-05-20compile.c: fix catch-table labels optimizationnobu
2017-05-19fix off-by-one in r58806normal
2017-05-19test/ruby/test_io.rb: new test for IO.select exception setnormal
2017-05-19Merge latest dtoa.c [Bug #13545]naruse
2017-05-17test_dir_m17n.rb: read in filesystem encodingnobu
2017-05-16test_process.rb: compare in UTF-8nobu
2017-05-14object.c: use a sized enumerator with #yield_selfnobu
2017-05-12array.c: fix position in messagenobu
2017-05-12array.c: check position to insertnobu
2017-05-10test_exception.rb: test_machine_stackoverflow_by_tracenobu
2017-05-09parse.y: brace after literal argnobu
2017-05-09parse.y: do after cmdarg in parennobu
2017-05-09test_syntax.rb: test_brace_after_local_variablenobu
2017-05-07variable.c: cleanup waitq upon thread deathnormal
2017-05-06make Integer#{round,floor,ceil,truncate} always return integerstomar
2017-05-04parse.y: make shared string modifiablenobu
2017-05-01object.c: Kernel#yield_selfnobu
2017-04-29node.h: sign-extendnobu
2017-04-28parse.y: fix line in rescuenobu
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-26error.c: send as a single stringnobu
2017-04-25add timeout.ko1
2017-04-25no longer rescue exceptions of #<=> when initializing a Rangeeregon
2017-04-25no longer rescue exceptions of #coerce in Integer#steperegon
2017-04-25no longer rescue exceptions in numeric comparison operationseregon
2017-04-25load.c: backtrace of circular requirenobu
2017-04-24parse.y: args tail at errornobu
2017-04-23Fix space flag when Inf/NaN and width==3nobu