aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * load.c (rb_mod_autoload): try conversion to path like asnobu2009-06-131-1/+1
* stripped trailing spaces.nobu2009-02-221-7/+7
* * eval_intern.h (translit_char): moved from ruby.c.nobu2009-02-191-1/+10
* * load.c (load_lock): warn for circular require. [ruby-core:20794],nobu2009-02-031-0/+1
* * load.c (rb_require_safe): raises when the path to be loaded isnobu2009-01-311-1/+5
* * load.c (rb_feature_provided): should not calculate len by pointershugo2009-01-291-1/+1
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-1/+1
* * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa2008-12-161-1/+1
* * load.c (rb_feature_p): load path must be expanded.nobu2008-12-121-1/+18
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-18/+14
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-4/+8
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-2/+1
* * common.mk: clean upko12008-09-231-0/+3
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-5/+7
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-5/+5
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-3/+3
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-11/+20
* * load.c (rb_require_safe): should check fname path after $SAFE ismatz2008-04-081-2/+2
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-071-0/+6
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-161-1/+5
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-1/+1
* * load.c (load_lock): reverted.nobu2007-12-241-2/+1
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-21/+38
* enable several rdoc.akr2007-12-241-4/+1