summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 16514:shyouhei2008-06-161-4/+9
* merge revision(s) 16564:shyouhei2008-06-151-1/+1
* merge revision(s) 16385:shyouhei2008-06-151-0/+2
* merge revision(s) 15054:shyouhei2008-06-091-4/+5
* merge revision(s) 15005:shyouhei2008-06-071-2/+3
* merge revision(s) 14086:shyouhei2008-06-071-1/+2
* merge revision(s) 13957:shyouhei2008-06-071-0/+3
* merge revision(s) 13586:shyouhei2008-06-041-2/+7
* * eval.c (mnew): should preserve noex as safe_level.shyouhei2007-09-071-2/+2
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-151-1/+3
* * eval.c (method_inspect): show proper class name.shyouhei2007-06-071-1/+5
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-261-1/+0
* merge -c 12187shyouhei2007-05-221-2/+5
* * merge -c 11972shyouhei2007-03-081-1/+1
* * merge -c 11965shyouhei2007-03-081-1/+2
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * parse.y (dyna_var_lookup): should not alter dvar->val not toshyouhei2007-01-271-1/+0
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-08-071-3/+1
* * eval.c (Init_Binding): fix old commit miss.nobu2006-08-011-1/+1
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-1/+1
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-0/+8
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+1
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-241-2/+3
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-241-1/+1
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-211-0/+1
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-5/+5
* * eval.c (rb_require_safe): wait for another thread requiring the samenobu2006-07-151-2/+2
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-131-1/+2
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-07-101-0/+9
* * eval.c (rb_clear_cache_for_undef): clear entries for includednobu2006-07-101-1/+2
* * eval.c (next_jump): deal with destination of next.nobu2006-07-081-3/+28
* * util.c (powersOf10): constified.nobu2006-06-261-1/+1
* * signal.c: revert last change.nagai2006-06-231-9/+0
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-06-211-0/+9
* * eval.c (rb_call0): binding for the return event hook should havematz2006-06-071-7/+12
* * eval.c (umethod_bind): should not update original class.matz2006-05-221-3/+2
* * eval.c (ev_const_get): should support constant access frommatz2006-05-221-1/+1
* * parse.y (arg): too much NEW_LIST()matz2006-04-191-4/+4
* * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz2006-04-191-16/+15
* * eval.c: block_unique should be 1, not frame_unique.matz2006-04-171-2/+2
* * eval.c (backtrace): reports aliased method names in a generatedmatz2006-03-281-8/+10
* * eval.c (method_missing): should support argument splat inmatz2006-03-231-3/+14
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz2006-03-031-0/+1
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-231-1/+1
* * lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz2006-02-201-1/+1
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-171-1/+1
* * eval.c (backtrace): frame->orig_func may not be initialized.matz2006-02-151-7/+6
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-151-25/+26
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-151-1/+1
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-151-1/+1