summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 02:54:55 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 02:54:55 +0000
commitaf6a9d70b27ba96366a2b7b37c0ed06d687d86bc (patch)
treeb797a2967fd4036a08e53bfaa22df45ca058be2c /ChangeLog
parent0529882de724854044ee499fbdcb7ffbcad6e06c (diff)
* tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relative
to the installation path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13925 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 cb6142dac5..7f977ae094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 15 11:52:16 2007 Tanaka Akira <akr@fsij.org>
+
+ * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relative
+ to the installation path.
+
Thu Nov 15 11:25:20 2007 Tanaka Akira <akr@fsij.org>
* ruby.c (usage): fix typo on --disable-gems option.