summaryrefslogtreecommitdiff
path: root/eval_error.c
AgeCommit message (Expand)Author
2012-10-23* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko1
2012-05-24* vm_method.c (rb_method_defined_by): removed.ko1
2012-05-24* vm.c: add RubyVM::Backtrace object (btobj).ko1
2012-04-13* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-06-18* internal.h: declare more internal functions.akr
2010-12-12* eval_error.c: parenthesize macro arguments.akr
2010-06-21* eval_error.c (error_print): clear raised_flag while error-printingwanabe
2009-08-06* eval_error.c (error_print): removed an extra argument.nobu
2009-08-05* eval.c (rb_longjmp): reset raised flag before fatal error.nobu
2009-06-08* thread.c: rename functions which require a parameterko1
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr
2009-02-22stripped trailing spaces.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-27* eval_error.c (error_handle): SystemExit and SignalException throwsnobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-02-28* eval_error.c (error_handle): commit miss.nobu
2008-02-14* eval_error.c (error_print): append a newline to rest lines.nobu
2007-12-20* common.mk, *.ci: renamed to *.c.ko1