summaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-261-0/+2
* * error.c (rb_eNOERROR): renamed.nobu2008-04-261-3/+3
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-4/+5
* fix doc.akr2008-03-091-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* fix typos.akr2007-12-311-2/+2
* * error.c (ruby_description): fixed type.nobu2007-12-251-1/+1
* * error.c (report_bug): uses ruby_description.nobu2007-12-251-4/+3
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-021-2/+2
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-191-6/+6
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-3/+3
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-28/+46
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-4/+1
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-1/+0
* * include/ruby: moved public headers.nobu2007-06-101-2/+2