aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* error.c: evaluate RARRAY_AREF oncenobu2013-06-201-1/+2
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-3/+1
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* fill rdocsnobu2013-06-021-0/+1
* error.c: better names for rb_exc_new familynobu2013-06-011-3/+3
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-1/+1
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-1/+1
* * remove trailing spaces.nobu2013-04-081-3/+3
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-0/+22
* error.c: rb_sys_fail_path_innobu2013-03-151-4/+28
* * 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