Age | Commit message (Expand) | Author |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-03 | * variable.c (rb_const_set): show the previous definition | nobu |
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 (from | nahi |
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 raise | nobu |
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 NameError | nobu |
2011-06-30 | * class.c (Init_class_hierarchy): should name BasicObject | matz |
2011-06-29 | * variable.c (rb_const_get_0): should not look for superclasses if | matz |
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 actual | nobu |
2011-03-24 | * variable.c (rb_const_defined_0): fix autoloading base. | nobu |
2011-02-20 | * prevent temporary objects from GC, and should not use | nobu |
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 exclude | mame |
2011-01-28 | * variable.c (rb_const_set): const_set shoud preserve constant | mame |
2011-01-28 | * constant.h, variable.c: to ensure compatibility, rb_const_get_* must | mame |
2011-01-28 | * variable.c (set_const_visibility): fix typo. a patch from Tomoyuki | mame |
2011-01-11 | * variable.c: parenthesize macro arguments. | akr |
2010-10-26 | * object.c (Init_Object), constant.h, variable.c | mame |
2010-10-26 | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame |
2010-10-26 | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame |
2010-10-24 | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu |
2010-10-19 | Commit miss. | nobu |
2010-10-19 | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu |
2010-10-17 | * variable.c (rb_mod_remove_const): update rdoc. | nobu |
2010-10-12 | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu |
2010-10-03 | * enc/unicode.c (onigenc_unicode_property_name_to_ctype): | naruse |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu |
2010-06-12 | * variable.c (uninitialized_constant): process through | matz |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-03-11 | * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove | nobu |
2010-01-05 | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui |
2010-01-03 | * trace.h: new file. wraps tracing mechanisms. | yugui |
2009-12-05 | * marshal.c (w_object): dump instance variables when using | nobu |
2009-12-05 | * variable.c (obj_ivar_i): fixed argument types. | nobu |
2009-11-26 | * removed spaces just before tabs. | nobu |
2009-09-22 | * variable.c: fixed type. | nobu |
2009-09-13 | * variable.c (rb_mod_remove_const): do not change VM state when an | nobu |
2009-09-09 | * variable.c (rb_autoload): initialize typed data. | nobu |
2009-09-09 | * variable.c (autoload_data_type): typed. | nobu |