ruby/test/-ext-/string
nobu cfa0035962 * encoding.c (rb_enc_set_index, rb_enc_associate_index): should
check if frozen.
* parse.y (rb_intern3), ruby.c (process_options, ruby_script):
  defer freezing after associating encodings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-07-07 06:44:46 +00:00
..
test_cstr.rb * string.c (rb_string_value_cstr): rb_str_modify can change 2011-01-24 22:00:55 +00:00
test_ellipsize.rb * string.c (rb_str_ellipsize): new function to ellipsize a string. 2011-01-30 04:01:58 +00:00
test_enc_associate.rb * encoding.c (rb_enc_set_index, rb_enc_associate_index): should 2011-07-07 06:44:46 +00:00
test_set_len.rb