aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of mo...tadf2011-06-232-8/+11
* * 2011-06-24svn2011-06-231-2/+2
* * ext/date/date_core.c: trivial changes on text.tadf2011-06-232-12/+15
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-235-0/+58
* * 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-233-24/+104
* * ChangeLog: Fix typosorah2011-06-231-1/+1
* * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.nahi2011-06-231-1/+1
* * 2011-06-23svn2011-06-231-2/+2
* * signal.c(ruby_atomic_exchange): Fix definement style.sorah2011-06-232-1/+6
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi2011-06-223-3/+82
* * ext/openssl/ossl_ssl_session.c: Respect T_BIGNUM time values. Patch byemboss2011-06-222-1/+7
* * ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed ofkosaki2011-06-222-1/+6
* * cont.c (cont_capture): add volatile.naruse2011-06-224-6/+21
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi2011-06-223-3/+39
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-2218-70/+121
* * ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.emboss2011-06-222-1/+12
* * test/openssl/test_buffering.rbemboss2011-06-223-3/+8
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi2011-06-223-9/+46
* * test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi2011-06-224-268/+277
* * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove2011-06-213-1/+24
* 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-214-4/+20
* * Add ref to tickets.nahi2011-06-211-1/+2
* * 2011-06-22svn2011-06-211-2/+2
* * test/openssl/test_x509store.rb (test_set_errors): Redhat is nahi2011-06-212-3/+17
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-213-0/+40
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-216-2/+23
* revert r32183kosaki2011-06-213-8/+1
* * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf2011-06-213-3/+34
* add ML ref to ChangeLogkosaki2011-06-211-1/+1
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-213-1/+8
* * test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki2011-06-212-1/+7
* * ext/readline/readline.c (readline_getc): applied a patch inkouji2011-06-212-0/+33
* * 2011-06-21svn2011-06-211-2/+2
* * ext/readline/extconf.rb: fixed bug, specify --disable-libeditkouji2011-06-212-1/+10
* * process.c (before_exec): use sig_do_nothing instead of SIG_DFLkosaki2011-06-202-1/+13
* * thread_pthread.c (thread_timer): rename timeout_10ms tokosaki2011-06-202-5/+10
* * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi2011-06-203-4/+9
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-203-15/+32
* * 2011-06-20svn2011-06-201-2/+2
* Allow "--- \n" as a yaml dumped result for nil.naruse2011-06-201-1/+1
* * NEWS: Introduce --hide-skip on test/unit.sorah2011-06-192-0/+6
* * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah2011-06-192-7/+21
* * 2011-06-19svn2011-06-181-2/+2
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-183-0/+30
* * thread_pthread.c: remove GVL_DEBUGkosaki2011-06-182-7/+4
* * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki2011-06-183-2/+7
* * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko12011-06-183-2/+6
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-1812-11/+23