summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah
2011-07-05Remove debug print of r32410.naruse
2011-07-05* parse.y (parser_here_document): should dispatch heredoc_endnobu
2011-07-05* lib/webrick/httpauth/digestauth.rb (_authenticate):naruse
2011-07-04* ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika
2011-07-04* ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-02* test/openssl/test_ocsp.rbemboss
2011-07-01* test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]marcandre
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-30* test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu
2011-06-30* test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu
2011-06-30Rerefix test introduced by r32307.naruse
2011-06-30Refix test introduced by r32307.naruse
2011-06-30Fix test introduced by r32307.naruse
2011-06-29* lib/cmath.rb (CMath.log): second argument: b can be nil.naruse
2011-06-29 * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain
2011-06-29 * ext/date/date_core.c: avoided using timev.tadf
2011-06-29* lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika
2011-06-29* properties.nobu
2011-06-28* lib/benchmark.rb: merge eregon/benchmark.naruse
2011-06-28 * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain
2011-06-28 * lib/rdoc: Update to RDoc 3.7 (final)drbrain
2011-06-27* ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn
2011-06-27fix [Bug #4409]. add DRbServer#here?seki
2011-06-26* test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entriesnobu
2011-06-26 * test/date/test_switch_hitter.rb: added a test.tadf
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
2011-06-24* lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi
2011-06-24* process.c (proc_daemon): should not start timer threadnobu
2011-06-23 * lib/rake: Import Rake 0.9.2drbrain
2011-06-23* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi
2011-06-23* test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi
2011-06-23* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi
2011-06-22* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss
2011-06-22* test/openssl/test_buffering.rbemboss
2011-06-22* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi
2011-06-22* test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi
2011-06-21* ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove
2011-06-21fix ambiguous argument warnings in test/psych/test_nil.rbtenderlove
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-06-21* test/openssl/test_x509store.rb (test_set_errors): Redhat is nahi
2011-06-21* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi
2011-06-21 * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf
2011-06-21* test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki