aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika2012-01-141-1/+4
* * error.c (exc_equal): ignore exceptions during implicitnobu2012-01-141-0/+12
* Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse2012-01-131-5/+1
* * error.c (exc_equal): try implicit conversion for delegator.nobu2012-01-131-1/+5
* * error.c (builtin_type_name): don't return pointer to the buffer ofnagachika2011-12-151-3/+5
* * error.c (rb_check_type): fix typo.nobu2011-12-151-1/+1
* * error.c (rb_check_typeddata): refine error message withnobu2011-12-151-17/+27
* * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika2011-12-131-1/+4
* * error.c (exit_initialize): deal with true and false as well asnobu2011-12-111-5/+35
* update doc and add test for SystemExit.new.akr2011-12-081-2/+6
* * error.c (Init_Exception): Document $! and $@. Providedrbrain2011-10-191-8/+38
* * error.c (Init_Exception): Add hierarchy of Exception subclasses.drbrain2011-10-191-0/+32
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * error.c (report_bug): use a small message buffer instead of BUFSIZ.kosaki2011-08-041-2/+3
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+15
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-0/+16
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-171-8/+15
* * error.c (rb_bug): get rid of segfault after all threadsnobu2011-07-081-1/+8
* * error.c, thread_pthread.c (WRITE_CONST): suppress warningsnobu2011-06-301-5/+7
* * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain2011-06-301-0/+18
* * error.c (rb_async_bug_errno): async-safe bug report function.ko12011-06-281-6/+40
* * internal.h: declare internal functions here.akr2011-06-171-2/+1
* * prevent temporary objects from GC, and should not usenobu2011-02-201-1/+2
* * error.c (rb_invalid_str): prevent intermediate variable from GC.nobu2011-01-241-1/+1
* Exception#to_s should actually call to_s.ryan2011-01-121-1/+4
* Error#to_s should ensure that the value returned is a string.ryan2011-01-051-2/+1
* * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa2010-12-281-5/+18
* * error.c (rb_check_type): check for type from extensions for rubynobu2010-12-231-1/+4
* * error.c: Fix build error for win32. This regression waskosaki2010-12-201-0/+8
* * error.c (exit_success_p): Check status code more carefully.kosaki2010-12-201-3/+9
* * encoding.c: parenthesize macro arguments.akr2010-12-121-3/+3
* * error.c (rb_syserr_new): new function to make SystemCallErrornobu2010-11-081-1/+20
* * include/ruby/intern.h (rb_check_frozen): optimize.nobu2010-10-241-1/+2
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-3/+5
* * error.c (exc_to_s): use OBJ_INFECT.naruse2010-10-121-4/+4
* * error.c (syserr_initialize): taint message if mesg is givennaruse2010-10-121-0/+1
* * error.c (syserr_initialize): use mesg's encoding when localenaruse2010-10-111-1/+8
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-111-0/+1
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-5/+17
* * error.c (rb_bug): existance of _set_abort_behavior() depends onusa2010-06-161-1/+1
* * error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr2010-06-051-1/+6
* * removed trailing spaces.nobu2010-05-291-1/+1
* * error.c (rb_bug): suppress the error report dialog if report_bug() tarui2010-05-271-0/+4
* * error.c: fix wrong exception class name in rdoc.akr2010-05-241-2/+2
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-20/+20
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-22/+22
* * error.c (rb_loaderror): use locale string, not ascii-8bit.nobu2010-05-161-1/+2
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-1/+1
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-1/+291
* * error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu2010-05-041-1/+1