| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * load.c (load_unlock): update loading table at once. | nobu | 2012-01-13 | 1 | -9/+13 |
* | * load.c (load_unlock): release loading barrier and then remove it | nobu | 2011-12-14 | 1 | -6/+4 |
* | * load.c (load_lock): delete the loading barrier if it has been | nobu | 2011-12-14 | 1 | -1/+9 |
* | * load.c (load_unlock): all threads requiring one file should | nobu | 2011-12-13 | 1 | -3/+5 |
* | * load.c (rb_feature_p): lazy assigned load_path searched in | nobu | 2011-12-12 | 1 | -1/+1 |
* | * load.c (rb_f_require): Improve documentation of Kernel#require. | drbrain | 2011-08-23 | 1 | -16/+25 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -1/+5 |
* | * load.c (rb_f_autoload): prevent to autoload for singleton | mrkn | 2011-07-10 | 1 | -1/+1 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -1/+1 |
* | * load.c (loaded_feature_path): cut nonsence loop execution to fix | tarui | 2011-05-31 | 1 | -4/+15 |
* | * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255. | nahi | 2011-05-22 | 1 | -17/+8 |
* | * load.c (rb_get_expanded_load_path): always expand load paths. | nobu | 2011-02-05 | 1 | -8/+0 |
* | * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is case | nobu | 2011-01-10 | 1 | -8/+17 |
* | * load.c (rb_f_require_relative): don't omit return type. | nobu | 2010-12-25 | 1 | -1/+1 |
* | Document require_relative | drbrain | 2010-12-25 | 1 | -1/+9 |
* | * load.c: parenthesize macro arguments. | akr | 2010-12-18 | 1 | -5/+5 |
* | * load.c (ruby_init_ext): export for golfers. | nobu | 2010-09-04 | 1 | -1/+1 |
* | * load.c (rb_provide_feature): clarify error message for frozen | nobu | 2010-08-29 | 1 | -0/+4 |
* | * load.c (load_failed): should honor encoding. [ruby-core:31915] | nobu | 2010-08-29 | 1 | -2/+3 |
* | * ruby.c: add prototype of rb_realpath_internal. | naruse | 2010-06-18 | 1 | -0/+1 |
* | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame | 2010-06-17 | 1 | -3/+3 |
* | * load.c (ruby_init_ext): statically linked extensions have no | nobu | 2010-06-03 | 1 | -2/+2 |
* | * load.c (load_failed): use more accurate error message. | mame | 2010-05-30 | 1 | -1/+1 |
* | * hash.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -6/+6 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -8/+8 |
* | * file.c (rb_file_dirname): split from rb_file_s_dirname. | nobu | 2010-03-30 | 1 | -3/+2 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -1/+15 |
* | * load.c (rb_get_expanded_load_path): expand paths if any item in $: | shugo | 2010-03-13 | 1 | -4/+2 |
* | * load.c (rb_get_expanded_load_path): does not expand paths if all | shugo | 2010-03-13 | 1 | -1/+12 |
* | * dln.c (translit_separator): moved back from load.c again. | nobu | 2010-02-24 | 1 | -10/+1 |
* | * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983] | marcandre | 2009-09-23 | 1 | -2/+18 |
* | * load.c (rb_feature_provided): fixed for autoloading extension | nobu | 2009-09-09 | 1 | -2/+2 |
* | * load.c (rb_feature_provided): suppressed warnings. | nobu | 2009-08-18 | 1 | -2/+2 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -18/+18 |
* | * file.c (rb_find_file_ext, rb_find_file): no needs to expand | nobu | 2009-06-23 | 1 | -26/+26 |
* | * load.c (Init_load): $: must be readonly. [ruby-dev:38690] | mame | 2009-06-21 | 1 | -1/+1 |
* | * load.c (rb_f_require): RDoc updated. a patch from Run Paint Run | matz | 2009-06-17 | 1 | -5/+5 |
* | * load.c (load_lock): show backtrace at circular require. | nobu | 2009-06-13 | 1 | -1/+4 |
* | * load.c (rb_provide): assumes us-ascii only. | nobu | 2009-06-13 | 1 | -1/+1 |
* | * load.c (rb_require_safe): FilePathValue() implies rb_str_new4(). | nobu | 2009-06-13 | 1 | -2/+1 |
* | * load.c (rb_mod_autoload): try conversion to path like as | nobu | 2009-06-13 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -7/+7 |
* | * eval_intern.h (translit_char): moved from ruby.c. | nobu | 2009-02-19 | 1 | -1/+10 |
* | * load.c (load_lock): warn for circular require. [ruby-core:20794], | nobu | 2009-02-03 | 1 | -0/+1 |
* | * load.c (rb_require_safe): raises when the path to be loaded is | nobu | 2009-01-31 | 1 | -1/+5 |
* | * load.c (rb_feature_provided): should not calculate len by pointer | shugo | 2009-01-29 | 1 | -1/+1 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -1/+1 |
* | * ruby.c (set_arg0): use strlcpy() instead of strncpy(). | usa | 2008-12-16 | 1 | -1/+1 |
* | * load.c (rb_feature_p): load path must be expanded. | nobu | 2008-12-12 | 1 | -1/+18 |