aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-0/+19
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-091-1/+1
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-061-0/+1
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-0/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1
* * thread.c (ruby_suppress_tracing): restore the state and invokenobu2010-09-011-0/+12
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-0/+1
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-0/+5
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-0/+8
* * vm.c (rb_thread_method_id_and_class): curried proc has nonobu2010-08-291-0/+8
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+7
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-0/+6
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+16
* * math.c (math_atan2): change the behavior when x and y are zero.mrkn2010-08-271-1/+4
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-1/+55
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+1
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-0/+13
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-13/+0
* * random.c (rb_random_real): check the range of result.nobu2010-08-251-0/+13
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-232-1/+17
* * 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