[前][次][番号順一覧][スレッド一覧]

ruby-changes:20261

From: nobu <ko1@a...>
Date: Thu, 30 Jun 2011 06:54:56 +0900 (JST)
Subject: [ruby-changes:20261] nobu:r32309 (trunk): * ChangeLog: garbages.

nobu	2011-06-30 06:37:45 +0900 (Thu, 30 Jun 2011)

  New Revision: 32309

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32309

  Log:
    * ChangeLog: garbages.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32308)
+++ ChangeLog	(revision 32309)
@@ -223,7 +223,7 @@
 
 Tue Jun 28 11:49:14 2011  Koichi Sasada  <ko1@a...>
 
-	* 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 @@
 
 	* 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 @@
 	* 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@r...>
 
 	* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):
@@ -640,8 +640,8 @@
 
 Tue Jun 21 21:50:37 2011  Hiroshi Nakamura  <nahi@r...>
 
-	* 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 @@
 	* 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@t...>
 
 	* ext/readline/readline.c (readline_getc): applied a patch in
@@ -766,7 +766,7 @@
 
 	* 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@r...>
 
 	* include/ruby/backward/classext.h: for evil gems.  fixed #4803
@@ -906,7 +906,7 @@
 
 Fri Jun 17 03:07:36 2011  Koichi Sasada  <ko1@a...>
 
-	* 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 05:12:59 2011  Hidetoshi NAGAI  <nagai@a...>
 
-	* 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 01:10:38 2011  Yusuke Endoh  <mame@t...>
 
 	* 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@t...>
 
@@ -1205,7 +1205,7 @@
 	  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@g...>
 
@@ -1214,7 +1214,7 @@
 
 Mon Jun 13 20:18:55 2011  Koichi Sasada  <ko1@a...>
 
-	* 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 @@
 	* 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 @@
 
 	* 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]