aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-091-0/+17
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-071-2/+19
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-3/+11
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa2010-07-061-0/+14
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-051-0/+58
* * test/ruby/test_syntax.rb: split test_syntax from test_system.rb.akr2010-07-042-19/+22
* * test/ruby/test_system.rb (test_syntax): unified with test_syntax2.akr2010-07-041-29/+2
* * test/ruby/test_system.rb (test_syntax2): moved from sample/test.rbakr2010-07-041-0/+27
* * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu2010-07-041-0/+13
* * test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ...nobu2010-07-021-1/+2
* add tests.akr2010-07-011-0/+2
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): integrated withnobu2010-07-011-86/+44
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): by usingnobu2010-06-291-4/+11
* * test_require.rb (test_require_with_unc): test for r28473.usa2010-06-291-0/+4
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-271-0/+24
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): no needs to copy thenobu2010-06-261-1/+1
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err):nobu2010-06-251-0/+1
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): change thenobu2010-06-251-12/+5
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possiblenobu2010-06-251-2/+2
* Clean warnings: unused variables.naruse2010-06-233-2/+3
* * test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu2010-06-232-3/+9
* * eval_error.c (error_print): clear raised_flag while error-printingwanabe2010-06-211-0/+16
* * parse.y (shadowing_lvar_gen): get rid of adding extra name fornobu2010-06-201-0/+6
* Revert "* parse.y (warn_unused_var): warn unused variables."naruse2010-06-171-6/+0
* * parse.y (warn_unused_var): warn unused variables.nobu2010-06-161-0/+6
* * test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu2010-06-162-5/+6
* * test/ruby/test_io.rb (safe_4): does not use Timeout becausemame2010-06-151-15/+18
* Refix test_regexp.naruse2010-06-151-3/+3
* Refix for test_dup_warn.naruse2010-06-151-3/+3
* retry to fix test.naruse2010-06-131-3/+3
* * test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame2010-06-131-0/+13
* try to fix test for boron.naruse2010-06-131-3/+3
* * enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse2010-06-122-8/+10
* * test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3...nobu2010-06-121-0/+13
* * test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [...nobu2010-06-121-0/+6
* * test/ruby/test_method.rb (test_public_methods_with_extended): test for [rub...nobu2010-06-121-0/+10
* more testsakr2010-06-101-2/+6
* make it runnable by ruby 1.8.6.akr2010-06-101-6/+21
* split tests.akr2010-06-101-38/+64
* * time.c (rb_localtime_r2): refine localtime overflow check forakr2010-06-101-2/+4
* add comment.akr2010-06-101-2/+3
* more tests.akr2010-06-101-63/+173
* new test file.akr2010-06-091-0/+136
* * test/ruby/test_proc.rb (test_parameters): require is no longer built-in.nobu2010-06-081-1/+1
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-071-0/+4
* * test/ruby/test_array.rb (test_product): test for r28187.nobu2010-06-061-0/+5
* * test/ruby/test_env.rb (class TestEnv): fix typo.tarui2010-06-061-2/+2
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-062-0/+16
* * text/ruby/envutil.rb: ToArray when args is String.naruse2010-06-051-0/+1
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-051-1/+1