From e575070f2f513051d2937bf2f6031e400eb6a82e Mon Sep 17 00:00:00 2001 From: shirosaki Date: Mon, 5 Nov 2012 15:24:07 +0000 Subject: Expose whether two arrays are shared * array.c (rb_ary_shared_with_p): new function. Expose whether two arrays are shared (read-only, C only). * include/ruby/intern.h (rb_ary_shared_with_p): declare. Patch by Greg Price. [ruby-core:47970] [Bug #7158] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6c57f4205..da540779a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Nov 5 23:23:51 2012 Greg Price + + * array.c (rb_ary_shared_with_p): new function. + Expose whether two arrays are shared (read-only, C only). + + * include/ruby/intern.h (rb_ary_shared_with_p): declare. + Patch by Greg Price. + [ruby-core:47970] [Bug #7158] + Mon Nov 5 23:21:14 2012 Greg Price * load.c (loaded_feature_path): clarify and briefly comment -- cgit v1.2.3