| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (rb_mod_refine): fix the error message when no block is | shugo | 2012-10-30 | 1 | -0/+3 |
* | * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG(). | ko1 | 2012-10-19 | 1 | -6/+6 |
* | * eval.c (rb_mod_refinements): new method Module#refinements. | shugo | 2012-10-08 | 1 | -0/+32 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -29/+29 |
* | eval.c: hide internal hash | nobu | 2012-10-02 | 1 | -5/+1 |
* | * eval.c (identify_hash_new): new function to create a new identity | shugo | 2012-10-01 | 1 | -6/+17 |
* | * vm_insnhelper.c (rb_vm_using_modules): use using_modules before | shugo | 2012-09-29 | 1 | -1/+3 |
* | * eval.c (rb_overlay_module, rb_mod_refine): accept a module as the | shugo | 2012-09-27 | 1 | -2/+12 |
* | eval.c: invariant IDs | nobu | 2012-09-27 | 1 | -4/+12 |
* | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo | 2012-08-06 | 1 | -0/+2 |
* | * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo. | shugo | 2012-08-06 | 1 | -21/+21 |
* | * eval.c (rb_mod_refine): fix documentation. | ktsj | 2012-08-02 | 1 | -1/+3 |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 1 | -0/+197 |
* | * thread.c (rb_thread_s_control_interrupt, | ko1 | 2012-07-19 | 1 | -1/+1 |
* | Reverts a half of r36079. As we discussed on ruby-dev@ and IRC, | yugui | 2012-07-11 | 1 | -46/+25 |
* | __callee__ fix | nobu | 2012-07-04 | 1 | -8/+60 |
* | Module#prepend | nobu | 2012-06-27 | 1 | -0/+54 |
* | Revert r31873 Module#mix | nobu | 2012-06-25 | 1 | -61/+0 |
* | * eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe. | drbrain | 2012-06-21 | 1 | -1/+1 |
* | eval.c: move running | nobu | 2012-06-16 | 1 | -1/+1 |
* | eval.c: set nil if nothing done | nobu | 2012-06-14 | 1 | -1/+4 |
* | fix r36079 | nobu | 2012-06-14 | 1 | -1/+1 |
* | Embedding CRuby interpreter without internal headers has been difficult | yugui | 2012-06-14 | 1 | -31/+62 |
* | * eval.c: Add doxygen comments. | yugui | 2012-06-14 | 1 | -0/+45 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -5/+5 |
* | * vm_insnhelper.h: remove magical code "lfp[0] & 0x02". | ko1 | 2012-06-04 | 1 | -2/+1 |
* | * vm.c: add RubyVM::Backtrace object (btobj). | ko1 | 2012-05-24 | 1 | -1/+1 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -1/+2 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -9/+4 |
* | * eval.c: Improve rdoc for Module.constants [issue #5887] | marcandre | 2012-01-12 | 1 | -5/+13 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -1/+1 |
* | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki | 2011-07-10 | 1 | -2/+0 |
* | * thread.c (thread_unlock_all_locking_mutexes): rename to | kosaki | 2011-07-08 | 1 | -0/+3 |
* | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 | 2011-06-27 | 1 | -1/+1 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -2/+0 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -6/+2 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -3/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -11/+1 |
* | * eval.c: remove rb_thread_stop_timer_thread function declaration. | kosaki | 2011-06-05 | 1 | -3/+1 |
* | * class.c (rb_mix_module): implement Module#mix. | nobu | 2011-05-31 | 1 | -0/+64 |
* | * eval.c (setup_exception): internal exception should be hidden | nobu | 2011-05-18 | 1 | -1/+3 |
* | * eval.c (frame_func_id): store result of method_entry_of_iseq() to | nagachika | 2011-05-05 | 1 | -0/+1 |
* | * eval.c (frame_func_id): __method__ return different name from | nagachika | 2011-05-05 | 1 | -2/+21 |
* | * eval.c (rb_mod_s_constants): should ignore crefs with | shugo | 2011-03-31 | 1 | -1/+2 |
* | * vm.c (ruby_vm_destruct): run vm exit hooks after all objects are | nobu | 2011-02-24 | 1 | -10/+0 |
* | * eval.c (ruby_cleanup): use rb_ary_free to free internal object. | nobu | 2011-02-11 | 1 | -1/+1 |
* | * eval.c (ruby_cleanup): fix type. | nobu | 2010-12-02 | 1 | -1/+1 |
* | * NEWS: entry for ruby_vm_at_exit(). | shyouhei | 2010-12-02 | 1 | -7/+7 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+10 |