From 65c2fec50cc2da8200489ab95362d3a971cdd64b Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Jun 2011 21:37:48 +0000 Subject: * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored before RUBYLIB, even if MANGLED_PATH is enabled. fixed #1679. MANGLED_PATH is disabled by the default and will be removed completely in the future. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d04cafe6ca..2de211654d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 30 06:37:43 2011 Nobuyoshi Nakada + + * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored + before RUBYLIB, even if MANGLED_PATH is enabled. fixed #1679. + MANGLED_PATH is disabled by the default and will be removed + completely in the future. + Thu Jun 30 06:32:21 2011 Eric Hodel * lib/drb/drb.rb: Hide deprecated toplevel DRb constants. -- cgit v1.2.3