summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-03-11* enumerator.c (enumerator_with_index): try to convert given offset tonaruse
2013-03-11* test/ruby/envutil.rb (EnvUtil.with_default_external): add fornaruse
2013-03-11* io.c (extract_binmode): raise error even if binmode and textmodenaruse
2013-03-11test_file_exhaustive.rb: others homenobu
2013-03-10git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...headius
2013-03-10* test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):nobu
2013-03-10Expand home directory when used in dir_stringluislavena
2013-03-09marshal.c: check for prependednobu
2013-03-08marshal.c: prepended objectsnobu
2013-03-08marshaltestlib.rb: descriptive assertionsnobu
2013-03-08Remove very obsolete test codemarcandre
2013-03-07* class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre
2013-03-07compile.c: zsuper keyword argsnobu
2013-03-05class.c: check redefinitionnobu
2013-03-05test_method.rb: reduce iterationnobu
2013-03-05proc.c: revert r39224nobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-02-28* compile.c (iseq_compile_each): remove redundant trace(line)ko1
2013-02-28* iseq.c (iseq_data_to_ary): fix condition.ko1
2013-02-26test_keyword.rb: suppress warningnobu
2013-02-26parse.y: keyword argument without parennobu
2013-02-25* test/ruby/test_fnmatch.rb: use assert_file.nobu
2013-02-25envutil.rb: rename membernobu
2013-02-25* string.c (str_byte_substr): don't set coderange if it's not known.naruse
2013-02-25test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu
2013-02-25test_string.rb: ENUMERATORS_WANTARRAYnobu
2013-02-24test_array.rb: fix test for r39466nobu
2013-02-24random.c: increase limit for generic randnobu
2013-02-24vm_insnhelper.c: compare with me in method top cfpnobu
2013-02-23compile.c: no keyword check if kw_restnobu
2013-02-23test_backtrace.rb: test Thread#backtrace_locations with rangezzak
2013-02-23test_process.rb: fix testnobu
2013-02-23dir.c: encoding checknobu
2013-02-22random.c: fix error messagenobu
2013-02-22test_process.rb: fix parametersnobu
2013-02-22* test/ruby/test_process.rb: remove useless sleep.nobu
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-20enumerator.c: suppress warningsnobu
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-16* proc.c (rb_binding_new_with_cfp): create binding object even ifko1
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki
2013-02-14class.c: cyclic prependnobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-13proc.c: skip prependsnobu
2013-02-13proc.c: original_namenobu
2013-02-13proc.c: show the given namenobu
2013-02-12Suppress warnings: setting Encoding.default_externalnaruse