summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2012-12-01adjust style.nobu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-06Fix typos in commentsshirosaki
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05Cache the expanded load pathshirosaki
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-05Expose whether two arrays are sharedshirosaki
2012-11-05Clarify and explain loaded_feature_path and rb_feature_pshirosaki
2012-10-29load.c: adjust stylenobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23load.c: keep encoding of feature namenobu
2012-07-05ThreadShieldnobu
2012-05-11* thread.c (rb_threadptr_execute_interrupts_common):naruse
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-16* load.c (ruby_init_ext): don't free the given pointer itself.yugui
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-07* load.c (load_failed): no need to guard fname, it's stored in the exception ...nobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-02-23* load.c (rb_f_require): Add note to require for scope of items in thedrbrain
2012-01-13* load.c (load_unlock): update loading table at once.nobu
2011-12-14* load.c (load_unlock): release loading barrier and then remove itnobu
2011-12-14* load.c (load_lock): delete the loading barrier if it has beennobu
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-12-12* load.c (rb_feature_p): lazy assigned load_path searched innobu
2011-08-23* load.c (rb_f_require): Improve documentation of Kernel#require.drbrain
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-10* load.c (rb_f_autoload): prevent to autoload for singletonmrkn
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
2011-06-17* internal.h: declare internal functions here.akr
2011-05-31 * load.c (loaded_feature_path): cut nonsence loop execution to fixtarui
2011-05-22* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2011-01-10* include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu
2010-12-25* load.c (rb_f_require_relative): don't omit return type.nobu
2010-12-25Document require_relativedrbrain
2010-12-18* load.c: parenthesize macro arguments.akr
2010-09-04* load.c (ruby_init_ext): export for golfers.nobu
2010-08-29* load.c (rb_provide_feature): clarify error message for frozennobu
2010-08-29* load.c (load_failed): should honor encoding. [ruby-core:31915]nobu
2010-06-18* ruby.c: add prototype of rb_realpath_internal.naruse
2010-06-17* load.c (rb_load_internal): remove call to rb_realpath_internalmame
2010-06-03* load.c (ruby_init_ext): statically linked extensions have nonobu
2010-05-30* load.c (load_failed): use more accurate error message.mame
2010-05-17* hash.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-13* load.c (rb_get_expanded_load_path): expand paths if any item in $:shugo
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo