aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* wait a process.akr2010-08-111-0/+1
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr2010-08-111-18/+23
* * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn2010-08-111-0/+8
* * lib/optparse.rb: suppress a warning.akr2010-08-101-0/+1
* * ext/pathname/pathname.c (path_open): Pathname#openakr2010-08-091-1/+19
* * 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
* fix a test name.akr2010-08-081-1/+1
* * parse.y (parser_tokadd_escape): no similar messages twice.nobu2010-08-081-0/+7
* * ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr2010-08-071-0/+2
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderrakr2010-08-071-13/+12
* * ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr2010-08-071-1/+0
* * ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu2010-08-071-1/+5
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-071-0/+10
* * test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr2010-08-072-4/+7
* * 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
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-051-0/+25
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-041-12/+0
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-041-0/+12
* add tests.akr2010-08-031-0/+602
* * 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
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+47
* add a test.akr2010-07-281-0/+14
* * 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
* * lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo2010-07-231-0/+25
* * 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
* * lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu2010-07-201-0/+9
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-171-1/+2
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-171-1/+1
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-1/+1
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-151-0/+5