aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-272-1/+73
* error.c: send as a single stringnobu2017-04-261-0/+4
* add timeout.ko12017-04-251-2/+11
* no longer rescue exceptions of #<=> when initializing a Rangeeregon2017-04-251-0/+8
* no longer rescue exceptions of #coerce in Integer#steperegon2017-04-252-3/+3
* no longer rescue exceptions in numeric comparison operationseregon2017-04-251-6/+4
* load.c: backtrace of circular requirenobu2017-04-251-5/+29
* parse.y: args tail at errornobu2017-04-241-0/+7
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-0/+52
* test_file_exhaustive.rb: check case-sensitive fsnobu2017-04-221-2/+4
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-213-19/+0
* use correct synchronization.ko12017-04-201-6/+6
* Move test_extlibs.rb because it's not the test of ruby itselfusa2017-04-201-85/+0
* compile.c: wrong optimizationnobu2017-04-181-0/+43
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* should not return.ko12017-04-171-1/+1
* eval.c: copy before cause setupnobu2017-04-171-0/+7
* test_integer.rb: simplify teststomar2017-04-161-8/+5
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* bignum.c: fix inexact estimationnobu2017-04-151-0/+12
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* increase timeout seconds.ko12017-04-141-1/+1
* Terminate created threads.ko12017-04-131-0/+2
* thread.c: disable VM events when stack overflownobu2017-04-131-0/+15
* fix TracePoint#return_value with non-local exitsko12017-04-061-0/+142
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-066-9/+9
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+21
* test/ruby/test_optimization.rb: quiet warningsnormal2017-04-011-3/+3