From 5ceef7994325675ca20f6ca66e4c010277703294 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 11 Nov 2003 13:48:51 +0000 Subject: * io.c (appendline): file may not end with newline. a bug if READ_DATA_PENDING_PTR is defined. [ruby-talk:84925] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4d2c41c5d..57b79dfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 11 22:44:08 2003 Yukihiro Matsumoto + + * io.c (appendline): file may not end with newline. a bug if + READ_DATA_PENDING_PTR is defined. [ruby-talk:84925] + Tue Nov 11 10:42:41 2003 Hidetoshi NAGAI * ext/tk/lib/tk.rb: raise an exception when creating TkWindow -- cgit