From 9e607430088d2b89576769530aa9069680da97f5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Jul 2009 20:28:27 +0000 Subject: * include/ruby/ruby.h: rename "...TypeStruct" and "typed_struct" to "TypedData..." and "typeddata", respectively. rename rb_data_type_t#name to rb_data_type_t#wrap_struct_name. * error.c, gc.c, iseq.c, vm.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61b027f9e1..139adc345f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Jul 8 04:28:16 2009 Koichi Sasada + + * include/ruby/ruby.h: + rename + "...TypeStruct" and "typed_struct" to + "TypedData..." and "typeddata", respectively. + rename + rb_data_type_t#name to + rb_data_type_t#wrap_struct_name. + + * error.c, gc.c, iseq.c, vm.c: ditto. + Tue Jul 7 20:23:27 2009 Keiju Ishitsuka * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode -- cgit v1.2.3