aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (remove_method): should not remove undef place holder.matz2007-10-011-2/+7
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu2007-09-201-3/+11
* * eval.c (mnew): should preserve noex as safe_level.matz2007-08-201-2/+2
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-191-1/+3
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-061-1/+2
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu2007-06-181-0/+14
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu2007-06-121-4/+4
* * eval.c (rb_eval): get rid of SEGV at ZSUPER in a blocknobu2007-05-291-0/+4
* * eval.c (thread_timer): timer thread should not receive any signals.nobu2007-05-291-0/+5
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-291-1/+1
* * eval.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-101-6/+8
* * eval.c (ruby_cleanup): inversed the order of errinfos.nobu2007-04-201-7/+10
* * eval.c (rb_yield_0): should not clear state on TAG_NEXT whenmatz2007-04-171-2/+5
* * node.h (struct rb_thread.locals): explicit as struct.nobu2007-03-241-12/+13
* * eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu2007-03-231-5/+9
* * eval.c (rb_provided): check for extension library if SOEXT isnobu2007-03-221-1/+2
* * eval.c (error_handle): no message when exiting by signal.nobu2007-03-111-9/+19
* * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu2007-03-031-1/+1
* * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu2007-03-031-1/+2
* * eval.c (rb_feature_p): fix possible buffer overrun.nobu2007-02-281-1/+1
* * eval.c (rb_feature_p): check loading_tbl if the given ext isnobu2007-02-281-1/+1
* * eval.c (rb_provided): return true only for features loaded fromnobu2007-02-281-10/+16
* * 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