aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-131-0/+6
* class.c: from the origin classnobu2013-03-131-0/+9
* vm_method.c: overrid flag of prepending methodnobu2013-03-131-0/+12
* test_file_exhaustive.rb: fix abolute rootnobu2013-03-131-1/+1
* required keyword argumentsnobu2013-03-121-0/+21
* * enumerator.c (enumerator_with_index): try to convert given offset tonaruse2013-03-111-0/+12
* * test/ruby/envutil.rb (EnvUtil.with_default_external): add fornaruse2013-03-112-20/+42
* * io.c (extract_binmode): raise error even if binmode and textmodenaruse2013-03-111-3/+6
* test_file_exhaustive.rb: others homenobu2013-03-111-2/+7
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...headius2013-03-101-3/+3
* * test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):nobu2013-03-101-3/+3
* Expand home directory when used in dir_stringluislavena2013-03-101-0/+12
* marshal.c: check for prependednobu2013-03-091-0/+5
* marshal.c: prepended objectsnobu2013-03-081-0/+10
* marshaltestlib.rb: descriptive assertionsnobu2013-03-081-2/+2
* Remove very obsolete test codemarcandre2013-03-081-33/+0
* * class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre2013-03-072-32/+34
* compile.c: zsuper keyword argsnobu2013-03-071-0/+21
* class.c: check redefinitionnobu2013-03-051-0/+14
* test_method.rb: reduce iterationnobu2013-03-051-1/+1
* proc.c: revert r39224nobu2013-03-051-1/+2
* enumerator.c: allow Bignum for with_indexnobu2013-03-051-0/+8
* * compile.c (iseq_compile_each): remove redundant trace(line)ko12013-02-281-3/+28
* * iseq.c (iseq_data_to_ary): fix condition.ko12013-02-281-0/+12
* test_keyword.rb: suppress warningnobu2013-02-261-1/+1
* parse.y: keyword argument without parennobu2013-02-261-0/+16
* * test/ruby/test_fnmatch.rb: use assert_file.nobu2013-02-251-85/+85
* envutil.rb: rename membernobu2013-02-251-3/+3
* * string.c (str_byte_substr): don't set coderange if it's not known.naruse2013-02-251-0/+4
* test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu2013-02-251-1/+1
* test_string.rb: ENUMERATORS_WANTARRAYnobu2013-02-251-4/+5
* test_array.rb: fix test for r39466nobu2013-02-241-2/+2
* random.c: increase limit for generic randnobu2013-02-241-0/+8
* vm_insnhelper.c: compare with me in method top cfpnobu2013-02-241-0/+25
* compile.c: no keyword check if kw_restnobu2013-02-231-0/+3
* test_backtrace.rb: test Thread#backtrace_locations with rangezzak2013-02-231-0/+17
* test_process.rb: fix testnobu2013-02-231-6/+16
* dir.c: encoding checknobu2013-02-231-0/+15
* random.c: fix error messagenobu2013-02-221-0/+15
* test_process.rb: fix parametersnobu2013-02-221-3/+3
* * test/ruby/test_process.rb: remove useless sleep.nobu2013-02-221-2/+0
* * file.c (rb_group_member): get rid of NGROUPS dependency.kosaki2013-02-211-0/+2
* enumerator.c: suppress warningsnobu2013-02-201-0/+9
* compar.c: inversed comarison without infinite recursionnobu2013-02-171-0/+7
* * test/ruby/test_thread.rb: fixed typoayumin2013-02-161-2/+2
* * vm.c (rb_thread_mark): mark a working Proc of bmethodko12013-02-161-0/+14
* * proc.c (rb_binding_new_with_cfp): create binding object even ifko12013-02-161-0/+37
* * test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki2013-02-141-0/+3
* class.c: cyclic prependnobu2013-02-141-0/+10
* vm_method.c: fix method_removednobu2013-02-141-1/+1