aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-0/+4
* * transcode.c (transcode_loop): insert output the value whennaruse2010-04-131-2/+10
* add a test.akr2010-04-121-0/+7
* * lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre2010-04-112-24/+0
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-0/+8
* * test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu2010-04-111-1/+3
* * encoding.c (enc_replicate): new encoding name must be validnobu2010-04-111-0/+1
* * test/syck/test_struct.rb: modified to use only syck engine since thetenderlove2010-04-113-2/+20
* Update to RDoc 2.5.3drbrain2010-04-111-1/+90
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-111-1/+1
* * test/rubygems/gemutilities.rb: removing gem requirement on minitest.tenderlove2010-04-111-7/+1
* * test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove2010-04-1116-86/+90
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-0/+2
* * lib/rdoc: Import RDoc 2.5.2drbrain2010-04-1012-17/+188
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+135
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+6
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-091-1/+7
* * random.c (rand_init): ignore higher bits if all they are same asnobu2010-04-071-0/+7
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-071-2/+2
* * test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu2010-04-061-2/+7
* add tests.akr2010-04-061-0/+18
* Surpress warnings.naruse2010-04-062-12/+9
* Fix wrong regexp.naruse2010-04-061-2/+2
* * 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