aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c: clarify reason for sleep in SignalException examplezzak2013-02-251-1/+1
* * error.c: clarify a document of SignalException. Process.kill()kosaki2013-02-251-0/+1
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-291-1/+1
* error.c: rb_write_error_strnobu2012-12-251-3/+3
* error.c: NameError::message _dumpnobu2012-12-241-1/+8
* error.c: VALUE to messagesnobu2012-12-241-3/+2
* * error.c (rb_compile_error_append): fix typo.nobu2012-12-231-1/+1
* error.c: PRIsVALUEnobu2012-12-221-71/+48
* hash.c: refine error messagesnobu2012-11-111-2/+3
* * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo2012-10-021-7/+1
* fix typonobu2012-07-181-2/+2
* error.c: map by indexnobu2012-07-181-34/+37
* rb_builtin_type_namenobu2012-06-291-14/+19
* error.c: rb_check_copyablenobu2012-06-221-0/+15
* * error.c (err_append): rename err_append() to compile_err_append()ko12012-06-201-34/+39
* * error.c (exc_set_backtrace): Updated documentation to indicatedrbrain2012-05-291-4/+4
* sprintf.c: inspect by plusnobu2012-05-241-2/+2
* Feature #5896nobu2012-05-241-2/+2
* * vm_method.c (rb_method_defined_by): removed.ko12012-05-241-2/+8
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-4/+13
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-2/+2
* * configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu2012-04-161-1/+1
* * eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu2012-04-131-9/+7
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-101-0/+13
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-10/+17
* rb_load_failnobu2012-03-071-2/+2
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-2/+23
* * error.c (report_bug): use buf and snprintf to avoid consuming stack.naruse2012-02-251-2/+5
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-241-6/+4
* * error.c: new functions to deal exceptions with string instances.nobu2012-02-241-0/+48
* * error.c (exc_inspect): Fix typo. patch from Trent Ogrenayumin2012-02-071-1/+1
* * 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