1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/string
shyouhei 20c72dc89d ruby tool/update-deps --fix
Onigumo 6 (r57045) introduced new onigumo.h header file, which is
required from quite much everywhere.  This commit adds necessary
dependencies.

Note: ruby/oniguruma.h now includes onigumo.h,
      ruby/io.h includes oniguruma.h,
      ruby/encoding.h also includes oniguruma.h,
      and internal.h includes encoding.h.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-03-22 06:00:18 +00:00
..
capacity.c Add tests about String's internal capacity 2016-01-27 11:37:02 +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 string.c: return reallocated pointer 2016-05-30 07:20:28 +00:00
depend ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
ellipsize.c
enc_associate.c encoding.c: drop dummy encoding flag 2015-07-15 07:55:08 +00:00
enc_str_buf_cat.c
extconf.rb auto_ext.rb 2016-05-29 03:08:45 +00:00
fstring.c string.c: pool only bare strings in fstring 2015-07-24 07:38:37 +00:00
init.c
modify.c
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
set_len.c