summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-11* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-11* test/syck/test_struct.rb: modified to use only syck engine since thetenderlove
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-11* test/rubygems/gemutilities.rb: removing gem requirement on minitest.tenderlove
2010-04-11* test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove
2010-04-10* lib/uri/common.rb (decode_www_form_component): validate.naruse
2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain
2010-04-09* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove
2010-04-09* ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-06* test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu
2010-04-06add tests.akr
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