aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * variable.c (rb_f_global_variables): variable names should notmatz2007-11-261-6/+4
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-1/+11
* * variable.c (rb_cvar_set): cvar assignment obey same rule to cvarmatz2007-11-091-35/+27
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-031-9/+61
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-291-1/+1
* * variable.c (rb_ivar_set): fix class instance variable.akr2007-09-291-0/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-70/+192
* * eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz2007-09-011-1/+2
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu2007-06-171-33/+44
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-171-4/+1
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-1/+2
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-071-2/+6
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-1/+1
* * variable.c (ivar_i): need to support class local instancematz2007-02-061-1/+1
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-021-9/+33
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-021-3/+3
* * Merge YARVko12006-12-311-60/+34
* * variable.c (rb_define_const): typo fixed.matz2006-12-111-1/+1
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-041-5/+26
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-1/+1
* * eval.c (rb_f_local_variables): list symbols.matz2006-09-041-4/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * variable.c (rb_mod_name): returns nil for anonymous modules.matz2006-06-221-2/+2