| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698] | nobu | 2008-10-14 | 1 | -23/+25 |
* | * variable.c (rb_mod_remove_cvar): fix r19711. | mame | 2008-10-09 | 1 | -2/+2 |
* | * variable.c (classname, rb_obj_remove_instance_variable), | nobu | 2008-10-08 | 1 | -23/+28 |
* | * variable.c (autoload_delete, autoload_file): should not delete | nobu | 2008-10-08 | 1 | -10/+2 |
* | * variable.c (rb_define_hooked_variable): cast to get rid of compiler | usa | 2008-09-26 | 1 | -2/+2 |
* | * variable.c (global_variable, struct trace_var): made function | nobu | 2008-09-26 | 1 | -21/+29 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -5/+5 |
* | * ext/digest/digest.c (rb_digest_instance_inspect): constified. | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * variable.c (rb_f_trace_var): should not be allowed at safe level 4. | matz | 2008-06-26 | 1 | -0/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -4/+6 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -3/+3 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
* | * variable.c (rb_define_hooked_variable): guard *var from GC to | akr | 2008-05-02 | 1 | -1/+8 |
* | * load.c (rb_provided): check expanded path for relative path | nobu | 2008-04-07 | 1 | -3/+3 |
* | * variable.c (rb_mod_constants): rdoc updated. a patch from | matz | 2008-03-26 | 1 | -2/+2 |
* | * eval.c (rb_f_local_variables): local_variables should return an | matz | 2008-03-10 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -4/+4 |
* | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr | 2008-02-25 | 1 | -16/+16 |
* | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr | 2008-02-13 | 1 | -26/+35 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -3/+3 |
* | * eval.c (rb_exc_raise): ANSI style. | akr | 2007-12-24 | 1 | -2/+1 |
* | * object.c (rb_obj_freeze): preserve frozen state of immediate | matz | 2007-12-18 | 1 | -1/+1 |
* | * variable.c (rb_f_global_variables): variable names should not | matz | 2007-11-26 | 1 | -6/+4 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -1/+11 |
* | * variable.c (rb_cvar_set): cvar assignment obey same rule to cvar | matz | 2007-11-09 | 1 | -35/+27 |
* | * variable.c (rb_cvar_set): check whether class variable is | matz | 2007-10-03 | 1 | -9/+61 |
* | * variable.c (obj_ivar_each): get rid of warning. | usa | 2007-09-29 | 1 | -1/+1 |
* | * variable.c (rb_ivar_set): fix class instance variable. | akr | 2007-09-29 | 1 | -0/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -70/+192 |
* | * eval_jump.ci (rb_f_catch): generate new tag object if no argument is | matz | 2007-09-01 | 1 | -1/+2 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable, | nobu | 2007-06-17 | 1 | -33/+44 |
* | * variable.c (rb_path2class): get rid of dangling pointer caused by | nobu | 2007-06-17 | 1 | -4/+1 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -1/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * iseq.c (prepare_iseq_build): freeze filename and name string. | ko1 | 2007-06-07 | 1 | -2/+6 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -1/+1 |
* | * variable.c (ivar_i): need to support class local instance | matz | 2007-02-06 | 1 | -1/+1 |
* | * vm.c (eval_get_cvar_base): destination for class variable access | matz | 2007-02-02 | 1 | -9/+33 |
* | * variable.c (rb_cvar_set): remove warn argument. | matz | 2007-02-02 | 1 | -3/+3 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -60/+34 |
* | * variable.c (rb_define_const): typo fixed. | matz | 2006-12-11 | 1 | -1/+1 |
* | * intern.h, object.c, variable.c (rb_mod_constants): added an optional | nobu | 2006-12-04 | 1 | -5/+26 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * eval.c (rb_f_local_variables): list symbols. | matz | 2006-09-04 | 1 | -4/+4 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -6/+6 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+1 |
* | * variable.c (rb_mod_name): returns nil for anonymous modules. | matz | 2006-06-22 | 1 | -2/+2 |