| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8... | 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 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -101/+106 |
* | * vm_method.c (rb_remove_method_id): exported. | nobu | 2009-08-27 | 1 | -4/+8 |
* | * vm_method.c (rb_method_entry_eq): deals with optimized method | nobu | 2009-08-06 | 1 | -0/+2 |
* | * method.h : Commas at end of enum list not allowed as of C89 | shyouhei | 2009-07-22 | 1 | -1/+2 |
* | * vm_method.c (me_opts): fixed optimized method aliasing. | nobu | 2009-07-19 | 1 | -0/+2 |
* | * vm_method.c (rb_alias): fix a case which try non-existing method alias. | ko1 | 2009-07-16 | 1 | -4/+3 |
* | * vm_method.c: separate clearing cache entry code. | ko1 | 2009-07-15 | 1 | -4/+8 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -259/+276 |
* | * vm_method.c (rb_add_method, remove_method, rb_undef): fixed | nobu | 2009-07-04 | 1 | -3/+3 |
* | * vm_method.c (Init_eval_method): registers notimplement_body as a | nobu | 2009-07-04 | 1 | -2/+2 |
* | * vm_method.c (rb_attr): should preserve encoding info. | matz | 2009-05-19 | 1 | -1/+4 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -7/+15 |
* | update rdoc. | akr | 2009-04-21 | 1 | -0/+4 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 1 | -1/+1 |
* | * class.c (rb_define_method_id): use rb_define_notimplement_method_id | akr | 2009-04-16 | 1 | -0/+25 |
* | * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of | ko1 | 2008-12-27 | 1 | -3/+7 |
* | * vm_eval.c (vm_call_super): uses method_missing(). | nobu | 2008-12-15 | 1 | -12/+4 |
* | * vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc | knu | 2008-12-04 | 1 | -10/+1 |
* | * vm_method.c (rb_mod_modfunc): method undefined in included module | nobu | 2008-10-05 | 1 | -1/+1 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -2/+1 |
* | * vm_method.c (rb_method_node): fail earlier if no method found. | matz | 2008-08-28 | 1 | -2/+3 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -4/+5 |
* | * array.c (rb_ary_sort_bang): respect overridden <=> for String and | nobu | 2008-08-04 | 1 | -5/+10 |