index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Age
Commit message (
Expand
)
Author
2021-10-10
Pass the VM pointer as an argument
Nobuyoshi Nakada
2021-10-08
Make `volatile` the variable will be taken out from `EC_EXEC_TAG`
Nobuyoshi Nakada
2021-10-04
Revert rescue around internal realpath call on Solaris
Jeremy Evans
2021-10-04
Only rescue realpath calls during require on Solaris
Jeremy Evans
2021-10-04
Use a rescue around the internal realpath call for each loaded feature
Jeremy Evans
2021-10-02
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-10-02
Make encoding loading not issue warning
Jeremy Evans
2021-09-18
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-16
[Bug #18173] Update loaded_features_index
Nobuyoshi Nakada
2021-09-12
Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macro
S-H-GAMELINKS
2021-09-10
Remove stale DLEXT2
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-28
Avoid pointless attempts to open .so file if already required
Jeremy Evans
2021-07-24
Sort feature index arrays by the priority of file types [Bug #15856]
Nobuyoshi Nakada
2021-07-18
Get rid of type aliasing
Nobuyoshi Nakada
2021-06-14
Suppress gcc11 clobbered warning
Nobuyoshi Nakada
2021-06-14
Revert "Suppress gcc11 clobbered warning"
Samuel Williams
2021-06-14
Pack values to preserve
Nobuyoshi Nakada
2021-06-14
Suppress gcc11 clobbered warning
Nobuyoshi Nakada
2021-02-16
`$LOAD_PATH.resolve_feature_path` should not raise
David Rodríguez
2020-12-11
Suppress a "clobbered" warning by gcc on macOS
Nobuyoshi Nakada
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-09
rb_class_real never returns Qnil
Nobuyoshi Nakada
2020-07-09
Document that Kernel#load will load relative to current directory [ci skip]
Jeremy Evans
2020-06-29
search_required: do not goto into a branch
卜部昌平
2020-06-29
rb_feature_p: do not goto into a branch
卜部昌平
2020-06-01
[DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip]
MSP-Greg
2020-05-30
[DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip]
Nobuyoshi Nakada
2020-05-30
[DOC] mentioned "explicit relative path" [ci skip]
Nobuyoshi Nakada
2020-04-30
Remove deprecated rb_require_safe
Jeremy Evans
2020-02-04
Add the loaded feature after no exception raised
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-03
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-11-19
care about TAG_FATAL.
Koichi Sasada
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
delete `$` sign from C identifiers
卜部昌平
2019-08-27
struct MEMO now free from ANYARGS
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-18
Omit a tag unless loading with a wrapper module
Nobuyoshi Nakada
2019-08-09
Should require without wrapper module
Nobuyoshi Nakada
2019-08-08
Reduce unnecessary EXEC_TAG in require
Nobuyoshi Nakada
2019-08-08
solve "duplicate :raise event" in require too [Bug #15877]
Nobuyoshi Nakada
2019-08-08
Use `ec` instead of `th->ec` where the `th` came from the `ec`
Nobuyoshi Nakada
2019-08-08
* expand tabs.
git
2019-08-08
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-05
Do not expect RSTRING_PTR valid after rb_fstring
Nobuyoshi Nakada
[next]