aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* marshal.c: GC guardnobu2012-12-041-0/+1
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-011-6/+28
* variable.c: show namespacenobu2012-11-291-1/+5
* remove trailing spaces.nobu2012-08-231-1/+1
* variable.c: split CVAR_LOOKUPnobu2012-08-061-21/+28
* variable.c: fix r36574nobu2012-07-311-15/+39
* variable.c: fix r36574nobu2012-07-301-14/+16
* variable.c: tmp_classpathnobu2012-07-301-11/+39
* variable.c: RB_TYPE_Pnobu2012-07-281-24/+23
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-191-12/+71
* variable.c: fix indentnobu2012-06-221-4/+4
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-4/+8
* * variable.c (mark_global_entry): remove unused variable.nobu2012-04-041-1/+0
* fix typo in r35183nobu2012-04-041-1/+1
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-301-9/+29
* * variable.c: Simplify rdoc for remove_const [Bug #5354]marcandre2012-03-141-4/+3
* * variable.c (autoload_const_set, autoload_require): fixnobu2012-02-141-5/+8
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-081-3/+9
* * variable.c (set_const_visibility): print a warning when no argumentmame2011-12-031-0/+4
* * variable.c (set_const_visibility): Module#private_constant hasmame2011-12-031-1/+1
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-301-1/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-1/+8
* * variable.c (rb_autoloading_value) Fix the order of definitions.naruse2011-09-011-12/+12
* * variable.c (rb_autoload): There was a chance to run GC (fromnahi2011-08-311-6/+6
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-31/+163
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-163/+31
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-31/+163
* * variable.c (autoload_delete): An autoload entry is still in a nahi2011-08-111-3/+1
* * variable.c (check_before_mod_set): should be static.nobu2011-08-031-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-2/+9
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-3/+3
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-3/+29
* * class.c (Init_class_hierarchy): should name BasicObjectmatz2011-06-301-1/+1
* * variable.c (rb_const_get_0): should not look for superclasses ifmatz2011-06-291-1/+1
* * internal.h: declare internal functions here.akr2011-06-171-3/+0
* * remove trailing spaces.nobu2011-06-171-1/+1
* * variable.c (const_missing): Add simple example of const_missing.drbrain2011-06-161-20/+28
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-141-1/+4
* * variable.c (rb_const_defined_0): fix autoloading base.nobu2011-03-241-1/+1
* * prevent temporary objects from GC, and should not usenobu2011-02-201-1/+2
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-1/+1
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-3/+5
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-3/+7
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-10/+50
* * variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame2011-01-281-1/+1
* * variable.c: parenthesize macro arguments.akr2011-01-111-1/+1
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-1/+56
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-261-10/+25