aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_method_defined_by): removed.ko12012-05-241-16/+0
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-0/+15
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-3/+3
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* check_definition: duplicated codenobu2012-04-021-11/+7
* * adjust style.nobu2012-03-151-1/+2
* * vm_method.c (Init_eval_method): respond_to? andnobu2012-03-121-5/+5
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-121-0/+16
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+34
* * vm_method.c (rb_method_boundp):knu2012-02-131-7/+9
* * variable.c (set_const_visibility): print a warning when no argumentmame2011-12-031-0/+5
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-4/+4
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-4/+4
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-1/+1
* * vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unusednobu2011-07-261-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-4/+24
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-1/+8
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-5/+5
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-1/+15
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-5/+13
* * vm_method.c (obj_respond_to): fix missing argument.nobu2011-07-221-1/+1
* * vm_method.c (rb_add_method): should not call method_added hookmatz2011-07-121-1/+3
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-2/+1
* * vm_core.h, vm_insnhelper.h: move decl. ofko12011-06-131-0/+13
* * vm_method.c (rb_clear_cache*): update only vm state version.ko12011-06-121-55/+4
* * vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki2011-04-291-3/+0
* cancel subversion backfire. sorrymatz2011-03-071-3/+3
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-3/+3
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-051-3/+3
* * vm_method.c: parenthesize macro arguments.akr2011-01-141-4/+4
* * vm_method.c (rb_clear_cache_by_class): just return if the class hasakr2010-11-021-0/+3
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-5/+2
* Commit miss.nobu2010-10-191-2/+5
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-5/+2
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-2/+3
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-211-11/+10
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-11/+11
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-051-2/+3
* * removed trailing spaces.nobu2010-05-291-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-18/+18
* * eval_intern.h (rb_vm_get_sourceline): add prototype.nobu2010-05-111-1/+0
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-16/+43
* * method.h, vm_method.c: rename some internal functions related toko12010-05-041-13/+16
* * vm_method.c (rb_add_method_def): decrement alias count ofmame2010-04-201-0/+8
* * vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse2010-04-181-2/+8
* * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe2010-04-091-2/+1
* * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu2010-03-241-0/+1
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-2/+13
* * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei2010-01-201-3/+3
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-1/+11