1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
charliesome 6fd9000076 * include/ruby/ruby.h: add RSTRING_FSTR flag
* internal.h: add rb_fstring() prototype
* parse.y (str_suffix_gen): deduplicate frozen string literals
* string.c (rb_fstring): deduplicate frozen string literals
* string.c (rb_str_free): delete fstrings from frozen_strings table when
  they are GC'd
* string.c (Init_String): initialize frozen_strings table
* test/ruby/test_string.rb: test frozen strings are deduplicated

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-09-05 04:49:16 +00:00
..
backward
debug.h
defines.h * include/ruby/defines.h: Fix a compilation error with 2013-08-19 12:39:09 +00:00
encoding.h string.c: rb_enc_str_new_cstr 2013-09-03 13:03:54 +00:00
intern.h * struct.c (rb_struct_define_without_accessor_under): added. 2013-08-29 09:12:25 +00:00
io.h
missing.h
oniguruma.h
re.h
regex.h
ruby.h * include/ruby/ruby.h: add RSTRING_FSTR flag 2013-09-05 04:49:16 +00:00
st.h
subst.h
thread.h
util.h
version.h
vm.h
win32.h