| Commit message (Expand) | Author | Age | Files | Lines |
* | * variable.c: Adding extra example in docs. [Bug #9210] | ayumin | 2013-12-30 | 1 | -2/+3 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -8/+8 |
* | * array.c: fix comment to remove the word "shady". | ko1 | 2013-12-13 | 1 | -1/+1 |
* | variable.c: rb_class_path_cached | nobu | 2013-12-09 | 1 | -0/+12 |
* | variable.c: frozen class name | nobu | 2013-12-08 | 1 | -3/+2 |
* | * variable.c (rb_mod_constants): when calling Module#constants with | charliesome | 2013-12-02 | 1 | -4/+23 |
* | * gc.c: add support to estimate increase of oldspace memory usage. | ko1 | 2013-11-05 | 1 | -1/+1 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+2 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -6/+6 |
* | variable.c: real class name | nobu | 2013-10-19 | 1 | -1/+1 |
* | * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr... | tmm1 | 2013-10-19 | 1 | -2/+4 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 | 2013-10-11 | 1 | -0/+5 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | * variable.c (classname): the name of class that has | ktsj | 2013-09-07 | 1 | -1/+6 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -8/+13 |
* | * variable.c, vm_method.c: remove dead code. | ktsj | 2013-08-18 | 1 | -2/+0 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -5/+0 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -2/+2 |
* | * variable.c (rb_const_set): fix WB miss. | ko1 | 2013-06-18 | 1 | -4/+4 |
* | * variable.c (rb_autoload): fix WB miss. | ko1 | 2013-06-18 | 1 | -0/+1 |
* | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 | 2013-06-14 | 1 | -6/+30 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -18/+0 |
* | * variable.c (rb_const_set): fix missing semicolon. | ktsj | 2013-06-07 | 1 | -1/+1 |
* | * variable.c (rb_const_set): fix variable type. | nobu | 2013-06-07 | 1 | -2/+2 |
* | no clearing method cache | nobu | 2013-05-25 | 1 | -0/+1 |
* | eval.c: rb_frame_callee returns current name | nobu | 2013-05-25 | 1 | -1/+1 |
* | * variable.c (set_const_visibility): use rb_frame_this_func() instead | charliesome | 2013-05-24 | 1 | -1/+1 |
* | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 | 2013-05-13 | 1 | -1/+4 |
* | variable.c: move warnings to rb_ivar_get | nobu | 2013-05-02 | 1 | -13/+13 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -1/+2 |
* | * variable.c (rb_mod_remove_const): fix segv caused by r38558. | naruse | 2012-12-27 | 1 | -1/+1 |
* | internal.h: quote unprintable | nobu | 2012-12-22 | 1 | -59/+72 |
* | marshal.c: GC guard | nobu | 2012-12-04 | 1 | -0/+1 |
* | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove | 2012-12-01 | 1 | -6/+28 |
* | variable.c: show namespace | nobu | 2012-11-29 | 1 | -1/+5 |
* | remove trailing spaces. | nobu | 2012-08-23 | 1 | -1/+1 |
* | variable.c: split CVAR_LOOKUP | nobu | 2012-08-06 | 1 | -21/+28 |
* | variable.c: fix r36574 | nobu | 2012-07-31 | 1 | -15/+39 |
* | variable.c: fix r36574 | nobu | 2012-07-30 | 1 | -14/+16 |
* | variable.c: tmp_classpath | nobu | 2012-07-30 | 1 | -11/+39 |
* | variable.c: RB_TYPE_P | nobu | 2012-07-28 | 1 | -24/+23 |
* | * variable.c (rb_mod_class_variables): return inherited variables | shugo | 2012-07-19 | 1 | -12/+71 |
* | variable.c: fix indent | nobu | 2012-06-22 | 1 | -4/+4 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -4/+8 |
* | * variable.c (mark_global_entry): remove unused variable. | nobu | 2012-04-04 | 1 | -1/+0 |
* | fix typo in r35183 | nobu | 2012-04-04 | 1 | -1/+1 |
* | * hash.c, marshal.c, object.c, variable.c: fix callback argument types | nobu | 2012-03-30 | 1 | -9/+29 |
* | * variable.c: Simplify rdoc for remove_const [Bug #5354] | marcandre | 2012-03-14 | 1 | -4/+3 |
* | * variable.c (autoload_const_set, autoload_require): fix | nobu | 2012-02-14 | 1 | -5/+8 |