aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre2010-04-051-5/+0
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-051-15/+0
* * test/matrix/test_matrix.rb (class): Cleanup testsmarcandre2010-04-041-6/+0
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-034-2/+62
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-1/+4
* * random.c (random_rand): raise ArgumentError on nil, as thenobu2010-04-031-0/+1
* Remove platform dependent test.naruse2010-04-021-2/+0
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+17
* * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu2010-04-021-0/+10
* * test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grapnobu2010-04-021-4/+15
* * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdocnobu2010-04-021-1/+1
* * {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu2010-04-025-13/+13
* fix file path for building at other than src dir.naruse2010-04-011-2/+2
* Fix test for testing rake command.naruse2010-04-012-1/+4
* fix path to bin/rake from the test utility file.naruse2010-04-011-1/+1
* Remove hexadecimal-floating-point tests for String#to_f.naruse2010-04-011-10/+0
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-011-0/+18
* Import RDoc 2.5drbrain2010-04-0149-2159/+6423
* Add test for sprintf with Infinity and NaN.naruse2010-04-011-0/+4
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+13
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-012-0/+15
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-0/+2
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-0/+19
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+2
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-0/+25
* * time.c: less bignum allocations.akr2010-03-311-0/+29
* * test/rake/test_{package_task,rules,task_manager}.rb: usenobu2010-03-313-1/+29
* * test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe2010-03-311-1/+1
* * test/rubygems/gemutilities.rb (setup, teardown):naruse2010-03-311-0/+17
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+7
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-2929-29/+29
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-0/+2
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-0/+8
* * test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove2010-03-292-4/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2830-0/+3274
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-1/+1
* Imported minitest 1.6.0 r5717.ryan2010-03-282-40/+44
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-5/+5
* * time.c: fix previos commit.akr2010-03-271-0/+18
* * NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe2010-03-261-0/+60
* * test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo2010-03-261-2/+4
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-261-0/+1
* * test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken2010-03-251-8/+11
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-233-1/+20
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+21
* * test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove2010-03-221-0/+11
* add a test.wanabe2010-03-221-0/+25
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-4/+6
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+43
* * test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe2010-03-201-0/+3