From 126e13c717e9a53648b5cee38ce1f23498a1d19d Mon Sep 17 00:00:00 2001 From: why Date: Thu, 31 Aug 2006 04:14:53 +0000 Subject: * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, along with ruby_cref, for use by the sandbox. [ruby-core:08762] * node.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 651e1bd15..f71fb1180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 31 13:12:06 2006 why the lucky stiff + + * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, + along with ruby_cref, for use by the sandbox. [ruby-core:08762] + + * node.h: ditto. + Wed Aug 30 12:01:57 2006 Nobuyoshi Nakada * numeric.c (flo_hash): improve collision. -- cgit