From a707ab4bc8a29241440f56696098efa2f7f3ff45 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 5 Nov 2014 06:05:14 +0000 Subject: string.c: no terminator * string.c (rb_str_{,l,r}strip_bang): rb_str_subseq() will not NUL-terminate the result string, in the future, so it will not be needed in other cases. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5ba75c65d..3561869b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 5 15:05:12 2014 Nobuyoshi Nakada + + * string.c (rb_str_{,l,r}strip_bang): rb_str_subseq() will not + NUL-terminate the result string, in the future, so it will not + be needed in other cases. + Wed Nov 5 14:11:30 2014 Nobuyoshi Nakada * common.mk (lib/unicode_normalize/tables.rb): do nothing unless -- cgit v1.2.3