From 445b015c3af4cae7c7f372d465b7740c676155ee Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Feb 2016 08:38:06 +0000 Subject: fstring without copy * re.c (reg_set_source): make source string frozen without copying. * re.c (rb_reg_initialize_m): refactor initialization with encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed64ff1128..9e20a439d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 4 17:38:01 2016 Nobuyoshi Nakada + + * re.c (reg_set_source): make source string frozen without + copying. + + * re.c (rb_reg_initialize_m): refactor initialization with + encoding. + Thu Feb 4 15:35:29 2016 Nobuyoshi Nakada * string.c (rb_fstring_enc_new, rb_fstring_enc_cstr): functions to -- cgit v1.2.3