summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-19 18:47:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-19 18:47:56 +0000
commitee65d7d76f19a16f0da0ed36e45afba4939524c4 (patch)
treeb22a65c2882e7408c924bc41f90d7c2c614c2460 /ChangeLog
parent2fe6158b36d75bc92b14ab8a13f1c9ab0520b03e (diff)
downloadruby-ee65d7d76f19a16f0da0ed36e45afba4939524c4.tar.gz
ruby-ee65d7d76f19a16f0da0ed36e45afba4939524c4.tar.xz
ruby-ee65d7d76f19a16f0da0ed36e45afba4939524c4.zip
* eval.c, vm_insnhelper.c: fix cref in instance_eval
and cvar_base search protocol. * bootstraptest/test_knownbug.rb, test_eval.rb: move soleved test and add new tests. * test/ruby/test_eval.rb: fix tests for spec. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8e150d9d..548eb3d13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue May 20 03:42:43 2008 Koichi Sasada <ko1@atdot.net>
+
+ * eval.c, vm_insnhelper.c: fix cref in instance_eval
+ and cvar_base search protocol.
+
+ * bootstraptest/test_knownbug.rb, test_eval.rb: move soleved test
+ and add new tests.
+
+ * test/ruby/test_eval.rb: fix tests for spec.
+
Tue May 20 01:43:44 2008 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_knownbug.rb: fix a test.