aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-3/+9
* adjust style.nobu2012-12-011-3/+3
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-9/+3
* * vm.c: add a return hook when a method raises an exception.tenderlove2012-11-291-1/+1
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-3/+9
* * eval.c (ruby_cleanup): delay THREAD_KILLED timing.ko12012-11-291-3/+3
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+3
* * vm_trace.c: add two methods:ko12012-11-201-2/+2
* * eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo2012-11-131-0/+21
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+6
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-111-3/+2
* * eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo2012-11-111-1/+2
* * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo2012-11-071-17/+1
* * eval.c (f_current_dirname): add the new method for Kernel.nari2012-11-031-0/+20
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-021-1/+3
* eval.c: fix messagenobu2012-11-011-2/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-011-2/+20
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-301-0/+3
* * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko12012-10-191-6/+6
* * eval.c (rb_mod_refinements): new method Module#refinements.shugo2012-10-081-0/+32
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-081-29/+29
* eval.c: hide internal hashnobu2012-10-021-5/+1
* * eval.c (identify_hash_new): new function to create a new identityshugo2012-10-011-6/+17
* * vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo2012-09-291-1/+3
* * eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo2012-09-271-2/+12
* eval.c: invariant IDsnobu2012-09-271-4/+12
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-0/+2
* * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo.shugo2012-08-061-21/+21
* * eval.c (rb_mod_refine): fix documentation.ktsj2012-08-021-1/+3
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+197
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-1/+1
* Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui2012-07-111-46/+25
* __callee__ fixnobu2012-07-041-8/+60
* Module#prependnobu2012-06-271-0/+54
* Revert r31873 Module#mixnobu2012-06-251-61/+0
* * eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.drbrain2012-06-211-1/+1
* eval.c: move runningnobu2012-06-161-1/+1
* eval.c: set nil if nothing donenobu2012-06-141-1/+4
* fix r36079nobu2012-06-141-1/+1
* Embedding CRuby interpreter without internal headers has been difficultyugui2012-06-141-31/+62
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+45
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-5/+5
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-041-2/+1
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-1/+1
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-1/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-9/+4
* * eval.c: Improve rdoc for Module.constants [issue #5887]marcandre2012-01-121-5/+13
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-2/+0