| Commit message (Expand) | Author | Age | Files | Lines |
* | variable.c: split CVAR_LOOKUP | nobu | 2012-08-06 | 1 | -21/+28 |
* | variable.c: fix r36574 | nobu | 2012-07-31 | 1 | -15/+39 |
* | variable.c: fix r36574 | nobu | 2012-07-30 | 1 | -14/+16 |
* | variable.c: tmp_classpath | nobu | 2012-07-30 | 1 | -11/+39 |
* | variable.c: RB_TYPE_P | nobu | 2012-07-28 | 1 | -24/+23 |
* | * variable.c (rb_mod_class_variables): return inherited variables | shugo | 2012-07-19 | 1 | -12/+71 |
* | variable.c: fix indent | nobu | 2012-06-22 | 1 | -4/+4 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -4/+8 |
* | * variable.c (mark_global_entry): remove unused variable. | nobu | 2012-04-04 | 1 | -1/+0 |
* | fix typo in r35183 | nobu | 2012-04-04 | 1 | -1/+1 |
* | * hash.c, marshal.c, object.c, variable.c: fix callback argument types | nobu | 2012-03-30 | 1 | -9/+29 |
* | * variable.c: Simplify rdoc for remove_const [Bug #5354] | marcandre | 2012-03-14 | 1 | -4/+3 |
* | * variable.c (autoload_const_set, autoload_require): fix | nobu | 2012-02-14 | 1 | -5/+8 |
* | * variable.c (set_const_visibility): clear inine-cache when constant's | nagachika | 2011-12-08 | 1 | -3/+9 |
* | * variable.c (set_const_visibility): print a warning when no argument | mame | 2011-12-03 | 1 | -0/+4 |
* | * variable.c (set_const_visibility): Module#private_constant has | mame | 2011-12-03 | 1 | -1/+1 |
* | * variable.c (rb_path2class): don't raise NameError when the middle | naruse | 2011-11-30 | 1 | -1/+1 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -3/+3 |
* | * variable.c (rb_const_set): show the previous definition | nobu | 2011-09-03 | 1 | -1/+8 |
* | * variable.c (rb_autoloading_value) Fix the order of definitions. | naruse | 2011-09-01 | 1 | -12/+12 |
* | * variable.c (rb_autoload): There was a chance to run GC (from | nahi | 2011-08-31 | 1 | -6/+6 |
* | * Re-apply r33078, thread-safe autoload which is reverted at r33093. | nahi | 2011-08-31 | 1 | -31/+163 |
* | * Revert r33078. It caused a Rails application NoMethodError. | nahi | 2011-08-27 | 1 | -163/+31 |
* | * variable.c: Make autoload thread-safe. See #921. | nahi | 2011-08-26 | 1 | -31/+163 |
* | * variable.c (autoload_delete): An autoload entry is still in a | nahi | 2011-08-11 | 1 | -3/+1 |
* | * variable.c (check_before_mod_set): should be static. | nobu | 2011-08-03 | 1 | -1/+1 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -2/+9 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -3/+3 |
* | * error.c (rb_name_error_str): new function to raise NameError | nobu | 2011-07-23 | 1 | -3/+29 |
* | * class.c (Init_class_hierarchy): should name BasicObject | matz | 2011-06-30 | 1 | -1/+1 |
* | * variable.c (rb_const_get_0): should not look for superclasses if | matz | 2011-06-29 | 1 | -1/+1 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -3/+0 |
* | * remove trailing spaces. | nobu | 2011-06-17 | 1 | -1/+1 |
* | * variable.c (const_missing): Add simple example of const_missing. | drbrain | 2011-06-16 | 1 | -20/+28 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+1 |
* | * variable.c (rb_autoload_p): search superclasses as same as actual | nobu | 2011-04-14 | 1 | -1/+4 |
* | * variable.c (rb_const_defined_0): fix autoloading base. | nobu | 2011-03-24 | 1 | -1/+1 |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+2 |
* | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse | 2011-01-31 | 1 | -1/+1 |
* | * variable.c (rb_mod_const_of, sv_i): Module#constant should exclude | mame | 2011-01-28 | 1 | -3/+5 |
* | * variable.c (rb_const_set): const_set shoud preserve constant | mame | 2011-01-28 | 1 | -3/+7 |
* | * constant.h, variable.c: to ensure compatibility, rb_const_get_* must | mame | 2011-01-28 | 1 | -10/+50 |
* | * variable.c (set_const_visibility): fix typo. a patch from Tomoyuki | mame | 2011-01-28 | 1 | -1/+1 |
* | * variable.c: parenthesize macro arguments. | akr | 2011-01-11 | 1 | -1/+1 |
* | * object.c (Init_Object), constant.h, variable.c | mame | 2010-10-26 | 1 | -1/+56 |
* | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame | 2010-10-26 | 1 | -10/+25 |
* | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame | 2010-10-26 | 1 | -38/+42 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -14/+5 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -5/+14 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -14/+5 |