From f47bdbc620155abd87a90d1bb0d4b59de38c3bf8 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 12 Dec 2005 00:36:54 +0000 Subject: * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to protect temporary context object. [ruby-dev:27979] * ext/iconv/iconv.c (Init_iconv): rb_gc_register_address() should be called before actual variable initialization. [ruby-dev:27986] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b050081f5..155c9d7a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Dec 12 00:33:56 2005 Yukihiro Matsumoto + + * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to + protect temporary context object. [ruby-dev:27979] + + * ext/iconv/iconv.c (Init_iconv): rb_gc_register_address() should + be called before actual variable initialization. + [ruby-dev:27986] + Sun Dec 11 22:07:58 2005 Masatoshi SEKI * test/rinda/test_rinda.rb (test_remote_array_and_hash): pseudo remote -- cgit