| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * load.c (rb_get_load_path): returns the load path without | nobu | 2008-12-04 | 1 | -18/+14 |
* | * load.c (rb_require_safe): destroys barrier after successfully | nobu | 2008-11-11 | 1 | -4/+8 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -2/+1 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -0/+3 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -5/+7 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -5/+5 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -3/+3 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -11/+20 |
* | * load.c (rb_require_safe): should check fname path after $SAFE is | matz | 2008-04-08 | 1 | -2/+2 |
* | * load.c (rb_provided): check expanded path for relative path | nobu | 2008-04-07 | 1 | -0/+6 |
* | * load.c (rb_feature_p): get rid of unlimited alloca. | nobu | 2008-01-16 | 1 | -1/+5 |
* | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz | 2007-12-25 | 1 | -1/+1 |
* | * load.c (load_lock): reverted. | nobu | 2007-12-24 | 1 | -2/+1 |
* | * load.c (rb_feature_p): returns loading path name too. | nobu | 2007-12-24 | 1 | -21/+38 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -4/+1 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+668 |