summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-21 16:36:41 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-21 16:36:41 +0000
commit6978527c768c5a09d0e1e9ad67281447abca0e2b (patch)
treebe6cc600d7c2ea25fd87dfb323c8614ddcaf73f5 /ChangeLog
parent7a01bdaea8d9e8aacb05134bb8387177ef4c8db4 (diff)
downloadruby-6978527c768c5a09d0e1e9ad67281447abca0e2b.tar.gz
ruby-6978527c768c5a09d0e1e9ad67281447abca0e2b.tar.xz
ruby-6978527c768c5a09d0e1e9ad67281447abca0e2b.zip
* bootstraptest/test_io.rb: block write may block for long time.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 954367507..dc675a935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 22 01:20:54 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bootstraptest/test_io.rb: block write may block for long time.
+
Wed Jul 22 00:34:39 2009 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add
@@ -14,7 +18,6 @@ Tue Jul 21 21:37:19 2009 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].
-Tue Jul 21 20:41:20 2009 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],
no trace display c-call and c-return as default.