diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 10:28:47 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 10:28:47 +0000 |
commit | 54f5ab713001fe2b12c32d629b37147066d1f7b3 (patch) | |
tree | 5fd9cff9924f0658993423af26d66fc83ce7e840 /ChangeLog | |
parent | 9dd3f0822bc336e572a511f1297b5061828b9a4f (diff) |
* configure.in: Fix $LOAD_PATH. Properly expand vendor_ruby
directories; submitted by Takahiro Kambe <taca at
back-street.net> in [ruby-dev:35099].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jun 15 19:27:40 2008 Akinori MUSHA <knu@iDaemons.org> + + * configure.in: Fix $LOAD_PATH. Properly expand vendor_ruby + directories; submitted by Takahiro Kambe <taca at + back-street.net> in [ruby-dev:35099]. + Mon Jun 9 17:56:30 2008 Akinori MUSHA <knu@iDaemons.org> * lib/set.rb (Set#delete_if): Call to_a. |