aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-141-0/+16
* * 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
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-141-0/+21
* * test/rdoc/test_rdoc_ri_driver.rb (test_formatter): add a test. amame2010-07-111-0/+4
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-091-0/+17
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+5
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-081-0/+6
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-0/+20
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-072-0/+30
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-071-2/+19
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-071-1/+1
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-3/+11
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-0/+18
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-061-4/+4
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa2010-07-061-0/+14
* * test/psych/visitors/test_to_ruby.rb (test_time): time test musttenderlove2010-07-061-1/+3
* forgot to commit the assert_match()tenderlove2010-07-051-0/+1
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-0/+9
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove2010-07-051-3/+3
* * 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
* portability fix.akr2010-07-031-1/+4
* refine tests.akr2010-07-031-9/+60
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-032-0/+16
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-031-0/+17
* * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove2010-07-032-7/+7
* * 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