aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* enumerator.c: fix non-single argumentnobu2013-08-081-0/+12
* object.c: Module#singleton_class?nobu2013-08-081-0/+6
* test_range.rb: remove invalid assertionsnobu2013-08-081-8/+4
* Follow r42431naruse2013-08-081-3/+3
* Add Process.argv0.knu2013-08-071-1/+1
* Add Process.setproctitle().knu2013-08-071-0/+19
* range.c: return nil for empty rangenobu2013-08-061-0/+2
* range.c: consider exclusivenobu2013-08-061-0/+12
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-061-0/+9
* * vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo2013-08-061-0/+32
* test_econv.rb: assert_separatelynobu2013-08-051-11/+4
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-0/+16
* Fix test failure to follow r42347 ref #3753naruse2013-08-031-7/+1
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-021-0/+7
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-021-0/+2
* * eval.c (rb_mod_refine, mod_using, top_using): don't showshugo2013-07-311-2/+2
* * test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass2013-07-301-0/+5
* skip if ENV['USER'] is nilnaruse2013-07-301-1/+1
* * test/ruby/test_hash.rb: use @cls.nobu2013-07-291-61/+63
* * hash.c (rb_hash_assoc): performance improvement by replacingglass2013-07-291-0/+8
* Add a frozenness check test for Enumerator::Lazy#initialize.knu2013-07-291-0/+6
* Add a frozenness check to Enumerator::Generator#initialize.knu2013-07-291-0/+5
* Add a frozenness check to Enumerator#initialize.knu2013-07-291-0/+10
* * hash.c (rb_hash_assoc): revert r42224. table->type->compare isglass2013-07-291-0/+1
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-291-0/+5
* ChangeLog: commit missnobu2013-07-291-2/+12
* add assert_not_empty ENV['USER']naruse2013-07-281-0/+1
* * io.c (io_getpartial): use rb_str_locktmp_ensure().glass2013-07-281-0/+28
* * string.c: add internal API rb_str_locktmp_ensure().glass2013-07-281-0/+14
* * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass2013-07-281-0/+32
* test_rubyoptions.rb: split test_segv_testnobu2013-07-271-2/+19
* parse.y: separate numeric literalnobu2013-07-261-0/+7
* test_require.rb: same processnobu2013-07-261-4/+8
* test_require.rb: use assert_separatelynobu2013-07-261-69/+30
* load.c: search in OS path encodingnobu2013-07-261-1/+8
* test_require.rb: splitnobu2013-07-261-2/+6
* fix warning: shadowing outer local variable - pathnaruse2013-07-261-3/+3
* envutil.rb: encodingnobu2013-07-252-5/+11
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-251-0/+5
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-251-0/+8
* Add a test for r42162naruse2013-07-251-0/+2
* file.c: split rb_home_dirnobu2013-07-251-0/+22
* file.c: exception message encodingnobu2013-07-241-0/+13
* * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika2013-07-221-1/+1
* vm_eval.c: use file argumentnobu2013-07-221-0/+2
* * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse2013-07-201-0/+9
* rename a() to b() and define a() for US-ASCIInaruse2013-07-201-49/+50
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5
* string.c: wchar succnobu2013-07-201-4/+15
* test_io.rb: split test_copy_streamnobu2013-07-201-72/+158