ruby/ext
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
..
-test- Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
bigdecimal Fixed typo in comment 2020-10-10 02:32:21 -04:00
cgi/escape sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
continuation sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
coverage Fix up dependencies on internal/sanitizers.h 2020-09-29 13:14:54 +09:00
date Don't redefine #rb_intern over and over again 2020-10-21 12:45:18 +09:00
dbm sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
digest Update dependencies for macOS 2020-10-21 12:31:45 +09:00
etc sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
fcntl sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
fiber Update dependencies 2019-11-18 23:16:22 +09:00
fiddle sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
gdbm sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
io Adjusted indents [ci skip] 2020-10-11 14:22:43 +09:00
json Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
monitor sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
nkf sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
objspace Prevent objects from moving while iterating the heap 2020-10-06 16:22:01 -07:00
openssl Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
pathname Promote pathname to default gems 2020-10-14 14:42:53 +09:00
psych Appended a newline to suppress newline-eof warning 2020-10-06 23:18:42 +09:00
pty sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
racc/cparse Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
rbconfig/sizeof sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
readline update-deps 2020-09-26 18:55:00 +09:00
ripper Introduce Ractor mechanism for parallel execution 2020-09-03 21:11:06 +09:00
rubyvm Added depend files 2019-07-14 01:31:29 +09:00
socket ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'" 2020-09-27 02:38:39 +09:00
stringio [ruby/stringio] Bump version to 0.1.4 2020-08-27 23:55:17 +09:00
strscan mark regex internal to string scanner 2020-10-02 12:01:57 -07:00
syslog Promote syslog to default gems 2020-09-10 20:42:53 +09:00
win32 Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
win32ole win32ole: separate global variable declarations and definitions 2020-05-10 21:37:59 +09:00
zlib [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in gz file 2020-09-14 17:52:20 +09:00
.document ext/.document: follow-up r59734 2017-09-03 13:31:34 +00:00
Setup Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00
Setup.atheos Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00
Setup.nt Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00
extmk.rb Configure static extensions only if in charge 2019-11-19 15:11:41 +09:00