From a1f6e6ed79c2c910e96b193b03af7575fce7b1fd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 4 Aug 2006 05:02:54 +0000 Subject: * lib/date/format.rb (__strptime, strftime): allow multi-line patterns in Date#strftime the same as Time#strftime accepts. fixed: [ruby-core:08466] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26f05d17d..921f8efef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 4 14:02:14 2006 + + * lib/date/format.rb (__strptime, strftime): allow multi-line patterns + in Date#strftime the same as Time#strftime accepts. + fixed: [ruby-core:08466] + Fri Aug 4 13:56:51 2006 Nobuyoshi Nakada * pack.c (pack_pack): check argument overrun for 'P'. based on a -- cgit