summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
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
2009-05-16* variable.c (rb_autoload_load): gets rid of false warning.nobu
2009-05-15* variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu
2009-05-09* variable.c (rb_autoload_load): suppress a warning.nobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-15* variable.c (rb_define_hooked_variable): suppress false assertionnobu
2009-02-10Fix grammos regarding the verb "refer".knu
2009-01-31* variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu
2009-01-15* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko1
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-10-14* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu
2008-10-09* variable.c (rb_mod_remove_cvar): fix r19711.mame
2008-10-08* variable.c (classname, rb_obj_remove_instance_variable),nobu
2008-10-08* variable.c (autoload_delete, autoload_file): should not deletenobu
2008-09-26 * variable.c (rb_define_hooked_variable): cast to get rid of compilerusa
2008-09-26* variable.c (global_variable, struct trace_var): made functionnobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-01 * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei
2008-06-26* variable.c (rb_f_trace_var): should not be allowed at safe level 4. matz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-02* variable.c (rb_define_hooked_variable): guard *var from GC toakr
2008-04-07* load.c (rb_provided): check expanded path for relative pathnobu
2008-03-26* variable.c (rb_mod_constants): rdoc updated. a patch frommatz
2008-03-10* eval.c (rb_f_local_variables): local_variables should return anmatz
2008-03-09fix doc.akr
2008-02-25* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr
2008-02-13* include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-24* proc.c (method_name): preserve Symbol's encoding.matz
2007-12-24* eval.c (rb_exc_raise): ANSI style.akr
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz
2007-11-26* variable.c (rb_f_global_variables): variable names should notmatz
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-09* variable.c (rb_cvar_set): cvar assignment obey same rule to cvarmatz
2007-10-03* variable.c (rb_cvar_set): check whether class variable ismatz
2007-09-29 * variable.c (obj_ivar_each): get rid of warning.usa
2007-09-29* variable.c (rb_ivar_set): fix class instance variable.akr
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr