aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-231-0/+2
* * test/ruby/test_super.rb: add test.wanabe2010-08-211-0/+45
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-0/+10
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-0/+3
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-171-0/+1
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-171-1/+3
* wait a process.akr2010-08-111-0/+1
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr2010-08-111-18/+23
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): use spawnakr2010-08-091-3/+5
* * test/ruby/test_require.rb (test_require_too_long_filename):nobu2010-08-081-1/+1
* * parse.y (parser_tokadd_escape): no similar messages twice.nobu2010-08-081-0/+7
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderrakr2010-08-071-13/+12
* * test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr2010-08-071-4/+4
* * rational.c (nurat_div): divided by infinity should be zero.nobu2010-08-061-0/+3
* * rational.c (nurat_div): divided by float zero should benobu2010-08-061-0/+4
* * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCATmame2010-08-051-0/+20
* * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873mame2010-08-051-21/+0
* * compile.c (iseq_compile_each): to_a method should be called.nobu2010-08-051-0/+15
* * compile.c (iseq_compile_each): drop unused ARGSCAT results.nobu2010-08-051-0/+6
* * complex.c (nucomp_marshal_load): should check the argument.nobu2010-08-053-0/+17
* * marshal.c (w_float): should not append a dot if no fractal partnobu2010-08-051-0/+5
* * random.c (Init_Random): add Random::DEFAULT.nobu2010-08-031-0/+12
* * bignum.c (rb_big_eq): never equal to infinity.nobu2010-08-031-0/+1
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-021-0/+1
* * bignum.c (big_op): comparison of bignum and infinity has returned 1mame2010-08-011-0/+2
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-0/+12
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-5/+2
* * numeric.c (flo_cmp): honor the result of infinite? method of thenobu2010-07-241-0/+14
* * test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu2010-07-242-4/+15
* * re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse2010-07-221-2/+2
* * test/ruby/test_rubyoptions.rb (test_unused_variable): unusednobu2010-07-221-2/+5
* * sprintf.c: add short documentation about named reference.naruse2010-07-211-0/+3
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-211-2/+2
* Pull rubygem's custom require into gem_preludeevan2010-07-201-2/+2
* * io.c (io_flush_buffer): write and buffer operations should benobu2010-07-201-0/+14
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-151-0/+5
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-141-1/+6
* * time.c (localtime_with_gmtoff_zone): renamed fromakr2010-07-141-0/+5
* * 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