Age | Commit message (Expand) | Author |
---|---|---|
2024-07-09 | Use `File.write` instead of `Kernel#open` | Nobuyoshi Nakada |
2022-02-06 | support concurrent btest execution | Koichi Sasada |
2013-06-13 | * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb: | shugo |
2011-07-10 | * load.c (rb_f_autoload): prevent to autoload for singleton | mrkn |
2009-06-22 | fix tests for load_path. | akr |
2009-02-12 | * insns.def (defineclass): try to autoload const to be overridden. | nobu |
2009-01-31 | * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const): | nobu |
2008-12-04 | * load.c (rb_get_load_path): returns the load path without | nobu |
2008-04-07 | * bootstraptest/test_autoload.rb: tests for [ruby-dev:34268]. | nobu |
2008-04-07 | * load.c (rb_provided): check expanded path for relative path | nobu |