summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2012-05-24* vm_method.c (rb_method_defined_by): removed.ko1
2012-05-24* vm.c: add RubyVM::Backtrace object (btobj).ko1
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-02check_definition: duplicated codenobu
2012-03-15* adjust style.nobu
2012-03-12* vm_method.c (Init_eval_method): respond_to? andnobu
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-02-21* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre
2012-02-13* vm_method.c (rb_method_boundp):knu
2011-12-03* variable.c (set_const_visibility): print a warning when no argumentmame
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-08-24* vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko1
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-07-26* vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unusednobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-26* parse.y (rb_check_id): make the given name a symbol or a string.nobu
2011-07-25* proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* vm_method.c (obj_respond_to): fix missing argument.nobu
2011-07-12* vm_method.c (rb_add_method): should not call method_added hookmatz
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-13* vm_core.h, vm_insnhelper.h: move decl. ofko1
2011-06-12* vm_method.c (rb_clear_cache*): update only vm state version.ko1
2011-04-29* vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* class.c: fix camelCase to snake_case in documentation code examples.naruse
2011-01-14* vm_method.c: parenthesize macro arguments.akr
2010-11-02* vm_method.c (rb_clear_cache_by_class): just return if the class hasakr
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-07-21* vm_method.c (rb_method_boundp): revert r28543, r28564.naruse
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-05-29* removed trailing spaces.nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-11* eval_intern.h (rb_vm_get_sourceline): add prototype.nobu
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-04* method.h, vm_method.c: rename some internal functions related toko1
2010-04-20* vm_method.c (rb_add_method_def): decrement alias count ofmame
2010-04-18* vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse
2010-04-09* vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe
2010-03-24* vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-01-20 * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame