aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame2010-10-261-38/+42
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-14/+5
* Commit miss.nobu2010-10-191-5/+14
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-14/+5
* * variable.c (rb_mod_remove_const): update rdoc.nobu2010-10-171-2/+4
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-8/+12
* * enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse2010-10-031-1/+1
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-1/+1
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* * variable.c (uninitialized_constant): process throughmatz2010-06-121-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-14/+14
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-111-2/+9
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-21/+0
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+21
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+38
* * variable.c (obj_ivar_i): fixed argument types.nobu2009-12-051-4/+6
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * variable.c: fixed type.nobu2009-09-221-13/+13
* * variable.c (rb_mod_remove_const): do not change VM state when annobu2009-09-131-14/+14
* * variable.c (rb_autoload): initialize typed data.nobu2009-09-091-1/+1
* * variable.c (autoload_data_type): typed.nobu2009-09-091-10/+25