summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-01On some platforms, object_id can be negative value like NetBSD.naruse
2011-10-31* lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr
2011-10-31* test/resolv/test_dns.rb: don't check maximum sleeped time.akr
2011-10-28add a comment.akr
2011-10-28A test for r33542.naruse
2011-10-27* bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu
2011-10-27* test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu
2011-10-26* file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu
2011-10-24Follow the error format changed by FreeBSD 9.naruse
2011-10-23* io.c (copy_stream_fallback_body): check nil for EOF of read method.akr
2011-10-22* test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-22* lib/resolv.rb: make timeout configurable for DNS query.akr
2011-10-20* ext/openssl/ossl_ns_spki.c: Complete documentation.emboss
2011-10-20* test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss
2011-10-20* util.c (mmprepare): fix for fragmental size.nobu
2011-10-19Imported minitest 2.6.2 (r6712)ryan
2011-10-19* lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss
2011-10-14* ext/pty/pty.c (pty_check): should return nil until the childnobu
2011-10-12* test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi
2011-10-09* test/psych/test_yamldbm.rb: don't run test if the systemktsj
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-10-05Revert r33407; half-baked patch.naruse
2011-10-05* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-10-04* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove
2011-10-04* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse
2011-10-04* gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse
2011-10-04Fix test of gc introduced in r33379.naruse
2011-10-03* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain
2011-10-03* ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove
2011-10-03* ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove
2011-10-03* gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika
2011-10-02* test/psych/test_yamldbm.rb: add test case.ayumin
2011-10-02* test/mkmf/test_framework.rb: test for r33372.nobu
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-30* test/ruby/test_bignum.rb: use more descriptive assertions.nobu
2011-09-30* test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu
2011-09-30Fix wrong expectaion of r33363.naruse
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-27* test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin
2011-09-26Oops! fix psych -> syckayumin
2011-09-26* test/rexml/test_sax.rb: add require 'rexml/document.ayumin
2011-09-26* test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin
2011-09-25* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss
2011-09-25* test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-09-23* test/openssl/test_ssl_session.rb: execute test_session_exts_reademboss