ruby-changes:13389
From: akr <ko1@a...>
Date: Tue, 29 Sep 2009 22:26:09 +0900 (JST)
Subject: [ruby-changes:13389] Ruby:r25159 (trunk): * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is
akr 2009-09-29 22:25:54 +0900 (Tue, 29 Sep 2009) New Revision: 25159 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25159 Log: * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is not used and access internal structure. Modified files: trunk/ChangeLog trunk/include/ruby/intern.h Index: include/ruby/intern.h =================================================================== --- include/ruby/intern.h (revision 25158) +++ include/ruby/intern.h (revision 25159) @@ -735,7 +735,7 @@ VALUE rb_struct_aref(VALUE, VALUE); VALUE rb_struct_aset(VALUE, VALUE, VALUE); VALUE rb_struct_getmember(VALUE, ID); -VALUE rb_struct_iv_get(VALUE, const char*); +DEPRECATED(VALUE rb_struct_iv_get(VALUE, const char*)); VALUE rb_struct_s_members(VALUE); VALUE rb_struct_members(VALUE); VALUE rb_struct_alloc_noinit(VALUE); Index: ChangeLog =================================================================== --- ChangeLog (revision 25158) +++ ChangeLog (revision 25159) @@ -1,3 +1,8 @@ +Tue Sep 29 22:25:41 2009 Tanaka Akira <akr@f...> + + * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is + not used and access internal structure. + Tue Sep 29 22:19:36 2009 Tanaka Akira <akr@f...> * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/