summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-06Surpress warnings.naruse
2010-04-06Fix wrong regexp.naruse
2010-04-05* test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre
2010-04-05* ext/psych/lib/psych/core_ext.rb: remove before alias.naruse
2010-04-04* test/matrix/test_matrix.rb (class): Cleanup testsmarcandre
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-02* lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu
2010-04-02* test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grapnobu
2010-04-02* test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdocnobu
2010-04-02* {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu
2010-04-01fix file path for building at other than src dir.naruse
2010-04-01Fix test for testing rake command.naruse
2010-04-01fix path to bin/rake from the test utility file.naruse
2010-04-01Remove hexadecimal-floating-point tests for String#to_f.naruse
2010-04-01* enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse
2010-04-01Import RDoc 2.5drbrain
2010-04-01Add test for sprintf with Infinity and NaN.naruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2010-04-01* lib/scanf.rb: support %a format. [ruby-dev:40650]naruse
2010-03-31* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove
2010-03-31* time.c: less bignum allocations.akr
2010-03-31* test/rake/test_{package_task,rules,task_manager}.rb: usenobu
2010-03-31* test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe
2010-03-31* test/rubygems/gemutilities.rb (setup, teardown):naruse
2010-03-29* lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove
2010-03-29* test/psych/*: switching tests to use relative require.tenderlove
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
2010-03-29* test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28Imported minitest 1.6.0 r5717.ryan
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2010-03-27* time.c: fix previos commit.akr
2010-03-26* NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe
2010-03-26* test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
2010-03-25* test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-22* test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove
2010-03-22add a test.wanabe
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse