From b5d57e7ef5c95c860243ea327b16542f19f45f8b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Oct 2004 22:26:58 +0000 Subject: * file.c (rb_file_truncate): discard read buffer before truncation. [ruby-dev:24197] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b28382ae2..b447a6829 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +Mon Oct 18 07:26:21 2004 Nobuyoshi Nakada + + * file.c (rb_file_truncate): discard read buffer before truncation. + [ruby-dev:24197] + Mon Oct 18 01:56:03 2004 GOTOU Yuuzou - * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize): + * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize): initial value of accpet-* should be array. Sun Oct 17 23:03:48 2004 Hidetoshi NAGAI -- cgit