summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-04-22Specify --disable-gemsnaruse
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-20marshal.c: use ivars of marshal_dump datanobu
2013-04-19* string.c (str_scrub): add ruby method String#scrub which verify andnaruse
2013-04-19Add --disable-gems for tests which doesn't use rubygemsnaruse
2013-04-19test_module.rb: renamenobu
2013-04-19marshal.c: no duplicated encodingnobu
2013-04-18vm_method.c: fix visibility on anonymous modulenobu
2013-04-18dir.c: not skip dot directories if matchingnobu
2013-04-18* pack.c (pack_unpack): output characters even if the input doesn'tnaruse
2013-04-17envutil.rb: env hashnobu
2013-04-12vm_insnhelper.c: non-symbol keynobu
2013-04-11* test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar
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