summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-11 08:57:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-11 08:57:40 +0000
commit121ae83741eac7c823681736851e6d20dd3279c4 (patch)
tree3950bb79b8ba9d9f7db8b75ec1f4ca63104aa938 /ChangeLog
parente389ce0676d8538dee44e47949bfdef1b81da85f (diff)
* configure.in (MINIRUBY): should not include extension library path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afec7b2780..64b3a963b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 11 17:57:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (MINIRUBY): should not include extension library path.
+
Sun May 11 14:40:36 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (SIZET2NUM): new macro.