aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * error.c: include errno.h at beginning.akr2009-11-241-2/+2
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-241-12/+25
* * error.c (rb_strerrno): constified.nobu2009-11-241-1/+1
* * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr2009-11-241-1/+2
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-241-1/+17
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-10/+7
* * error.c (name_err_mesg_data_type): typed.nobu2009-09-091-11/+29
* * error.c (compile_warn_print, warn_print): fixed false warnings.nobu2009-07-091-2/+2
* * error.c (rb_check_type): rejects typed data.nobu2009-07-081-1/+3
* * include/ruby/ruby.h:ko12009-07-071-5/+5