From 44b4e13bf2482a2577942e67d5a13e70928118a4 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 18 Sep 2003 16:09:02 +0000 Subject: * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectual condition. * lib/webrick/log.rb (BasicLog#format): add "\n" to message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c8db575b..8a0b1b090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 19 01:00:48 2003 GOTOU Yuuzou + + * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectual + condition. + + * lib/webrick/log.rb (BasicLog#format): add "\n" to message. + Thu Sep 18 22:43:20 2003 Yukihiro Matsumoto * eval.c (proc_invoke): should push PROT_PCALL tag for orphans. -- cgit