From 7c5000bc2cdb78d99a02fab1496ebdef31a0e9bd Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 26 Mar 2001 14:29:57 +0000 Subject: * time.c (rb_strftime): check whether strftime returns empty string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8c1d13d9..63a7e346d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 26 23:19:33 2001 WATANABE Hirofumi + + * time.c (rb_strftime): check whether strftime returns empty string. + Mon Mar 26 21:16:56 2001 Shugo Maeda * lib/net/imap.rb: supports response handlers and multiple commands. -- cgit