| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce overhead of TYPE | nobu | 2013-04-04 | 1 | -15/+15 |
* | eval.c: preserve errinfo | nobu | 2013-02-08 | 1 | -0/+4 |
* | re-fix documents | nobu | 2013-01-24 | 1 | -1/+1 |
* | fix documents. __dir__ is a shorthand File.realdirpath(__FILE__). | nari | 2013-01-24 | 1 | -1/+1 |
* | Refix of r38916: it uses realpath | naruse | 2013-01-24 | 1 | -3/+3 |
* | fix rdoc of __dir__ [Bug #7729] | naruse | 2013-01-24 | 1 | -2/+3 |
* | * eval.c (f_current_dirname): Add documentation about "__dir__ | nari | 2013-01-24 | 1 | -0/+1 |
* | * eval.c: Fix a typo in ruby_finalize() documentation. | kou | 2013-01-17 | 1 | -1/+1 |
* | * eval.c (Init_eval): main.include should be private. | shugo | 2013-01-07 | 1 | -1/+2 |
* | * eval.c (Init_eval): enable Refinements by default. | shugo | 2013-01-07 | 1 | -17/+17 |
* | use RB_TYPE_P | nobu | 2012-12-29 | 1 | -2/+2 |
* | * eval.c (rb_using_refinement): make the method table of an iclass | shugo | 2012-12-11 | 1 | -0/+1 |
* | * fix the behavior when a module is included into a refinement. | shugo | 2012-12-10 | 1 | -1/+2 |
* | * eval.c (rb_mod_refine): don't override Module#include. It's | shugo | 2012-12-08 | 1 | -32/+0 |
* | * eval.c: remove Module#refinements. | shugo | 2012-12-08 | 1 | -32/+0 |
* | * eval.c (top_using): raise a RuntimeError if using is called in a | shugo | 2012-12-08 | 1 | -0/+4 |
* | * eval.c (rb_mod_refine): raise an ArgumentError if a given | shugo | 2012-12-08 | 1 | -1/+7 |
* | * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block): | shugo | 2012-12-08 | 1 | -15/+54 |
* | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo | 2012-12-07 | 1 | -82/+6 |
* | * eval.c (ruby_Init_refinement): a new function to enable | shugo | 2012-12-06 | 1 | -4/+17 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -3/+9 |
* | adjust style. | nobu | 2012-12-01 | 1 | -3/+3 |
* | * revert r37993 to avoid SEGV in tests. | shugo | 2012-11-30 | 1 | -9/+3 |
* | * vm.c: add a return hook when a method raises an exception. | tenderlove | 2012-11-29 | 1 | -1/+1 |
* | * vm_method.c (rb_method_entry_make): add a method entry with | shugo | 2012-11-29 | 1 | -3/+9 |
* | * eval.c (ruby_cleanup): delay THREAD_KILLED timing. | ko1 | 2012-11-29 | 1 | -3/+3 |
* | * eval.c (ruby_cleanup): set thread status to THREAD_KILLED | kosaki | 2012-11-27 | 1 | -0/+3 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -2/+2 |
* | * eval.c (rb_mod_using): raise an ArgumentError if cyclic using is | shugo | 2012-11-13 | 1 | -0/+21 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+6 |
* | * eval.c (top_using): remove Kernel#using, and add main.using instead. | shugo | 2012-11-11 | 1 | -3/+2 |
* | * eval.c (rb_using_refinement, rb_mod_using, f_using): clear method | shugo | 2012-11-11 | 1 | -1/+2 |
* | * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a created | shugo | 2012-11-07 | 1 | -17/+1 |
* | * eval.c (f_current_dirname): add the new method for Kernel. | nari | 2012-11-03 | 1 | -0/+20 |
* | * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on | shugo | 2012-11-02 | 1 | -1/+3 |
* | eval.c: fix message | nobu | 2012-11-01 | 1 | -2/+1 |
* | * eval.c (rb_using_module): using should be used indirectly. | shugo | 2012-11-01 | 1 | -2/+20 |
* | * 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 |