From f3de12aa6bf81acd47282f60aef2bb1da583134a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Mar 2016 02:43:34 +0000 Subject: strftime.c: fix false failure * strftime.c (rb_strftime_with_timespec): remove unnecessary check, as `s` equals to `endp` when recursed STRFTIME resized the capacity same as the size. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64fc8e8104..e447f9920b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 24 11:43:32 2016 Nobuyoshi Nakada + + * strftime.c (rb_strftime_with_timespec): remove unnecessary + check, as `s` equals to `endp` when recursed STRFTIME resized + the capacity same as the size. + Wed Mar 23 21:48:00 2016 Kenta Murata * enum.c (ary_inject_op): put subtract operation out of if-clause. -- cgit v1.2.3