Age | Commit message (Expand) | Author |
2010-03-11 | * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove | nobu |
2010-01-05 | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui |
2010-01-03 | * trace.h: new file. wraps tracing mechanisms. | yugui |
2009-12-05 | * marshal.c (w_object): dump instance variables when using | nobu |
2009-12-05 | * variable.c (obj_ivar_i): fixed argument types. | nobu |
2009-11-26 | * removed spaces just before tabs. | nobu |
2009-09-22 | * variable.c: fixed type. | nobu |
2009-09-13 | * variable.c (rb_mod_remove_const): do not change VM state when an | nobu |
2009-09-09 | * variable.c (rb_autoload): initialize typed data. | nobu |
2009-09-09 | * variable.c (autoload_data_type): typed. | nobu |
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/module | nobu |
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 generic | nobu |
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 from | matz |
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 assertion | nobu |
2009-02-10 | Fix 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 without | nobu |
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 delete | nobu |
2008-09-26 | * variable.c (rb_define_hooked_variable): cast to get rid of compiler | usa |
2008-09-26 | * variable.c (global_variable, struct trace_var): made function | nobu |
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 to | akr |
2008-04-07 | * load.c (rb_provided): check expanded path for relative path | nobu |
2008-03-26 | * variable.c (rb_mod_constants): rdoc updated. a patch from | matz |
2008-03-10 | * eval.c (rb_f_local_variables): local_variables should return an | matz |
2008-03-09 | fix 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 of | akr |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |