summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2008-03-12* eval.c (rb_call0): yields the last executed node line number atnobu
2008-01-21* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-14* eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu
2008-01-12* eval.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu
2007-12-02* eval.c (error_print): put newline unless multiple line message endsnobu
2007-11-18* eval.c (rb_alias): do not call hook functions until initializationnobu
2007-10-01* eval.c (remove_method): should not remove undef place holder.matz
2007-09-20* eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu
2007-08-20* eval.c (mnew): should preserve noex as safe_level.matz
2007-07-19* eval_error.ci (get_backtrace): check the result more.nobu
2007-07-06* eval.c (rb_interrupt): suppress a gcc's officious warning.nobu
2007-06-18* eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu
2007-06-12* eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu
2007-05-29* eval.c (rb_eval): get rid of SEGV at ZSUPER in a blocknobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-10* eval.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-04-20* eval.c (ruby_cleanup): inversed the order of errinfos.nobu
2007-04-17* eval.c (rb_yield_0): should not clear state on TAG_NEXT whenmatz
2007-03-24* node.h (struct rb_thread.locals): explicit as struct.nobu
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* eval.c (rb_provided): check for extension library if SOEXT isnobu
2007-03-11* eval.c (error_handle): no message when exiting by signal.nobu
2007-03-03* eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu
2007-03-03* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu
2007-02-28* eval.c (rb_feature_p): fix possible buffer overrun.nobu
2007-02-28* eval.c (rb_feature_p): check loading_tbl if the given ext isnobu
2007-02-28* eval.c (rb_provided): return true only for features loaded fromnobu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz
2007-01-27* parse.y (dyna_var_lookup): should not alter dvar->val not tomatz
2006-12-09* eval.c (ruby_cleanup): keep the exception till after END blocks.nobu
2006-11-24* eval.c (rb_mod_define_method): set implicit visibility only whenmatz
2006-11-08* eval.c (BEGIN_CALLARGS): ruby_block may be NULL even whenmatz
2006-10-31* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa
2006-10-04* eval.c (rb_call): check protected visibility based on real self,matz
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-09-10* eval.c (rb_require_safe): prevent extension from loading twice.nobu
2006-09-10* eval.c (stack_extend): fixed prototype.nobu
2006-09-01* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr
2006-08-31* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why
2006-08-07* dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz
2006-08-01* eval.c (Init_Binding): fix old commit miss.nobu
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-30* eval.c (rb_call0): trace call/return of method defined from block.nobu
2006-07-30* eval.c (rb_trap_eval): make the current thread runnable to deal withnobu
2006-07-24* eval.c (backtrace): skip frames successive on node and method name.nobu
2006-07-24* eval.c (rb_call0): revert last change. [ruby-dev:29112]matz
2006-07-21* eval.c (rb_call0): include funcalled methods in caller list.nobu