From 14c08fdb8864b3765e28ae6818ce7d1eefbf4e3e Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 18 Oct 2013 23:33:55 +0000 Subject: * gc.c: fix rb_objspace_t. * make "struct heap" and move most of variables in rb_objspace_t::heap. * rename rb_objspace_t::heap::sorted to rb_objspace_t::heap_sorted_pages and make a macro heap_sorted_pages. * rename rb_objspace_t::heap::range to rb_objspace_t::heap_range and rename macros lomem/himem to heap_lomem/heap_himem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 478c86300d..936e2f790b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Oct 19 08:25:05 2013 Koichi Sasada + + * gc.c: fix rb_objspace_t. + * make "struct heap" and move most of variables + in rb_objspace_t::heap. + * rename rb_objspace_t::heap::sorted to + rb_objspace_t::heap_sorted_pages + and make a macro heap_sorted_pages. + * rename rb_objspace_t::heap::range to + rb_objspace_t::heap_range and rename macros + lomem/himem to heap_lomem/heap_himem. + Sat Oct 19 07:14:40 2013 Eric Hodel * lib/rubygems: Update to RubyGems master 42543b6. Changes: -- cgit v1.2.3