ruby/ext
Yuta Saito 6d8b9a9d61 Resolve abi symbol references from miniruby to avoid circular deps
Adding `ruby` to `PREP` causes the following circular dependencies
because `PREP` is used as a prerequisite by some targets required to
build `ruby` target itself.
```
make: Circular .rbconfig.time <- ruby dependency dropped.
make: Circular builtin_binary.inc <- ruby dependency dropped.
make: Circular ext/extinit.c <- ruby dependency dropped.
make: Circular ruby <- ruby dependency dropped.
```

Adding a new Make variable like `EXTPREP` only for exts may be also
reasonable, but it would introduce another complexity into our build
system. `-bundle_loader` doesn't care that link-time and run-time
loader executables are different as long as bound symbols are provided,
so it's ok to resolve from miniruby to simplify our build.
2022-08-04 16:29:22 +09:00
..
-test- respect current frame of `rb_eval_string` 2022-08-01 17:48:05 +09:00
bigdecimal [ruby/bigdecimal] Updated to use the correct spec for muilti license 2022-08-03 11:04:31 +09:00
cgi/escape Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
continuation [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
coverage Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
date [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/69) 2022-08-03 05:17:55 +09:00
digest Revert "* expand tabs. [ci skip]" 2022-07-30 17:03:13 +09:00
etc [ruby/etc] [DOC] Markup constant path names 2022-06-19 11:06:43 +09:00
fcntl [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
fiddle Rename rb_ary_tmp_new to rb_ary_hidden_new 2022-07-26 09:12:09 -04:00
io Revert "* expand tabs. [ci skip]" 2022-07-30 17:29:56 +09:00
json [flori/json] Stop including the parser source __LINE__ in exceptions 2022-07-29 19:10:10 +09:00
monitor [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
nkf Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
objspace Adjust indents [ci skip] 2022-07-22 21:59:27 +09:00
openssl Rename rb_ary_tmp_new to rb_ary_hidden_new 2022-07-26 09:12:09 -04:00
pathname [ruby/pathname] Fix `autoload` of `FileUtils` 2022-07-27 21:05:10 +09:00
psych [ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440) 2022-07-15 01:39:42 +09:00
pty Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
racc/cparse [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
rbconfig/sizeof [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
readline Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ripper [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
rubyvm Added depend files 2019-07-14 01:31:29 +09:00
socket Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
stringio [ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File` 2022-07-01 00:52:29 +09:00
strscan [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
syslog Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32 Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32ole Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
zlib Removed mswin patch for zlib-1.2.11 2022-04-05 14:30:47 +09:00
.document Remove unnecessary files from .document 2020-12-20 16:00:13 +09: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 Resolve abi symbol references from miniruby to avoid circular deps 2022-08-04 16:29:22 +09:00