From 1ac8c54546191aa163368f993b41369172bddd07 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 1 Aug 2016 07:23:56 +0000 Subject: hide struct internal [Feature #9916] * include/ruby/ruby.h (struct RStruct): no longer. * internal.h (struct RStruct): moved here. * struct.c (rb_struct_ptr): a compensation function for the lack of RSTRUCT_PTR. But now that we have RSTRUCT_GET/SET, that must not be used anyway. I mark this deprecated. Dont use it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2071f1a0a6..aa194c599e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Aug 1 16:07:18 2016 URABE Shyouhei + + * include/ruby/ruby.h (struct RStruct): no longer. + + * internal.h (struct RStruct): moved here. + + * struct.c (rb_struct_ptr): a compensation function for the lack + of RSTRUCT_PTR. But now that we have RSTRUCT_GET/SET, that must + not be used anyway. I mark this deprecated. Dont use it. + Mon Aug 1 14:50:06 2016 Jeremy Evans * object.c (rb_obj_clone2): Allow Object#clone to take freeze: -- cgit v1.2.3