From ce1aac210607a10180b88f63ceaf20f6f22a9bb7 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 12 Feb 2009 13:51:19 +0000 Subject: * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch from nagachika at [ruby-dev:37977]. * compile.c (insn_set_sc_state): fixed typoe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4538e3959..955bfe7db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 12 22:51:18 2009 Nobuyoshi Nakada + + * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch + from nagachika at [ruby-dev:37977]. + + * compile.c (insn_set_sc_state): fixed typoe. + Thu Feb 12 12:36:35 2009 Tanaka Akira * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris -- cgit