summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2013-04-09compile.c: append keyword hash to splatnobu
2013-04-08Suppress warningsnaruse
2013-04-08* object.c (rb_obj_ivar_set): call to_str for string only once.naruse
2013-04-07* object.c (rb_mod_cvar_set): call to_str for string only once.naruse
2013-04-07Regexp.escape(RUBY_PLATFORM)kazu
2013-04-06* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki
2013-04-06add a comment.akr
2013-04-05parse.y: "nil" for defined? with empty expressionnobu
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-04-05compile.c: defined? with empty expressionnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04envutil.rb: assert stderr if marshal failednobu
2013-04-03Add comment.akr
2013-04-03* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr
2013-04-02* pack.c: Support Q! and q! for long long.akr
2013-04-02* re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse
2013-04-02Add ignore_stderr because it outputs "circular require" warningsnaruse
2013-04-02* test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse
2013-03-31proc.c: consider noex in define_methodnobu
2013-03-31test_method.rb: splitnobu
2013-03-30class.c: suppress wrong warningnobu
2013-03-30Specify external_encodingnaruse
2013-03-30* test/ruby/test_class.rb: Simplify warning checksmarcandre
2013-03-29thread.c: Mutex#synchronize no block paramsnobu
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2013-03-27* time.c (num_exact): use to_r method only if to_int method isakr
2013-03-26test_syntax.rb: fix test errornobu
2013-03-26* test/ruby/test_syntax.rb: fixed a typo introduced at r39935.usa
2013-03-26test_syntax.rb: pass srcdirnobu
2013-03-26test_syntax.rb: envutilnobu
2013-03-26Use assert_separately to speed up on test-allnaruse
2013-03-25test_method.rb: refine assertionsnobu
2013-03-25envutil.rb: separate checksnobu
2013-03-25* test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu
2013-03-25envutil.rb: signal in Process::Statusnobu
2013-03-24* test/ruby/envutil.rb (assert_ruby_status): include stderr output.nobu
2013-03-24Fix String#rpartition(/re/) against a multibyte string.knu
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-03-22* test_enum.rb: Make test more precisemarcandre
2013-03-22* test_array.rb: Make test more precisemarcandre
2013-03-22* array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre
2013-03-21* test/ruby/envutil.rb (assert_warning): show diff.nobu
2013-03-21parse.y: refine warning messagenobu
2013-03-21vm_insnhelper.c: check required kwarg with resthashnobu
2013-03-21Retry ps if it doesn't do setproctitlenaruse
2013-03-21thread.c: fix deadlocknobu
2013-03-21parse.y: escape all closing parensnobu
2013-03-20* test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.shirosaki