summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2012-12-04marshal.c: GC guardnobu
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-11-29variable.c: show namespacenobu
2012-08-23remove trailing spaces.nobu
2012-08-06variable.c: split CVAR_LOOKUPnobu
2012-07-31variable.c: fix r36574nobu
2012-07-30variable.c: fix r36574nobu
2012-07-30variable.c: tmp_classpathnobu
2012-07-28variable.c: RB_TYPE_Pnobu
2012-07-19* variable.c (rb_mod_class_variables): return inherited variablesshugo
2012-06-22variable.c: fix indentnobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-04* variable.c (mark_global_entry): remove unused variable.nobu
2012-04-04fix typo in r35183nobu
2012-03-30* hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu
2012-03-14* variable.c: Simplify rdoc for remove_const [Bug #5354]marcandre
2012-02-14* variable.c (autoload_const_set, autoload_require): fixnobu
2011-12-08* variable.c (set_const_visibility): clear inine-cache when constant'snagachika
2011-12-03* variable.c (set_const_visibility): print a warning when no argumentmame
2011-12-03* variable.c (set_const_visibility): Module#private_constant hasmame
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-09-01* variable.c (rb_autoloading_value) Fix the order of definitions.naruse
2011-08-31* variable.c (rb_autoload): There was a chance to run GC (fromnahi
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi
2011-08-11* variable.c (autoload_delete): An autoload entry is still in a nahi
2011-08-03* variable.c (check_before_mod_set): should be static.nobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* parse.y (rb_check_id): make the given name a symbol or a string.nobu
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-06-30* class.c (Init_class_hierarchy): should name BasicObjectmatz
2011-06-29* variable.c (rb_const_get_0): should not look for superclasses ifmatz
2011-06-17* internal.h: declare internal functions here.akr
2011-06-17* remove trailing spaces.nobu
2011-06-16 * variable.c (const_missing): Add simple example of const_missing.drbrain
2011-05-18* internal.h: add for internal use only.nobu
2011-04-14* variable.c (rb_autoload_p): search superclasses as same as actualnobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2011-01-28* variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame
2011-01-28* variable.c (rb_const_set): const_set shoud preserve constantmame
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2011-01-28* variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame
2011-01-11* variable.c: parenthesize macro arguments.akr
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame