| Commit message (Expand) | Author | Age | Files | Lines |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -3/+3 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -3/+3 |
* | * class.c: fix camelCase to snake_case in documentation code examples. | naruse | 2011-03-05 | 1 | -3/+3 |
* | * vm_method.c: parenthesize macro arguments. | akr | 2011-01-14 | 1 | -4/+4 |
* | * vm_method.c (rb_clear_cache_by_class): just return if the class has | akr | 2010-11-02 | 1 | -0/+3 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -5/+2 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -2/+5 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -5/+2 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -2/+3 |
* | * vm_method.c (rb_method_boundp): revert r28543, r28564. | naruse | 2010-07-21 | 1 | -11/+10 |
* | * vm_method.c (rb_method_boundp): respond_to?(:protected_method, | knu | 2010-07-07 | 1 | -11/+11 |
* | * vm_method.c (rb_method_boundp): Return false for protected | knu | 2010-07-05 | 1 | -2/+3 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -18/+18 |
* | * eval_intern.h (rb_vm_get_sourceline): add prototype. | nobu | 2010-05-11 | 1 | -1/+0 |
* | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 | 2010-05-05 | 1 | -16/+43 |
* | * method.h, vm_method.c: rename some internal functions related to | ko1 | 2010-05-04 | 1 | -13/+16 |
* | * vm_method.c (rb_add_method_def): decrement alias count of | mame | 2010-04-20 | 1 | -0/+8 |
* | * vm_method.c (rb_add_method_def): workarond fix for redefinition | naruse | 2010-04-18 | 1 | -2/+8 |
* | * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3. | wanabe | 2010-04-09 | 1 | -2/+1 |
* | * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline. | nobu | 2010-03-24 | 1 | -0/+1 |
* | * proc.c (rb_method_location): return attr's location if it is setup. | wanabe | 2010-03-22 | 1 | -2/+13 |
* | * common.mk (compile.$(OBJEXT)): dependencies lacking. | shyouhei | 2010-01-20 | 1 | -3/+3 |
* | * vm_method.c (rb_alias): skip ZSUPER method when searching body of | mame | 2010-01-08 | 1 | -1/+11 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * vm_method.c (rb_undef): should raise TypeError if klass is nil. | shugo | 2009-11-18 | 1 | -0/+3 |
* | * vm_method.c (rb_alias): should raise TypeError if klass is nil. | shugo | 2009-11-17 | 1 | -0/+4 |
* | * vm_method.c (basic_obj_respond_to): call #respond_to_missing? | matz | 2009-10-17 | 1 | -4/+4 |
* | * vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS. | matz | 2009-10-09 | 1 | -1/+1 |
* | * vm_method.c (basic_obj_respond_to): should not call | matz | 2009-10-04 | 1 | -9/+12 |
* | * vm_method.c (rb_add_method_def): no redefinition warning on | nobu | 2009-10-03 | 1 | -0/+1 |
* | * vm_method.c (rb_add_method_def): show the location where | nobu | 2009-09-30 | 1 | -0/+19 |
* | * vm_method.c (rb_method_definition_eq): non-null definition is | nobu | 2009-09-29 | 1 | -3/+2 |
* | * vm_method.c (rb_add_method_def): nothing to do if old method had | nobu | 2009-09-29 | 1 | -2/+9 |
* | * vm_method.c (rb_method_entry_eq): fixed a message. | nobu | 2009-09-29 | 1 | -1/+1 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98... | matz | 2009-09-28 | 1 | -0/+2 |
* | * vm_method.c (rb_method_entry_eq): suppressed a warning. | nobu | 2009-09-27 | 1 | -1/+1 |
* | * vm_method.c (rb_method_entry_eq): method defined from same | matz | 2009-09-26 | 1 | -1/+1 |
* | * vm_method.c (check_definition): fixed typo. | nobu | 2009-09-25 | 1 | -1/+1 |
* | * vm_method.c (obj_respond_to_missing): added rdoc. | nobu | 2009-09-25 | 1 | -0/+12 |
* | * vm_method.c (rb_mod_method_defined): should return true or false. | nobu | 2009-09-25 | 1 | -2/+2 |
* | * vm_method.c (rb_mod_method_defined): should return true or false. | nobu | 2009-09-25 | 1 | -3/+7 |
* | * vm_method.c (basic_obj_respond_to): new function to fundamental | matz | 2009-09-23 | 1 | -10/+27 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -7/+7 |
* | * vm_method.c (rb_add_method_def): no warning for inherited | nobu | 2009-09-13 | 1 | -1/+2 |
* | * vm_method.c (CALL_METHOD_HOOK): refined with macro. | nobu | 2009-09-12 | 1 | -21/+18 |
* | * vm_method.c (remove_method): typo fixed. | nobu | 2009-09-12 | 1 | -1/+1 |
* | * vm_method.c (rb_remove_method_id): no definition body is | nobu | 2009-09-12 | 1 | -13/+11 |
* | * vm_method.c (rb_alias): hooks are called from rb_add_method_def. | nobu | 2009-09-12 | 1 | -15/+0 |
* | * vm_method.c (rb_add_method, rb_add_method_me): call method added | nobu | 2009-09-12 | 1 | -3/+10 |