aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-2/+2
* * test/openssl/test_ocsp.rbemboss2011-07-022-2/+2
* * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]marcandre2011-07-011-1/+0
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-0/+10
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+22
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-0/+22
* * test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu2011-06-301-2/+6
* * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu2011-06-301-3/+34
* Rerefix test introduced by r32307.naruse2011-06-301-1/+1
* Refix test introduced by r32307.naruse2011-06-301-3/+1
* Fix test introduced by r32307.naruse2011-06-301-1/+3
* * lib/cmath.rb (CMath.log): second argument: b can be nil.naruse2011-06-291-0/+4
* * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain2011-06-294-3/+435
* * ext/date/date_core.c: avoided using timev.tadf2011-06-291-0/+9
* * lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika2011-06-291-3/+46
* * properties.nobu2011-06-291-1/+1
* * lib/benchmark.rb: merge eregon/benchmark.naruse2011-06-281-41/+38
* * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain2011-06-285-57/+101
* * lib/rdoc: Update to RDoc 3.7 (final)drbrain2011-06-283-2/+39
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn2011-06-272-9/+85
* fix [Bug #4409]. add DRbServer#here?seki2011-06-273-1/+47
* * test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entriesnobu2011-06-261-2/+4
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-261-0/+34
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+14
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-241-0/+22
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-0/+54
* * lib/rake: Import Rake 0.9.2drbrain2011-06-2371-2174/+3334
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-231-0/+20
* * test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi2011-06-231-4/+4
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi2011-06-231-0/+52
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi2011-06-221-1/+60
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi2011-06-221-0/+30
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-223-1/+24
* * test/openssl/test_buffering.rbemboss2011-06-222-3/+2
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi2011-06-221-0/+29
* * test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi2011-06-223-268/+272
* * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove2011-06-211-0/+17
* fix ambiguous argument warnings in test/psych/test_nil.rbtenderlove2011-06-211-2/+2
* * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi2011-06-212-3/+12
* * test/openssl/test_x509store.rb (test_set_errors): Redhat is nahi2011-06-211-3/+11
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-211-0/+27
* * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf2011-06-211-0/+15
* * test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki2011-06-211-1/+1
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-201-14/+21
* Allow "--- \n" as a yaml dumped result for nil.naruse2011-06-201-1/+1
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-181-0/+20
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-171-0/+2
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu2011-06-171-5/+3
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp frommrkn2011-06-172-16/+52
* * test/testunit/test_parallel.rb: Fix Regexp for test.sorah2011-06-162-4/+4