mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ChangeLog: garbages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c30ffb92d
commit
7ed1803137
1 changed files with 14 additions and 14 deletions
28
ChangeLog
28
ChangeLog
|
@ -223,7 +223,7 @@ Tue Jun 28 13:41:51 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
|
||||
Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* thread_pthread.c (consume_communication_pipe):
|
||||
* thread_pthread.c (consume_communication_pipe):
|
||||
Make "buff" as static. (Maybe) "buff" can be shared between
|
||||
any caller (any threads) because no one use the read values.
|
||||
"buff" (1024 byte) on stack may cause stack overflow on
|
||||
|
@ -563,7 +563,7 @@ Wed Jun 22 17:37:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
|||
|
||||
* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
|
||||
fallback scenarios.
|
||||
|
||||
|
||||
* ext/openssl/ossl_pkey_dsa.c
|
||||
* ext/openssl/ossl_x509req.c
|
||||
* ext/openssl/ossl_pkey_rsa.c
|
||||
|
@ -605,7 +605,7 @@ Wed Jun 22 14:47:53 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
|||
* test/openssl/test_buffering.rb
|
||||
* test/openssl/test_pkcs12.rb: Inherit from Test::Unit::TestCase
|
||||
instead of MiniTest::Unit::TestCase. [ruby-core:37275]
|
||||
|
||||
|
||||
Wed Jun 22 12:41:03 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):
|
||||
|
@ -640,8 +640,8 @@ Wed Jun 22 01:28:13 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
|||
|
||||
Tue Jun 21 21:50:37 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
|
||||
HTTP/1.1 connection when returning an IO object as response body
|
||||
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
|
||||
HTTP/1.1 connection when returning an IO object as response body
|
||||
without setting HTTPResponse#chunked to true. See #855 no.1.
|
||||
|
||||
* test/webrick/test_httpserver.rb: Test it.
|
||||
|
@ -666,7 +666,7 @@ Tue Jun 21 19:46:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
|||
* test/ruby/test_thread.rb (TestThread#test_priority): enable
|
||||
this test again. Current GVL respect thread priority rather
|
||||
than past.
|
||||
|
||||
|
||||
Tue Jun 21 13:25:35 2011 TAKAO Kouji <kouji@takao7.net>
|
||||
|
||||
* ext/readline/readline.c (readline_getc): applied a patch in
|
||||
|
@ -766,7 +766,7 @@ Sat Jun 18 12:42:17 2011 Tanaka Akira <akr@fsij.org>
|
|||
|
||||
* object.c (rb_mod_module_exec): don't declare functions declared in
|
||||
include/ruby/intern.h.
|
||||
|
||||
|
||||
Sat Jun 18 12:05:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/backward/classext.h: for evil gems. fixed #4803
|
||||
|
@ -906,7 +906,7 @@ Thu Jun 16 14:32:31 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
|||
|
||||
Fri Jun 17 03:07:36 2011 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/bm_vm4_thread_create_join.rb,
|
||||
* benchmark/bm_vm4_thread_create_join.rb,
|
||||
benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to
|
||||
bm_thread_* (fix last rename).
|
||||
|
||||
|
@ -1064,7 +1064,7 @@ Wed Jun 15 10:37:43 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
|||
|
||||
Wed Jun 15 05:12:59 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it's
|
||||
* ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it's
|
||||
the part for ruby_1_8), and use rb_thread_check_ints() when RUBY_VM
|
||||
is defined.
|
||||
|
||||
|
@ -1139,7 +1139,7 @@ Tue Jun 14 11:02:08 2011 Narihiro Nakamura <narihiro@netlab.jp>
|
|||
Tue Jun 14 01:10:38 2011 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* test/coverage/test_coverage.rb: add a test for restart. a patch
|
||||
from Xavier Shay. [ruby-core:36745]
|
||||
from Xavier Shay. [ruby-core:36745]
|
||||
|
||||
Tue Jun 14 01:05:10 2011 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
|
@ -1205,7 +1205,7 @@ Mon Jun 13 20:50:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
|||
test/openssl/test_pkey_ec.rb: merge both files into test_pkey_ec.rb.
|
||||
Removed redundant group instantiation from PKey tests.
|
||||
* test/openssl/utils.rb: only create TEST_PKEY_EC_P256V1 if EC is
|
||||
defined.
|
||||
defined.
|
||||
|
||||
Mon Jun 13 20:28:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||
|
||||
|
@ -1214,7 +1214,7 @@ Mon Jun 13 20:28:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
|||
|
||||
Mon Jun 13 20:18:55 2011 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h, vm_insnhelper.h: move decl. of
|
||||
* vm_core.h, vm_insnhelper.h: move decl. of
|
||||
ruby_vm_global_state_version and related macros
|
||||
from vm_core.h to vm_insnhelper.h.
|
||||
|
||||
|
@ -1318,7 +1318,7 @@ Mon Jun 13 05:17:29 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
|||
* ext/openssl/ossl_pkey_dh.c: improved documentation.
|
||||
* test/openssl/utils.rb: added EC test key.
|
||||
* test/openssl/test_pkey_rsa.rb
|
||||
test/openssl/test_pkey_dsa.rb: Test PKey.read. Reuse keys from
|
||||
test/openssl/test_pkey_dsa.rb: Test PKey.read. Reuse keys from
|
||||
OpenSSL::TestUtils.
|
||||
* test/openssl/test_pkey_ec.rb: Created test file for EC tests.
|
||||
Test PKey.read.
|
||||
|
@ -1369,7 +1369,7 @@ Sun Jun 12 17:40:29 2011 Koichi Sasada <ko1@atdot.net>
|
|||
|
||||
* vm_method.c (rb_clear_cache*): update only vm state version.
|
||||
|
||||
* vm_method.c (rb_method_entry_get_without_cache, rb_method_entry):
|
||||
* vm_method.c (rb_method_entry_get_without_cache, rb_method_entry):
|
||||
Fill method cache entry with vm state version, and
|
||||
check current vm state version for method (cache) look up.
|
||||
This modification speed-up invalidating of global method cache table.
|
||||
|
|
Loading…
Reference in a new issue