summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
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
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-19Commit 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): macronobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-06-12* variable.c (uninitialized_constant): process throughmatz
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 removenobu
2010-01-05removes 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 usingnobu
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 annobu
2009-09-09* variable.c (rb_autoload): initialize typed data.nobu
2009-09-09* variable.c (autoload_data_type): typed.nobu
2009-08-09* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-30* variable.c (rb_class_path): fixed a variable.nobu
2009-07-30* variable.c (Init_var_tables): initializes __classid__ ID.nobu
2009-07-30* variable.c: use st_data_t for st functions.nobu
2009-07-21* variable.c (rb_generic_ivar_memsize): should not remove genericnobu
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-06-22* variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz
2009-06-16* array.c (rb_ary_memsize): added.ko1