index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document that Kernel#load will load relative to current directory [ci skip]
Jeremy Evans
2020-07-09
1
-3
/
+15
*
search_required: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
rb_feature_p: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
[DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip]
MSP-Greg
2020-06-01
1
-0
/
+2
*
[DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip]
Nobuyoshi Nakada
2020-05-30
1
-6
/
+6
*
[DOC] mentioned "explicit relative path" [ci skip]
Nobuyoshi Nakada
2020-05-30
1
-10
/
+14
*
Remove deprecated rb_require_safe
Jeremy Evans
2020-04-30
1
-17
/
+0
*
Add the loaded feature after no exception raised
Nobuyoshi Nakada
2020-02-04
1
-2
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+11
*
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-12-03
1
-1
/
+1
*
care about TAG_FATAL.
Koichi Sasada
2019-11-19
1
-1
/
+4
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-30
/
+38
*
delete unused functions
卜部昌平
2019-11-14
1
-7
/
+0
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-1
/
+1
*
delete `$` sign from C identifiers
卜部昌平
2019-08-27
1
-3
/
+3
*
struct MEMO now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-3
/
+10
*
Omit a tag unless loading with a wrapper module
Nobuyoshi Nakada
2019-08-18
1
-11
/
+13
*
Should require without wrapper module
Nobuyoshi Nakada
2019-08-09
1
-0
/
+7
*
Reduce unnecessary EXEC_TAG in require
Nobuyoshi Nakada
2019-08-08
1
-24
/
+55
*
solve "duplicate :raise event" in require too [Bug #15877]
Nobuyoshi Nakada
2019-08-08
1
-1
/
+0
*
Use `ec` instead of `th->ec` where the `th` came from the `ec`
Nobuyoshi Nakada
2019-08-08
1
-4
/
+4
*
* expand tabs.
git
2019-08-08
1
-1
/
+1
*
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-08
1
-32
/
+11
*
Do not expect RSTRING_PTR valid after rb_fstring
Nobuyoshi Nakada
2019-08-05
1
-2
/
+2
*
* expand tabs.
git
2019-08-04
1
-1
/
+1
*
Fix dangling path name from fstring
Nobuyoshi Nakada
2019-08-04
1
-1
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-14
1
-0
/
+1
*
Document $LOAD_PATH.resolve_feature_path in globals.rdoc
Benoit Daloze
2019-07-13
1
-2
/
+1
*
$LOAD_PATH.resolve_feature_path
Nobuyoshi Nakada
2019-07-11
1
-0
/
+1
*
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
1
-2
/
+1
*
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-21
1
-9
/
+26
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-4
/
+4
*
* expand tabs.
svn
2018-12-31
1
-1
/
+1
*
load.c: resolve_feature_path
nobu
2018-12-31
1
-3
/
+11
*
vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]
mame
2018-12-30
1
-10
/
+1
*
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-27
1
-3
/
+2
*
`script_compiled` TracePoint event [Feature #15287]
ko1
2018-12-06
1
-1
/
+3
*
load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]
mame
2018-12-06
1
-0
/
+36
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-1
/
+1
*
load.c: use ruby_sized_xfree for calloc-ed RArray VALUE
normal
2018-05-21
1
-1
/
+1
*
load.c: reduce memory usage of loaded_features_index
tenderlove
2018-02-14
1
-21
/
+20
*
load.c: use rb_warning directly
normal
2018-01-20
1
-3
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
1
-1
/
+1
*
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
1
-1
/
+1
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-6
/
+6
*
load.c: cwd encoding
nobu
2017-11-12
1
-11
/
+2
*
th->ec: rb_load_internal0
ko1
2017-11-07
1
-11
/
+12
*
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
1
-2
/
+2
[next]