aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* error.c: limit depthnobu2017-12-311-3/+5
* error.c: negative uplevelnobu2017-12-311-1/+5
* error.c: KeyError docs [ci skip]nobu2017-12-191-0/+14
* error.c(rb_error_write): Remove ec_ from its namesorah2017-12-121-2/+2
* hotfix implicit-function-declarationsorah2017-12-121-0/+3
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-3/+32
* error.c(exc_full_message): Exception#full_messagesorah2017-12-121-0/+20
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-6/+13
* fix r60792.ko12017-11-161-2/+1
* `rb_source_loc` -> `rb_source_location_cstr`ko12017-11-161-6/+4
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-3/+3
* check `ec` instead of `th`.ko12017-10-281-2/+2
* Remove duplicated includekazu2017-10-271-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-3/+2
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* error.c: warning to write multiple argumentsnobu2017-10-231-1/+10
* error.c: [DOC] fix typo [ci skip]nobu2017-10-151-1/+1
* error.c: infinite recursion at Warning#warnnobu2017-10-131-1/+7
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+35
* Add Doxygen commentsyugui2017-07-221-0/+9
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-3/+3
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+2
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-0/+8
* error.c: send as a single stringnobu2017-04-261-2/+19
* error.c: improve docsstomar2017-04-261-8/+7
* error.c: splat warn argumentsnobu2017-04-261-12/+2
* Document the Warning module and warn methoderegon2017-04-251-0/+25
* load.c: backtrace of circular requirenobu2017-04-251-1/+7
* ruby.h: check argc to rb_funcallnobu2017-04-151-1/+1
* dir.c: err at glob failurenobu2017-03-271-2/+0
* error.c: warning functionsnobu2017-03-271-0/+70
* error.c: refactor warning messagesnobu2017-03-271-66/+48
* error.c: remove deprecated internal featuresnobu2017-02-211-18/+0
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-4/+4
* error.c: fixed doc [ci skip]nobu2017-01-231-3/+1
* error.c: print default RSnobu2017-01-201-1/+4
* Change Kernel#warn to call Warning.warnnobu2017-01-191-4/+15
* error.c: movednobu2017-01-131-2/+14
* error.c: movednobu2017-01-131-1/+70
* error.c: redefined backtracenobu2016-11-131-10/+13
* error.c: rb_get_backtracenobu2016-11-131-0/+16
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* error.c: check argument of Warning.warnnobu2016-09-271-0/+2
* * error.c: This makes all warnings raised call Warning.warn, whichshyouhei2016-09-271-8/+29
* replace fixnum by integer in documents.akr2016-09-081-2/+2
* error.c: fix newline in syntax errornobu2016-08-121-3/+3
* internal.h: inline Check_Typenobu2016-07-231-15/+41
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-0/+10