aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-13 13:49:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-13 13:49:44 +0000
commit0b11359ed33c9d91ea9c06f3fbf2811d5c0292b7 (patch)
tree77295cda7419afe8f3138e8484c3d9685be53dfd /ChangeLog
parentffd9432d44e4aab4781bbe4f4245e22873b72ca2 (diff)
downloadruby-0b11359ed33c9d91ea9c06f3fbf2811d5c0292b7.tar.gz
timeout.rb: freeze a string message
* lib/timeout.rb (Timeout#timeout): freeze a string message to reduce string allocations. [Fix GH-996] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f1186be3..cb94fb876a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 13 22:49:42 2015 Juanito Fatas <katehuang0320@gmail.com>
+
+ * lib/timeout.rb (Timeout#timeout): freeze a string message to
+ reduce string allocations. [Fix GH-996]
+
Thu Aug 13 17:42:34 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h (rb_call_info_kw_arg_bytes): move the definition