From 9f0ad87f9a5bf6281ae7632450f983d5bbd3f026 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 8 Sep 2003 16:57:25 +0000 Subject: * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to the message. * lib/webrick/log.rb (BasicLog#log): add "\n" only if needed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b857f645f..30f2c24a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 9 01:50:45 2003 GOTOU Yuuzou + + * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to + the message. + + * lib/webrick/log.rb (BasicLog#log): add "\n" only if needed. + Mon Sep 8 22:15:33 2003 * ext/tk/lib/multi-tk.rb: modify security check at creating -- cgit