aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-031-1/+7
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-022-0/+58
* * test/mkmf/test_framework.rb: test for r33372.nobu2011-10-021-0/+9
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-012-1/+17
* * test/ruby/test_bignum.rb: use more descriptive assertions.nobu2011-09-301-16/+16
* * test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu2011-09-301-4/+6
* Fix wrong expectaion of r33363.naruse2011-09-301-1/+2
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-291-0/+2
* * test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin2011-09-272-4/+20
* Oops! fix psych -> syckayumin2011-09-261-1/+1
* * test/rexml/test_sax.rb: add require 'rexml/document.ayumin2011-09-261-0/+1
* * test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin2011-09-262-5/+23
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-0/+25
* * test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin2011-09-253-0/+383
* * encoding.c (require_enc): reject only loading from untrustednobu2011-09-251-1/+1
* * enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse2011-09-241-0/+16
* * test/openssl/test_ssl_session.rb: execute test_session_exts_reademboss2011-09-231-3/+1
* * test/openssl/test_ssl_session.rb: ensure server calls callbacks inemboss2011-09-231-0/+1
* * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, theusa2011-09-211-1/+1
* Skip patented algorithms: IDEA and RC5 on NetBSD.naruse2011-09-201-0/+1
* Explicitly close the tcp connection.naruse2011-09-201-0/+1
* OepnSSL supports TLS extension from 0.9.8f.naruse2011-09-191-1/+1
* * test/-ext-/old_thread_select/test_old_thread_select.rb:kosaki2011-09-191-7/+12
* * test/openssl/test_ssl.rb (class OpenSSL): Testdrbrain2011-09-191-0/+49
* * object.c (rb_obj_clone): singleton class should be attachednobu2011-09-181-0/+8
* * parse.y (parser_data_type): inherit the core type in ripper sonobu2011-09-171-0/+49
* * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.nobu2011-09-131-3/+1
* * lib/pstore.rb (PStore): always open in binary mode even ifnobu2011-09-131-0/+18
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+14
* * test/ruby/test_exception.rb (TestException#test_exit_success_p):nobu2011-09-121-2/+14
* Revert test fixes.naruse2011-09-102-7/+2
* Run GC.start before test_too_long_path.naruse2011-09-091-2/+4