aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (error_handle): no message when exiting by signal.knu2007-03-111-9/+19
* * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu2007-03-031-1/+1
* * eval.c (rb_provided): return true only for features loaded fromknu2007-03-031-12/+18
* * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu2007-03-031-1/+2
* * configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu2007-02-191-56/+101
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-311-2/+2
* * parse.y (dyna_var_lookup): should not alter dvar->val not tomatz2007-01-271-1/+0
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-1/+0
* * eval.c (rb_mod_define_method): set implicit visibility only whenmatz2006-11-241-8/+8
* * eval.c (BEGIN_CALLARGS): ruby_block may be NULL even whenmatz2006-11-081-1/+1
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa2006-10-311-1/+8
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-041-16/+18
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-100/+82
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-101-7/+7
* * eval.c (stack_extend): fixed prototype.nobu2006-09-101-1/+1
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-011-88/+110
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-5/+5
* * 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