aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * error.c (rb_typed_struct_is_kind_of): new function to see if thenobu2009-07-071-0/+10
* * error.c (rb_check_typed_struct): new function to check typednobu2009-07-071-0/+20
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+2
* * error.c (syserr_initialize): errno is int.nobu2009-05-241-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-3/+17
* * error.c (report_bug): rb_bug can be caused by extensionnobu2009-03-181-1/+3
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-2/+2
* * error.c (report_bug): message updated to better English.matz2009-03-061-1/+1
* stripped trailing spaces.nobu2009-02-221-19/+19
* * error.c, vm_dump.c: change message by rb_bug().ko12008-12-241-0/+7
* * error.c (exc_equal): == method should not raise Exception.ko12008-12-241-2/+13
* * error.c (exc_equal): duck typing equal to make it transitive.matz2008-12-181-4/+11
* * error.c (Init_syserr): moved function definition itself fromnobu2008-11-181-0/+4
* * error.c (exc_equal): should not compare recursively.matz2008-10-201-1/+1
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-1/+1
* * error.c (Init_syserr): moved to the template.yugui2008-09-261-384/+1
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-1/+3
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-2/+2
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+2
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-13/+11
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-5/+8
* * error.c (exc_equal): == operator should be transitional. matz2008-05-241-9/+7