summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 05:09:45 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 05:09:45 +0000
commitb5cbc9cc72c1e55ac7a09771102eaa5d5c85ee22 (patch)
treea4a6622cd904772f7aed7305b0154e73448bb3c2 /ChangeLog
parent34dc62a8b3ed0a8add61618c9e698f7cb11009ff (diff)
downloadruby-b5cbc9cc72c1e55ac7a09771102eaa5d5c85ee22.tar.gz
ruby-b5cbc9cc72c1e55ac7a09771102eaa5d5c85ee22.tar.xz
ruby-b5cbc9cc72c1e55ac7a09771102eaa5d5c85ee22.zip
* bootstraptest/test_knwonbug.rb: added. This file will contain
test cases which point out known bug. If bug is fixed, tests should move to the suitable place. * bootstraptest/test_massign.rb: move a test which show known bug to test_knownbug.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eca4ca526..2f2e72cad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Aug 22 14:04:53 2007 Koichi Sasada <ko1@atdot.net>
+
+ * bootstraptest/test_knwonbug.rb: added. This file will contain
+ test cases which point out known bug. If bug is fixed, tests
+ should move to the suitable place.
+
+ * bootstraptest/test_massign.rb: move a test which show known bug
+ to test_knownbug.rb.
+
Wed Aug 22 13:02:26 2007 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (in_temporary_working_directory):
@@ -19,7 +28,7 @@ Wed Aug 22 03:51:07 2007 Koichi Sasada <ko1@atdot.net>
* cont.c: add Fiber#resume and Fiber.yield.
and Fiber::Core class to realize Coroutine.
- * include/ruby/intern.h: declare rb_fiber_yield(), rb_fiber_resume(),
+ * include/ruby/intern.h: declare rb_fiber_yield(), rb_fiber_resume().
* enumerator.c: use above api.