aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* ThreadShieldnobu2012-07-051-6/+6
* * thread.c (rb_threadptr_execute_interrupts_common):naruse2012-05-111-1/+2
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-2/+2
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-1/+2
* * load.c (ruby_init_ext): don't free the given pointer itself.yugui2012-03-161-2/+3
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-3/+1
* * load.c (load_failed): no need to guard fname, it's stored in the exception ...nobu2012-03-071-1/+0
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-4/+5
* * load.c (rb_f_require): Add note to require for scope of items in thedrbrain2012-02-231-0/+5
* * load.c (load_unlock): update loading table at once.nobu2012-01-131-9/+13
* * load.c (load_unlock): release loading barrier and then remove itnobu2011-12-141-6/+4
* * load.c (load_lock): delete the loading barrier if it has beennobu2011-12-141-1/+9
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-3/+5
* * load.c (rb_feature_p): lazy assigned load_path searched innobu2011-12-121-1/+1
* * load.c (rb_f_require): Improve documentation of Kernel#require.drbrain2011-08-231-16/+25
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+5
* * load.c (rb_f_autoload): prevent to autoload for singletonmrkn2011-07-101-1/+1
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-1/+0
* * internal.h: declare internal functions here.akr2011-06-171-1/+1
* * load.c (loaded_feature_path): cut nonsence loop execution to fixtarui2011-05-311-4/+15
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi2011-05-221-17/+8
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-8/+0
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-101-8/+17
* * load.c (rb_f_require_relative): don't omit return type.nobu2010-12-251-1/+1
* Document require_relativedrbrain2010-12-251-1/+9
* * load.c: parenthesize macro arguments.akr2010-12-181-5/+5
* * load.c (ruby_init_ext): export for golfers.nobu2010-09-041-1/+1
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+4
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-2/+3
* * ruby.c: add prototype of rb_realpath_internal.naruse2010-06-181-0/+1
* * load.c (rb_load_internal): remove call to rb_realpath_internalmame2010-06-171-3/+3
* * load.c (ruby_init_ext): statically linked extensions have nonobu2010-06-031-2/+2
* * load.c (load_failed): use more accurate error message.mame2010-05-301-1/+1
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-6/+6
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-8/+8
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-301-3/+2
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-1/+15
* * load.c (rb_get_expanded_load_path): expand paths if any item in $:shugo2010-03-131-4/+2
* * load.c (rb_get_expanded_load_path): does not expand paths if allshugo2010-03-131-1/+12
* * dln.c (translit_separator): moved back from load.c again.nobu2010-02-241-10/+1
* * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983]marcandre2009-09-231-2/+18
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-2/+2
* * load.c (rb_feature_provided): suppressed warnings.nobu2009-08-181-2/+2
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-18/+18
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-231-26/+26
* * load.c (Init_load): $: must be readonly. [ruby-dev:38690]mame2009-06-211-1/+1
* * load.c (rb_f_require): RDoc updated. a patch from Run Paint Runmatz2009-06-171-5/+5
* * load.c (load_lock): show backtrace at circular require.nobu2009-06-131-1/+4
* * load.c (rb_provide): assumes us-ascii only.nobu2009-06-131-1/+1
* * load.c (rb_require_safe): FilePathValue() implies rb_str_new4().nobu2009-06-131-2/+1