Age | Commit message (Expand) | Author |
2012-12-01 | vm_method.c: private | nobu |
2012-12-01 | vm_method.c: make initialize methods private | nobu |
2012-11-30 | * revert r37993 to avoid SEGV in tests. | shugo |
2012-11-29 | * vm_method.c (rb_method_entry_make): add a method entry with | shugo |
2012-11-13 | * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci after | ko1 |
2012-11-07 | * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a created | shugo |
2012-10-25 | * include/ruby/ruby.h, class.c: remove (revert) | ko1 |
2012-10-23 | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 |
2012-10-19 | * method.h (rb_method_cfunc_t::invoker): add new field (func ptr) | ko1 |
2012-10-18 | vm_method.c: check arity earlier | nobu |
2012-10-18 | * class.c (rb_define_frameless_method): rename from | ko1 |
2012-10-15 | * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST. | ko1 |
2012-10-08 | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo |
2012-10-06 | * vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to | shugo |
2012-10-06 | * vm_method.c (search_method): check omod only once for performance. | shugo |
2012-09-28 | * vm_method.c (search_method): copy refinement iclasses to search | shugo |
2012-09-27 | * eval.c (rb_overlay_module, rb_mod_refine): accept a module as the | shugo |
2012-09-08 | internal.h: allocator function in rb_classext_t | nobu |
2012-08-07 | * vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoid | shugo |
2012-08-02 | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo |
2012-08-02 | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo |
2012-08-01 | RB_TYPE_P BUILTIN_TYPE | nobu |
2012-07-02 | prepend: fix mixing with include | nobu |
2012-06-27 | remove from original m_tbl | nobu |
2012-06-27 | Module#prepend | nobu |
2012-06-27 | name of klass | nobu |
2012-06-27 | NOEX_NOREDEF | nobu |
2012-06-04 | * vm_core.h (rb_location_t): fix type and field name. | ko1 |
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 location | ko1 |
2012-04-13 | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain |
2012-04-02 | check_definition: duplicated code | nobu |
2012-03-15 | * adjust style. | nobu |
2012-03-12 | * vm_method.c (Init_eval_method): respond_to? and | nobu |
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#hash | marcandre |
2012-02-13 | * vm_method.c (rb_method_boundp): | knu |
2011-12-03 | * variable.c (set_const_visibility): print a warning when no argument | mame |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
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 structure | ko1 |
2011-07-26 | * vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused | nobu |
2011-07-26 | * eval_error.c (rb_print_undef_str): new function to raise | nobu |
2011-07-26 | * vm_method.c (obj_respond_to): fix the respond_to_missing? override | nobu |
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.c | mame |
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 hook | matz |