summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2019-11-19make functions static卜部昌平
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-10-10forgot to delete unused #incude line卜部昌平
2019-10-10guard rb_fatal against non-GVL call卜部昌平
2019-10-10make rb_raise a GVL-only function again卜部昌平
2019-10-10add "[FATAL]" marker on abort卜部昌平
2019-10-10allow rb_raise from outside of GVL卜部昌平
2019-10-09Share ruby_sighandler_t definitionNobuyoshi Nakada
2019-10-09signal.c: save the original sighandlers for fatal signalsYusuke Endoh
2019-10-09error.c (rb_bug_for_fatal_signal): renamed from rb_bug_contextYusuke Endoh
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-09Update documentation for Exception [ci skip]Jeremy Evans
2019-09-02Do not clear backtrace in Exception#exceptionNobuyoshi Nakada
2019-08-24Minor documentation fixes [ci skip]Jeremy Evans
2019-08-19Use modifier for pid_tNobuyoshi Nakada
2019-08-15introduce RUBY_ON_BUG envval. (#2331)Koichi Sasada
2019-08-14backtrace and backtrace_locations can be nil (#2358)Steven Harman
2019-08-12Remove documentation that fatal cannot be rescued [ci skip]Jeremy Evans
2019-08-03Predefine some IDsNobuyoshi Nakada
2019-06-13* expand tabs.git
2019-06-13remove 2 redundant calls to rb_str_dupLuke Gruber
2019-06-05error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada
2019-06-05* expand tabs.git
2019-06-04Include inspect value of object in FrozenError messagesJeremy Evans
2019-05-27* expand tabs.git
2019-05-26Add FrozenError#receiverJeremy Evans
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-03-22[DOC] fix markups [ci skip]nobu
2019-02-13Remove message to recommend to repot bugnaruse
2019-01-08* expand tabs.svn
2019-01-08Defer escaping control char in error messagesnobu
2018-12-29Update NoMethodError/NameError docs [ci skip]nobu
2018-12-20A couple of small English fixes [ci skip]nobu
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-05Fix documentation for Warning.warn [ci skip]nobu
2018-11-27Add rb_typeddata_is_instance_ofnobu
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-09-11Use https instead of httpkazu
2018-07-17Fix message when `order` was an invalid valuenobu
2018-07-16[DOC] Update doc of NameError.new [ci skip]kazu
2018-06-13Fix condition in Kernel#warn when using upleveleregon
2018-05-15share :cause variablenobu
2018-05-14error.c: check redefined backtrace resultnobu
2018-04-14error.c: [DOC] minor fixesstomar
2018-04-12error.c: fix for DRbnobu
2018-04-12error.c: super in method_missingnobu
2018-04-11eval_error.c: fix loop on exception in messagenobu
2018-04-02error.c: prepend "warning: " alwaysnobu