From 8836e7101258fd2a9b56bed2a69b2a0b3b39b015 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 24 Sep 2008 05:39:39 +0000 Subject: * lib/tmpdir.rb: setup buffer with nul characters instead of spaces. fixed [ruby-dev:36493] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7832ce273..e099c4913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 24 14:38:29 2008 NAKAMURA Usaku + + * lib/tmpdir.rb: setup buffer with nul characters instead of spaces. + fixed [ruby-dev:36493] + Wed Sep 24 11:18:33 2008 Yukihiro Matsumoto * io.c (rb_io_s_binread): offset argument was wrongly passed to -- cgit