mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
* load.c (rb_get_expanded_load_path): does not expand paths if all
the items in $: are absolute paths. [ruby-core:28113] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd684f1082
commit
d9fe7ef492
4 changed files with 24 additions and 9 deletions
|
@ -366,6 +366,7 @@ char *rb_path_skip_prefix(const char *);
|
|||
char *rb_path_last_separator(const char *);
|
||||
char *rb_path_end(const char *);
|
||||
VALUE rb_file_directory_p(VALUE,VALUE);
|
||||
int rb_is_absolute_path(const char *);
|
||||
/* gc.c */
|
||||
void ruby_set_stack_size(size_t);
|
||||
NORETURN(void rb_memerror(void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue