summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-09 02:07:34 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-09 02:07:34 +0000
commiteddd81122563f136910a24af4d21eb21b4b16d7a (patch)
tree83ad715b469c4dc235babe7de34654dd48a036ef /ChangeLog
parent3d511c233e73873630c70e25e86cf0ca8917ea2a (diff)
* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11672 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 05f6baf9d..b5df1663f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 9 11:03:40 2007 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.
+
Fri Feb 9 05:08:17 2007 Koichi Sasada <ko1@atdot.net>
* thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):