aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_object.rb: for r48118nobu2014-10-231-2/+5
* test/-ext-/hash/test_delete.rb: assert deleted valuesnobu2014-10-231-2/+2
* hash.c: rb_hash_delete does not call the blocknobu2014-10-231-0/+19
* test_unicode_normalize.rb: show error messagesnobu2014-10-231-23/+15
* test_object.rb: avoid confusing ruby-mode.elnobu2014-10-231-3/+3
* vm_method.c: no redefinition warnings for undefined methodsnobu2014-10-231-0/+6
* * lib/rexml/source.rb (REXML::IOSource#encoding_updated): Fix akou2014-10-231-0/+9
* * test/rexml/test_encoding.rbkou2014-10-232-2/+2
* * test/rexml/test_encoding.rbkou2014-10-231-1/+1
* test/ruby/test_process.rb: use io/wait instead of timeoutnormal2014-10-231-4/+4
* test/ruby/test_process.rb: ensure exit! on fork failurenormal2014-10-231-2/+6
* class.c: delete expected keywords directlynobu2014-10-221-0/+15
* * test/test_unicode_normalize.rb: set encoding when reading.usa2014-10-221-1/+1
* test/test_unicode_normalize.rb: don't set default encodings globallynobu2014-10-221-2/+0
* * test/test-unicode_normalize.rb: as often said, ruby is sometimes builtusa2014-10-221-1/+1
* test/test-unicode_normalize.rb: Adjusted path for test data file (now ../enc/...duerst2014-10-221-1/+1
* test/test-unicode_normalize.rb: Removed explicit require, changed method name...duerst2014-10-221-19/+16
* test/test-unicode_normalize.rb: Importing fromduerst2014-10-221-0/+171
* 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-162-2/+2
* Set an encoding for SEGV message.akr2014-10-161-0/+1
* Set ASCII-8BIT encoding.akr2014-10-161-0/+1
* * test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr2014-10-161-1/+2
* parse.y: do not use disposed stringnobu2014-10-161-0/+4
* test/-ext-/bug_reporter/test_bug_reporter.rb: fix racenormal2014-10-161-1/+1
* 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-153-9/+30
* 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
* * test/lib/test/unit.rb: Hide skips by default.akr2014-10-123-2/+3
* vm.c: precedence of duplicated keysnobu2014-10-111-4/+4
* parse.y: precedence of duplicated keysnobu2014-10-111-0/+4
* open-uri: accept :open_timeout optionnormal2014-10-101-0/+18