aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-30 08:19:37 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-30 08:19:37 +0000
commit5e3455597d25dff31582254dc0d220ccdd2b8b98 (patch)
tree099119931225c2838b3adcd6903083688add46f1 /ChangeLog
parentc1f355d91ff21f79c8d8c22d43581ac1a157c609 (diff)
downloadruby-5e3455597d25dff31582254dc0d220ccdd2b8b98.tar.gz
ext/socket/ancdata.c: use RB_GC_GUARD instead of volatile
See doc/extension.rdoc for explanation. [ruby-core:69419] [Feature #11198] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50685 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 1b768d918f..2e3c874aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 30 16:12:35 2015 Eric Wong <e@80x24.org>
+
+ * ext/socket/ancdata.c: use RB_GC_GUARD instead of volatile
+ [ruby-core:69419] [Feature #11198]
+
Sat May 30 15:59:10 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fix