From 60626e3d0f5ff9f4a3e399376883af0794db0c19 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 18 Sep 2008 10:44:09 +0000 Subject: * st.c (new_size): raise RuntimeError when st_table is too big. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d73e817f..560a00ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 18 19:43:04 2008 Yusuke Endoh + + * st.c (new_size): raise RuntimeError when st_table is too big. + Thu Sep 18 18:23:23 2008 Tanaka Akira * transcode.c (enc_arg): must take pointer argument to avoid GC -- cgit