| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 1 | -17/+66 |
* | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo | 2012-08-02 | 1 | -18/+31 |
* | RB_TYPE_P BUILTIN_TYPE | nobu | 2012-08-01 | 1 | -3/+1 |
* | prepend: fix mixing with include | nobu | 2012-07-02 | 1 | -7/+5 |
* | remove from original m_tbl | nobu | 2012-06-27 | 1 | -0/+1 |
* | Module#prepend | nobu | 2012-06-27 | 1 | -2/+9 |
* | name of klass | nobu | 2012-06-27 | 1 | -1/+1 |
* | NOEX_NOREDEF | nobu | 2012-06-27 | 1 | -2/+6 |
* | * vm_core.h (rb_location_t): fix type and field name. | ko1 | 2012-06-04 | 1 | -3/+3 |
* | * vm_method.c (rb_method_defined_by): removed. | ko1 | 2012-05-24 | 1 | -16/+0 |
* | * vm.c: add RubyVM::Backtrace object (btobj). | ko1 | 2012-05-24 | 1 | -0/+15 |
* | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 | 2012-05-22 | 1 | -3/+3 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | check_definition: duplicated code | nobu | 2012-04-02 | 1 | -11/+7 |
* | * adjust style. | nobu | 2012-03-15 | 1 | -1/+2 |
* | * vm_method.c (Init_eval_method): respond_to? and | nobu | 2012-03-12 | 1 | -5/+5 |
* | * vm_method.c (Init_eval_method): copy basic methods to Exception. | nobu | 2012-03-12 | 1 | -0/+16 |
* | * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash | marcandre | 2012-02-21 | 1 | -0/+34 |
* | * vm_method.c (rb_method_boundp): | knu | 2012-02-13 | 1 | -7/+9 |
* | * variable.c (set_const_visibility): print a warning when no argument | mame | 2011-12-03 | 1 | -0/+5 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def: | ko1 | 2011-08-24 | 1 | -4/+4 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -1/+1 |
* | * vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused | nobu | 2011-07-26 | 1 | -1/+1 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -4/+24 |
* | * vm_method.c (obj_respond_to): fix the respond_to_missing? override | nobu | 2011-07-26 | 1 | -1/+8 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -5/+5 |
* | * proc.c (struct METHOD), gc.c (gc_marks), vm_method.c | mame | 2011-07-25 | 1 | -1/+15 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -5/+13 |
* | * vm_method.c (obj_respond_to): fix missing argument. | nobu | 2011-07-22 | 1 | -1/+1 |
* | * vm_method.c (rb_add_method): should not call method_added hook | matz | 2011-07-12 | 1 | -1/+3 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -2/+1 |
* | * vm_core.h, vm_insnhelper.h: move decl. of | ko1 | 2011-06-13 | 1 | -0/+13 |
* | * vm_method.c (rb_clear_cache*): update only vm state version. | ko1 | 2011-06-12 | 1 | -55/+4 |
* | * vm_method.c (rb_clear_cache_by_class): Revert r29673. It made | kosaki | 2011-04-29 | 1 | -3/+0 |
* | 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 |