From 6a4bec09af7a79ffe1799015e6faae2984269ef8 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 May 2008 10:52:44 +0000 Subject: * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV. based on the patch from wanabe in [ruby-dev:34594]. * struct.c (make_struct): call to_str on name object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c10fb5531..d3008bbd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon May 5 19:49:59 2008 Yukihiro Matsumoto + + * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV. + based on the patch from wanabe in + [ruby-dev:34594]. + + * struct.c (make_struct): call to_str on name object. + Mon May 5 17:17:40 2008 Tanaka Akira * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to -- cgit