aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* file.c: preserve encodingnobu2017-06-031-0/+3
* test/ruby/test_require.rb: remove duplicate assertionnobu2017-06-031-7/+0
* test_require.rb: untouch default internal encodingnobu2017-06-031-2/+5
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+1
* test_require.rb: assert_require_insecure_pathnobu2017-06-021-17/+48
* test_require.rb: fallback encodingnobu2017-06-021-1/+2
* test_require.rb: filesystem encodingnobu2017-06-021-2/+2
* file.c: preserve encodingnobu2017-06-021-0/+22
* fix failure on r58981ko12017-06-011-1/+1
* enum.c: check if reenterednobu2017-05-301-0/+16
* test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu2017-05-301-1/+2
* test/ruby/test_io.rb: adjust CPU usage check to 10%normal2017-05-281-1/+2
* test for IO.copy_stream CPU usage (r58534)normal2017-05-271-0/+12
* apply timeout scaleko12017-05-271-1/+1
* numeric.c: fix for small numbernobu2017-05-271-0/+4
* dir.c: yield without base partnobu2017-05-261-4/+4
* use timeout scale.ko12017-05-251-2/+2
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-251-0/+10
* dir.c: Dir.each_child and Dir.childrennobu2017-05-251-2/+12
* test_dir.rb: test Dir.entriesnobu2017-05-251-0/+1
* string.c: fix String#crypt leak introduced in r58866normal2017-05-241-0/+4
* enum.c: respect method visibilitynobu2017-05-241-0/+19
* test_enum.rb: test_inject_array_op_redefinednobu2017-05-241-7/+16
* duplicate methodnobu2017-05-241-5/+0
* skip on Solaris 11naruse2017-05-231-0/+4
* Dir as base optionnobu2017-05-231-0/+6
* test_dir.rb: sortnobu2017-05-231-1/+1
* Dir.glob base optionnobu2017-05-231-0/+6
* string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar2017-05-211-0/+14
* test_string.rb,test_symbol.rb: add some testsstomar2017-05-212-1/+8
* compile.c: fix catch-table labels optimizationnobu2017-05-201-0/+8
* fix off-by-one in r58806normal2017-05-191-1/+1
* test/ruby/test_io.rb: new test for IO.select exception setnormal2017-05-191-0/+12
* Merge latest dtoa.c [Bug #13545]naruse2017-05-191-0/+2
* test_dir_m17n.rb: read in filesystem encodingnobu2017-05-171-3/+3
* test_process.rb: compare in UTF-8nobu2017-05-161-2/+3
* object.c: use a sized enumerator with #yield_selfnobu2017-05-141-1/+3
* array.c: fix position in messagenobu2017-05-121-0/+1
* array.c: check position to insertnobu2017-05-121-0/+1
* test_exception.rb: test_machine_stackoverflow_by_tracenobu2017-05-102-24/+24
* parse.y: brace after literal argnobu2017-05-091-0/+10
* parse.y: do after cmdarg in parennobu2017-05-091-0/+4
* test_syntax.rb: test_brace_after_local_variablenobu2017-05-091-0/+9
* variable.c: cleanup waitq upon thread deathnormal2017-05-072-0/+25
* make Integer#{round,floor,ceil,truncate} always return integerstomar2017-05-061-8/+20
* parse.y: make shared string modifiablenobu2017-05-041-0/+10
* object.c: Kernel#yield_selfnobu2017-05-011-0/+8
* node.h: sign-extendnobu2017-04-291-0/+10
* parse.y: fix line in rescuenobu2017-04-281-0/+13
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-2/+2