From da9fe1c4528ef8b25f099345428a30b99bdf76ee Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 4 Jan 2013 22:58:15 +0000 Subject: * lib/rubygems/commands/cleanup_command.rb: Clean all possible gems using multiple passes. Fixes RubyGems bug #422. Refactored for maintainability. * test/rubygems/test_gem_commands_cleanup_command.rb: Test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cab8941d1a..ad268e77e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jan 5 07:54:59 2013 Eric Hodel + + * lib/rubygems/commands/cleanup_command.rb: Clean all possible gems + using multiple passes. Fixes RubyGems bug #422. Refactored for + maintainability. + * test/rubygems/test_gem_commands_cleanup_command.rb: Test for above. + Sat Jan 5 05:04:39 2013 KOSAKI Motohiro * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0). -- cgit v1.2.3