From e2557be11bb81855fde054d550c727fef85eb872 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 Oct 2004 17:57:19 +0000 Subject: * ext/stringio/stringio.c: use FMODE_APPEND. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd749b3b3..ff58c5a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 7 02:56:43 2004 Nobuyoshi Nakada + + * ext/stringio/stringio.c: use FMODE_APPEND. + Thu Oct 7 01:05:33 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode -- cgit