summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2012-11-11hash.c: refine error messagesnobu
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-07-18fix typonobu
2012-07-18error.c: map by indexnobu
2012-06-29rb_builtin_type_namenobu
2012-06-22error.c: rb_check_copyablenobu
2012-06-20* error.c (err_append): rename err_append() to compile_err_append()ko1
2012-05-29* error.c (exc_set_backtrace): Updated documentation to indicatedrbrain
2012-05-24sprintf.c: inspect by plusnobu
2012-05-24Feature #5896nobu
2012-05-24* vm_method.c (rb_method_defined_by): removed.ko1
2012-05-24* vm.c: add RubyVM::Backtrace object (btobj).ko1
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-04-16* configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu
2012-04-13* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-07rb_load_failnobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-02-25* error.c (report_bug): use buf and snprintf to avoid consuming stack.naruse
2012-02-24* dir.c (dir_initialize): keep path in original encoding.nobu
2012-02-24* error.c: new functions to deal exceptions with string instances.nobu
2012-02-07* error.c (exc_inspect): Fix typo. patch from Trent Ogrenayumin
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2011-12-15* error.c (builtin_type_name): don't return pointer to the buffer ofnagachika
2011-12-15* error.c (rb_check_type): fix typo.nobu
2011-12-15* error.c (rb_check_typeddata): refine error message withnobu
2011-12-13* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika
2011-12-11* error.c (exit_initialize): deal with true and false as well asnobu
2011-12-08update doc and add test for SystemExit.new.akr
2011-10-19* error.c (Init_Exception): Document $! and $@. Providedrbrain
2011-10-19* error.c (Init_Exception): Add hierarchy of Exception subclasses.drbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-08-04* error.c (report_bug): use a small message buffer instead of BUFSIZ.kosaki
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
2011-07-08* error.c (rb_bug): get rid of segfault after all threadsnobu
2011-06-30* error.c, thread_pthread.c (WRITE_CONST): suppress warningsnobu
2011-06-30 * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain
2011-06-28* error.c (rb_async_bug_errno): async-safe bug report function.ko1
2011-06-17* internal.h: declare internal functions here.akr
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-12Exception#to_s should actually call to_s.ryan
2011-01-05Error#to_s should ensure that the value returned is a string.ryan
2010-12-28 * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa