ruby/ext/-test-/string
Nobuyoshi Nakada 5a77e90fe8
Use rb_intern_const instead of rb_intern in Init functions
```
find . -name \*.o -exec nm {} + |&
sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' |
uniq
```
should be empty.
2020-10-21 12:46:53 +09:00
..
capacity.c decouple internal.h headers 2019-12-26 20:45:12 +09:00
coderange.c Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
cstr.c Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
depend sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
ellipsize.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
enc_associate.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
enc_str_buf_cat.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
extconf.rb auto_ext.rb 2016-05-29 03:08:45 +00:00
fstring.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
init.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
modify.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
new.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
nofree.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
normalize.c decouple internal.h headers 2019-12-26 20:45:12 +09:00
qsort.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00
rb_str_dup.c str_duplicate: Don't share with a frozen shared string 2019-05-09 10:04:19 +09:00
set_len.c Init functions should have prefix to avoid confliction. 2017-12-03 08:02:56 +00:00