ruby/ext/-test-/string
naruse a2ed2d20cb merge revision(s) 53724: [Backport #11946]
* string.c (str_new_frozen): if the given string is embeddedable
	  but not embedded, embed a new copied string. [Bug #11946]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-03-29 16:30:10 +00:00
..
coderange.c * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scan 2014-04-21 10:14:46 +00:00
cstr.c merge revision(s) 53724: [Backport #11946] 2016-03-29 16:30:10 +00:00
depend Update dependencies. 2014-12-19 13:34:54 +00:00
ellipsize.c * string.c (rb_str_ellipsize): new function to ellipsize a string. 2011-01-30 04:01:58 +00:00
enc_associate.c encoding.c: drop dummy encoding flag 2015-07-15 07:55:08 +00:00
enc_str_buf_cat.c Add a test for r35863. 2012-06-02 13:44:02 +00:00
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
fstring.c string.c: pool only bare strings in fstring 2015-07-24 07:38:37 +00:00
init.c * ext/-test-/string/modify.c: split from init.c. 2011-07-07 06:40:33 +00:00
modify.c * string.c (rb_str_modify_expand): fix memory leak. 2012-02-08 13:30:04 +00:00
nofree.c nofree.c: Bug::String.nofree 2015-04-17 03:55:53 +00:00
normalize.c * internal.h: Include ruby.h and ruby/encoding.h to be 2014-11-15 11:49:06 +00:00
qsort.c * util.c (mmprepare): fix for fragmental size. 2011-10-20 02:42:26 +00:00
set_len.c