From 885d781abcfce71458b705d227cb719b8d045214 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Aug 2015 11:30:24 +0000 Subject: * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols. [Feature #11158] * symbol.c (rb_sym_immortal_count): added to count immortal symbols. * symbol.h: ditto. * test/objspace/test_objspace.rb: add a test for this method. * NEWS: describe about this method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f6b87cf29..41292ba604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Fri Aug 21 19:58:48 2015 Koichi Sasada + + * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols. + [Feature #11158] + + * symbol.c (rb_sym_immortal_count): added to count immortal symbols. + + * symbol.h: ditto. + + * test/objspace/test_objspace.rb: add a test for this method. + + * NEWS: describe about this method. + Fri Aug 21 19:48:17 2015 Nobuyoshi Nakada * win32/Makefile.sub ($(LIBRUBY_SO)): needs additional libraries -- cgit v1.2.3