summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-29 04:43:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-29 04:43:10 +0000
commit847b7bcfb3db371acb552200913e5302c3759796 (patch)
tree45bb640145b58048241889940beb54d2cb6b3d1a /ChangeLog
parented737b87d46521e5bf082138f251eb3018966821 (diff)
* marshal.c (r_symreal): register the symbol name first so that
r_symlink always returns valid names. [Bug #10991] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@50667 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 ea34de96f2..2d5deaa422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 29 13:41:44 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * marshal.c (r_symreal): register the symbol name first so that
+ r_symlink always returns valid names. [Bug #10991]
+
Thu May 28 09:51:28 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_any_hash): use same hash values with Float#hash so