summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-05 21:07:24 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-05 21:07:24 +0000
commit6f3bc3feb3f981c015d583e8a8b2b423e6167b50 (patch)
treeaa8e80c472b4395ac1ffc907a62e866f958f5764 /ChangeLog
parentda7f9ef07e92aaea3cf867d8248941585cb2addb (diff)
* eval.c (rb_load): should not pass block to the loaded file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2938 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 1469fbe724..aae4574dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 6 06:11:19 2002 Minero Aoki <aamine@loveruby.net>
+
+ * eval.c (rb_load): should not pass block to the loaded file.
+
Fri Oct 4 14:23:08 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.