aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/dbm/test_dbm.rb: split tests for read only database.akr2011-11-082-24/+60
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-0/+57
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-0/+6
* * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove2011-11-071-4/+3
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-071-4/+5
* * test/ruby/test_io_m17n.rbusa2011-11-071-0/+20
* * test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss2011-11-051-0/+22
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi2011-11-041-0/+12
* * test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss2011-11-041-4/+38
* Don't define tests if there is no psych.naruse2011-11-032-4/+6
* * test/ruby/test_process.rb: clean up a garbage character.nagachika2011-11-031-1/+1
* add test for close-on-exec.akr2011-11-035-0/+94
* close a socket in test_socket_new.akr2011-11-031-2/+6
* * test/openssl/test_engine.rb: call Engine::cleanup on exit.emboss2011-11-021-0/+1
* * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu2011-11-021-0/+1
* * test/psych/test_yamldbm.rb: avoid platform dependency.ayumin2011-11-012-8/+8
* * test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo2011-11-011-2/+2
* On some platforms, object_id can be negative value like NetBSD.naruse2011-11-011-1/+1
* * lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr2011-10-311-2/+4
* * test/resolv/test_dns.rb: don't check maximum sleeped time.akr2011-10-311-2/+2
* add a comment.akr2011-10-281-1/+1
* A test for r33542.naruse2011-10-281-0/+4
* * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu2011-10-271-0/+3
* * test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu2011-10-271-12/+28
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-0/+9
* Follow the error format changed by FreeBSD 9.naruse2011-10-241-2/+2
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-0/+22
* * test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr2011-10-221-14/+12
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-222-2/+12
* * lib/resolv.rb: make timeout configurable for DNS query.akr2011-10-221-0/+24
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-201-0/+1
* * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss2011-10-201-0/+97
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+19
* Imported minitest 2.6.2 (r6712)ryan2011-10-193-9/+39
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-0/+30
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-141-0/+32
* * test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi2011-10-122-50/+37
* * test/psych/test_yamldbm.rb: don't run test if the systemktsj2011-10-092-10/+18
* * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu2011-10-071-2/+2
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-073-91/+125
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-0/+44
* Revert r33407; half-baked patch.naruse2011-10-051-31/+0
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-10-051-0/+31
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-041-0/+15
* * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse2011-10-041-0/+1
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-041-0/+2
* Fix test of gc introduced in r33379.naruse2011-10-041-0/+1
* * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain2011-10-038-41/+41
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-033-13/+13
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-0/+14