aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
...
* error.c: warning_stringnobu2015-02-061-10/+15
* error.c: fix r49479nobu2015-02-031-1/+1
* remove duplication in warningnobu2015-02-031-1/+0
* ruby.h: parent in rb_data_type_tnobu2014-12-241-4/+6
* use 0 for reservednobu2014-12-011-1/+1
* ruby.h: no parent in rb_data_type_tnobu2014-11-291-6/+4
* error.c: simplify message buildingnobu2014-11-291-17/+9
* rb_id2str over rb_id2namenobu2014-11-251-2/+2
* id.def: move IDs for exceptionnobu2014-11-161-5/+2
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-0/+1
* error.c: check if EWOULDBLOCK is definednobu2014-10-201-10/+10
* * error.c: [DOC] Fix case of type in exception message by @tricknoteszzak2014-10-141-1/+1
* * error.c: update exception tree. [DOC]usa2014-10-061-4/+7
* error.c: preserve encodingnobu2014-09-191-0/+7
* Init functions don't need ID cachesnobu2014-07-031-1/+1
* encoding.h: constify rb_encodingnobu2014-06-021-1/+1
* constify rb_encoding and OnigEncodingnobu2014-06-011-1/+1
* report bug with machine regisitersnobu2014-05-251-32/+76
* error.c: Crash Report lognobu2014-02-121-1/+6
* * error.c: [DOC] Exception#cause may return nil. [ci skip]kazu2014-02-031-1/+1
* * error.c: [DOC] Document Exception#cause by @jasonrclark [ci skip]zzak2014-01-311-0/+9
* * error.c: add Exception#backtrace_locations.ko12013-12-131-0/+25
* error.c: Exception#causenobu2013-11-101-0/+9
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* error.c: remove NameError#to_snobu2013-10-281-22/+1
* internal.h: rb_syserr_fail_pathnobu2013-10-201-1/+8
* * error.c (rb_bug_reporter_add): return simply 0 if failed.ko12013-10-161-2/+2
* * error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko12013-10-161-1/+31
* Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH...naruse2013-09-031-1/+1
* * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]zzak2013-09-031-1/+1
* * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.ktsj2013-08-181-3/+3
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-4/+0
* 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