diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-29 21:37:45 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-29 21:37:45 +0000 |
commit | 7ed1803137a8e7757fdb6851e27642c9ceeeffed (patch) | |
tree | 0751a581d6804ed18912869a8ea83a3b076e532b | |
parent | 7c30ffb92d5bba73edf2557b5935d3211722daa3 (diff) |
* ChangeLog: garbages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -223,7 +223,7 @@ Tue Jun 28 13:41:51 2011 NAKAMURA Usaku <[email protected]> Tue Jun 28 11:49:14 2011 Koichi Sasada <[email protected]> - * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der): @@ -640,8 +640,8 @@ Wed Jun 22 01:28:13 2011 Hiroshi Nakamura <[email protected]> Tue Jun 21 21:50:37 2011 Hiroshi Nakamura <[email protected]> - * 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 <[email protected]> * 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 <[email protected]> * ext/readline/readline.c (readline_getc): applied a patch in @@ -766,7 +766,7 @@ Sat Jun 18 12:42:17 2011 Tanaka Akira <[email protected]> * 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 <[email protected]> * include/ruby/backward/classext.h: for evil gems. fixed #4803 @@ -906,7 +906,7 @@ Thu Jun 16 14:32:31 2011 NARUSE, Yui <[email protected]> Fri Jun 17 03:07:36 2011 Koichi Sasada <[email protected]> - * 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 <[email protected]> Wed Jun 15 05:12:59 2011 Hidetoshi NAGAI <[email protected]> - * 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 <[email protected]> Tue Jun 14 01:10:38 2011 Yusuke Endoh <[email protected]> * 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 <[email protected]> @@ -1205,7 +1205,7 @@ Mon Jun 13 20:50:49 2011 Martin Bosslet <[email protected]> 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 <[email protected]> @@ -1214,7 +1214,7 @@ Mon Jun 13 20:28:24 2011 Martin Bosslet <[email protected]> Mon Jun 13 20:18:55 2011 Koichi Sasada <[email protected]> - * 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 <[email protected]> * 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 <[email protected]> * 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. |