aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_module.rb: test with UTF-8nobu2014-10-201-1/+4
* vm_insnhelper.c: preserve encodingnobu2014-10-201-0/+5
* * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj2014-10-181-0/+15
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-171-0/+5
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+3
* re.c: mak eregexps with binary escapes ASCII-8BITnobu2014-10-171-0/+3
* Revert r47971, r47972 [ruby-core:65764]normal2014-10-161-1/+1
* Set an encoding for SEGV message.akr2014-10-161-0/+1
* * test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr2014-10-161-1/+2
* test/ruby/test_rubyoptions.rb: fix racenormal2014-10-161-1/+1
* test/ruby/test_process.rb: avoid killing wrong parentnormal2014-10-161-1/+2
* Simplify multiline condition.akr2014-10-151-1/+1
* Simplify a regexp.akr2014-10-151-4/+4
* Unused variable removed.akr2014-10-151-1/+0
* * test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr2014-10-152-3/+16
* enum.c: nil if no iterationnobu2014-10-151-0/+1
* test_rubyoptions.rb: split regexpsnobu2014-10-151-1/+2
* * test/ruby/envutil.rb (assert_regexp_list): New assertion method.akr2014-10-152-10/+34
* Extract assert_segv and split the big regexp.akr2014-10-151-35/+58
* test/ruby/test_optimization.rb (test_string_size): new testnormal2014-10-141-0/+5
* test/ruby/test_optimization.rb: redefinition tests for Stringnormal2014-10-141-0/+19
* test/ruby/test_optimization.rb (test_hash_aset_with): assert assignmentnormal2014-10-141-1/+1
* test new optimizations for redefinesnormal2014-10-141-0/+24
* * enum.c (nmin_run): max(n) and max_by(n) returns an array inakr2014-10-132-5/+5
* parse.y: should not eliminate value nodesnobu2014-10-121-0/+15
* vm.c: precedence of duplicated keysnobu2014-10-111-4/+4
* parse.y: precedence of duplicated keysnobu2014-10-111-0/+4
* * test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt2014-10-081-0/+11
* normalize reference to Timeout::Errornormal2014-10-071-2/+2
* test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira2014-10-071-2/+2
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira2014-10-071-1/+3
* signal.c: get rid of deadlock by discarded signalsnobu2014-10-071-0/+5
* signal.c: send signal unless handlednobu2014-10-061-0/+7
* test_string.rb: enable huge test only on possible platformsnobu2014-10-061-1/+2
* * test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt2014-10-031-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt2014-10-031-1/+9
* test_advice show OS and filesystem when failed.akr2014-10-021-1/+36
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* parse.y: label cannot be followed by a modifiernobu2014-09-231-0/+14
* Fix a typo.akr2014-09-221-1/+1
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-221-27/+72
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* signal.c: SIGEXIT is not a system signalnobu2014-09-211-0/+8
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* test_signal.rb: remove stale testnobu2014-09-211-25/+0
* signal.c: EINVAL is a failurenobu2014-09-211-0/+8
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-202-0/+56
* * .travis.yml: added new configurations for osx on travis ci.hsbt2014-09-201-1/+1
* parse.y: quoted ID keynobu2014-09-201-0/+11