| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | * variable.c (uninitialized_constant): process through | matz | 2010-06-12 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -14/+14 |
* | * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove | nobu | 2010-03-11 | 1 | -2/+9 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -21/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+21 |
* | * marshal.c (w_object): dump instance variables when using | nobu | 2009-12-05 | 1 | -0/+38 |
* | * variable.c (obj_ivar_i): fixed argument types. | nobu | 2009-12-05 | 1 | -4/+6 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * variable.c: fixed type. | nobu | 2009-09-22 | 1 | -13/+13 |
* | * variable.c (rb_mod_remove_const): do not change VM state when an | nobu | 2009-09-13 | 1 | -14/+14 |
* | * variable.c (rb_autoload): initialize typed data. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * variable.c (autoload_data_type): typed. | nobu | 2009-09-09 | 1 | -10/+25 |
* | * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): | nobu | 2009-08-09 | 1 | -4/+15 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 1 | -0/+17 |
* | * variable.c (rb_class_path): fixed a variable. | nobu | 2009-07-30 | 1 | -1/+1 |
* | * variable.c (Init_var_tables): initializes __classid__ ID. | nobu | 2009-07-30 | 1 | -6/+3 |
* | * variable.c: use st_data_t for st functions. | nobu | 2009-07-30 | 1 | -69/+76 |
* | * variable.c (rb_generic_ivar_memsize): should not remove generic | nobu | 2009-07-21 | 1 | -5/+5 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -5/+1 |
* | * variable.c (rb_generic_ivar_memsize): typo fixed. a patch from | matz | 2009-06-22 | 1 | -1/+1 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+9 |
* | * variable.c (rb_autoload_load): gets rid of false warning. | nobu | 2009-05-16 | 1 | -9/+18 |
* | * variable.c (rb_autoload_load): checks if iv_tbl is valid. | nobu | 2009-05-15 | 1 | -8/+15 |
* | * variable.c (rb_autoload_load): suppress a warning. | nobu | 2009-05-09 | 1 | -1/+1 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -8/+10 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -6/+6 |
* | * variable.c (rb_define_hooked_variable): suppress false assertion | nobu | 2009-02-15 | 1 | -31/+26 |
* | Fix grammos regarding the verb "refer". | knu | 2009-02-10 | 1 | -1/+1 |
* | * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const): | nobu | 2009-01-31 | 1 | -0/+3 |
* | * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): | ko1 | 2009-01-15 | 1 | -1/+5 |
* | * load.c (rb_get_load_path): returns the load path without | nobu | 2008-12-04 | 1 | -29/+48 |
* | * 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 |