summaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-091-4/+15
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+17
* * variable.c (rb_class_path): fixed a variable.nobu2009-07-301-1/+1
* * variable.c (Init_var_tables): initializes __classid__ ID.nobu2009-07-301-6/+3
* * variable.c: use st_data_t for st functions.nobu2009-07-301-69/+76
* * variable.c (rb_generic_ivar_memsize): should not remove genericnobu2009-07-211-5/+5
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-5/+1
* * variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz2009-06-221-1/+1
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+9
* * variable.c (rb_autoload_load): gets rid of false warning.nobu2009-05-161-9/+18
* * variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu2009-05-151-8/+15
* * variable.c (rb_autoload_load): suppress a warning.nobu2009-05-091-1/+1
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-8/+10
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-6/+6
* * variable.c (rb_define_hooked_variable): suppress false assertionnobu2009-02-151-31/+26
* Fix grammos regarding the verb "refer".knu2009-02-101-1/+1
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-311-0/+3
* * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko12009-01-151-1/+5
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-29/+48
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-23/+25
* * variable.c (rb_mod_remove_cvar): fix r19711.mame2008-10-091-2/+2
* * variable.c (classname, rb_obj_remove_instance_variable),nobu2008-10-081-23/+28
* * variable.c (autoload_delete, autoload_file): should not deletenobu2008-10-081-10/+2
* * variable.c (rb_define_hooked_variable): cast to get rid of compilerusa2008-09-261-2/+2
* * variable.c (global_variable, struct trace_var): made functionnobu2008-09-261-21/+29
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-5/+5
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-011-1/+1
* * variable.c (rb_f_trace_var): should not be allowed at safe level 4. matz2008-06-261-0/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-4/+6
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-3/+3
* * suppress warnings with -Wwrite-string.nobu2008-05-311-2/+2
* * variable.c (rb_define_hooked_variable): guard *var from GC toakr2008-05-021-1/+8
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-071-3/+3
* * variable.c (rb_mod_constants): rdoc updated. a patch frommatz2008-03-261-2/+2
* * eval.c (rb_f_local_variables): local_variables should return anmatz2008-03-101-1/+1
* fix doc.akr2008-03-091-4/+4
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-251-16/+16
* * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr2008-02-131-26/+35
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-3/+3
* * eval.c (rb_exc_raise): ANSI style.akr2007-12-241-2/+1
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-1/+1