diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 20:28:27 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 20:28:27 +0000 |
| commit | 7c6f1bb0db9877bd808b5a23f478edaa74b17aa8 (patch) | |
| tree | 0ee8d8249c167842a36aae1ed843a8551f430404 /ChangeLog | |
| parent | 468e36e5d1ce9f040d3c022df3c9ee6c93096f4c (diff) | |
| download | ruby-7c6f1bb0db9877bd808b5a23f478edaa74b17aa8.tar.gz ruby-7c6f1bb0db9877bd808b5a23f478edaa74b17aa8.tar.xz ruby-7c6f1bb0db9877bd808b5a23f478edaa74b17aa8.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@23987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed Jul 8 04:28:16 2009 Koichi Sasada <ko1@atdot.net> + + * 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 <keiju@ruby-lang.org> * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode |
