aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (classname): the name of class that hasktsj2013-09-071-1/+6
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-041-8/+13
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-181-2/+0
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-5/+0
* * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko12013-06-211-2/+2
* * variable.c (rb_const_set): fix WB miss.ko12013-06-181-4/+4
* * variable.c (rb_autoload): fix WB miss.ko12013-06-181-0/+1
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-141-6/+30
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-18/+0
* * variable.c (rb_const_set): fix missing semicolon.ktsj2013-06-071-1/+1
* * variable.c (rb_const_set): fix variable type.nobu2013-06-071-2/+2
* no clearing method cachenobu2013-05-251-0/+1
* eval.c: rb_frame_callee returns current namenobu2013-05-251-1/+1
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-1/+1
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+4
* variable.c: move warnings to rb_ivar_getnobu2013-05-021-13/+13
* id.def: predefined IDsnobu2013-05-021-1/+2
* * variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse2012-12-271-1/+1
* internal.h: quote unprintablenobu2012-12-221-59/+72
* 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