aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 00:20:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 00:20:37 +0000
commit4189288f2e372f03b61e7ff868a9234dde759aa5 (patch)
tree16b34ed433899be62122b322ed2fea80c0c0d2f7 /ChangeLog
parenta1645803bb6d471ceb48e249f836e2bf25b86acc (diff)
downloadruby-4189288f2e372f03b61e7ff868a9234dde759aa5.tar.gz
* win32/Makefile.sub (RUNRUBY): now ruby requires something from
gem_prelude, so need to set library path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19970 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 07853e6d9c..332d703609 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 28 09:19:40 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (RUNRUBY): now ruby requires something from
+ gem_prelude, so need to set library path.
+
Mon Oct 27 22:29:11 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.