aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 13:48:20 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 13:48:20 +0000
commitae2065a285b8ba32e7323ecf5875100ba546c2d9 (patch)
tree42f9a22ed3e2f92fb63378f196c4c5b2ef731cc1 /ChangeLog
parent323e4f1cf06b70216b529013817010bfa666e99a (diff)
downloadruby-ae2065a285b8ba32e7323ecf5875100ba546c2d9.tar.gz
* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.
[ruby-core:21701] * test/ruby/test_io.rb: add tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91c8aac2af..109288073b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 4 22:45:02 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.
+ [ruby-core:21701]
+
+ * test/ruby/test_io.rb: add tests for above.
+
Mon Mar 4 13:14:34 2010 wanabe <s.wanabe@gmail.com>
* gc.c (gc_profile_total_time): add GC::Profiler.total_time.