summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 09:07:45 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 09:07:45 +0000
commit7761cce65eb34819384a2e24e3091440b0d634eb (patch)
treeca2424f9f36b4433d0b6bb9365c31f3195b2b1be /ChangeLog
parent4345938d9df81bf5e8033c0c5598a4307126d0fa (diff)
* tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load path
environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e99709667..ab04dc467 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 15 18:04:06 2007 Tanaka Akira <akr@fsij.org>
+
+ * tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load path
+ environment.
+
Thu Nov 15 17:28:21 2007 Tanaka Akira <akr@fsij.org>
* tool/compile_prelude.rb: absolute path may not start with a slash.