summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-07-24* numeric.c (flo_cmp): honor the result of infinite? method of thenobu
2010-07-24* test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu
2010-07-22* re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse
2010-07-22 * test/ruby/test_rubyoptions.rb (test_unused_variable): unusednobu
2010-07-21* sprintf.c: add short documentation about named reference.naruse
2010-07-21* vm_method.c (rb_method_boundp): revert r28543, r28564.naruse
2010-07-20Pull rubygem's custom require into gem_preludeevan
2010-07-20* io.c (io_flush_buffer): write and buffer operations should benobu
2010-07-15* regexec.c (onig_search): don't skip non-ANYCHARs whennaruse
2010-07-14* time.c (guess_local_offset): use the UTC offset of an older date onakr
2010-07-14* time.c (localtime_with_gmtoff_zone): renamed fromakr
2010-07-09* time.c (find_time_t): 24:00 should be the beginning of the nextakr
2010-07-07* strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu
2010-07-06* test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-07-04* test/ruby/test_syntax.rb: split test_syntax from test_system.rb.akr
2010-07-04* test/ruby/test_system.rb (test_syntax): unified with test_syntax2.akr
2010-07-04* test/ruby/test_system.rb (test_syntax2): moved from sample/test.rbakr
2010-07-04* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu
2010-07-02* test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ...nobu
2010-07-01add tests.akr
2010-07-01* test/ruby/envutil.rb (EnvUtil#invoke_ruby): integrated withnobu
2010-06-29* test/ruby/test_rubyoptions.rb (test_script_from_stdin): by usingnobu
2010-06-29* test_require.rb (test_require_with_unc): test for r28473.usa
2010-06-27* include/ruby/io.h, io.c: reverted r21709.nobu
2010-06-26* test/ruby/envutil.rb (EnvUtil#invoke_ruby): no needs to copy thenobu
2010-06-25* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err):nobu
2010-06-25* test/ruby/envutil.rb (EnvUtil#invoke_ruby): change thenobu
2010-06-25* test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possiblenobu
2010-06-23Clean warnings: unused variables.naruse
2010-06-23* test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu
2010-06-21* eval_error.c (error_print): clear raised_flag while error-printingwanabe
2010-06-20* parse.y (shadowing_lvar_gen): get rid of adding extra name fornobu
2010-06-17Revert "* parse.y (warn_unused_var): warn unused variables."naruse
2010-06-16* parse.y (warn_unused_var): warn unused variables.nobu
2010-06-16* test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu
2010-06-15* test/ruby/test_io.rb (safe_4): does not use Timeout becausemame
2010-06-15Refix test_regexp.naruse
2010-06-15Refix for test_dup_warn.naruse
2010-06-13retry to fix test.naruse
2010-06-13* test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame
2010-06-13try to fix test for boron.naruse
2010-06-12* enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse
2010-06-12* test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3...nobu
2010-06-12* test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [...nobu
2010-06-12* test/ruby/test_method.rb (test_public_methods_with_extended): test for [rub...nobu
2010-06-10more testsakr
2010-06-10make it runnable by ruby 1.8.6.akr
2010-06-10split tests.akr