From 779cc59c1c8b7a4f230c5cf5a00480423eaea2cb Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 28 Jun 2009 10:08:36 +0000 Subject: * lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entry * lib/rubygems/defaults.rb (Gem.default_dir): considers "--with-rubylibprefix" configure option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e88e680c5..9b16bd3e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jun 28 19:02:07 2009 Yuki Sonoda (Yugui) + + * lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entry + + * lib/rubygems/defaults.rb (Gem.default_dir): considers + "--with-rubylibprefix" configure option. + Sun Jun 28 09:21:00 2009 Tadayoshi Funaba * complex.c: renamed some static functions. -- cgit