| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 56766,56767: [Backport #12925] | usa | 2016-11-14 | 1 | -0/+20 |
* | merge revision(s) 49479,49483,49526,49527: | naruse | 2015-02-20 | 1 | -10/+66 |
* | ruby.h: parent in rb_data_type_t | nobu | 2014-12-24 | 1 | -4/+6 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | ruby.h: no parent in rb_data_type_t | nobu | 2014-11-29 | 1 | -6/+4 |
* | error.c: simplify message building | nobu | 2014-11-29 | 1 | -17/+9 |
* | rb_id2str over rb_id2name | nobu | 2014-11-25 | 1 | -2/+2 |
* | id.def: move IDs for exception | nobu | 2014-11-16 | 1 | -5/+2 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -3/+1 |
* | vm_eval.c: UncaughtThrowError | nobu | 2014-11-15 | 1 | -0/+1 |
* | error.c: check if EWOULDBLOCK is defined | nobu | 2014-10-20 | 1 | -10/+10 |
* | * error.c: [DOC] Fix case of type in exception message by @tricknotes | zzak | 2014-10-14 | 1 | -1/+1 |
* | * error.c: update exception tree. [DOC] | usa | 2014-10-06 | 1 | -4/+7 |
* | error.c: preserve encoding | nobu | 2014-09-19 | 1 | -0/+7 |
* | Init functions don't need ID caches | nobu | 2014-07-03 | 1 | -1/+1 |
* | encoding.h: constify rb_encoding | nobu | 2014-06-02 | 1 | -1/+1 |
* | constify rb_encoding and OnigEncoding | nobu | 2014-06-01 | 1 | -1/+1 |
* | report bug with machine regisiters | nobu | 2014-05-25 | 1 | -32/+76 |
* | error.c: Crash Report log | nobu | 2014-02-12 | 1 | -1/+6 |
* | * error.c: [DOC] Exception#cause may return nil. [ci skip] | kazu | 2014-02-03 | 1 | -1/+1 |
* | * error.c: [DOC] Document Exception#cause by @jasonrclark [ci skip] | zzak | 2014-01-31 | 1 | -0/+9 |
* | * error.c: add Exception#backtrace_locations. | ko1 | 2013-12-13 | 1 | -0/+25 |
* | error.c: Exception#cause | nobu | 2013-11-10 | 1 | -0/+9 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+1 |
* | error.c: remove NameError#to_s | nobu | 2013-10-28 | 1 | -22/+1 |
* | internal.h: rb_syserr_fail_path | nobu | 2013-10-20 | 1 | -1/+8 |
* | * error.c (rb_bug_reporter_add): return simply 0 if failed. | ko1 | 2013-10-16 | 1 | -2/+2 |
* | * error.c, internal.h (rb_bug_reporter_add): add a new C-API. | ko1 | 2013-10-16 | 1 | -1/+31 |
* | Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH... | naruse | 2013-09-03 | 1 | -1/+1 |
* | * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390] | zzak | 2013-09-03 | 1 | -1/+1 |
* | * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete. | ktsj | 2013-08-18 | 1 | -3/+3 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -4/+0 |
* | error.c: evaluate RARRAY_AREF once | nobu | 2013-06-20 | 1 | -1/+2 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -3/+1 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | fill rdocs | nobu | 2013-06-02 | 1 | -0/+1 |
* | error.c: better names for rb_exc_new family | nobu | 2013-06-01 | 1 | -3/+3 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2013-04-08 | 1 | -3/+3 |
* | Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS | headius | 2013-04-08 | 1 | -0/+22 |
* | error.c: rb_sys_fail_path_in | nobu | 2013-03-15 | 1 | -4/+28 |
* | * error.c: clarify reason for sleep in SignalException example | zzak | 2013-02-25 | 1 | -1/+1 |
* | * error.c: clarify a document of SignalException. Process.kill() | kosaki | 2013-02-25 | 1 | -0/+1 |
* | * object.c: Improve error for failed implicit conversions [Bug #7539] | marcandre | 2013-01-29 | 1 | -1/+1 |
* | error.c: rb_write_error_str | nobu | 2012-12-25 | 1 | -3/+3 |
* | error.c: NameError::message _dump | nobu | 2012-12-24 | 1 | -1/+8 |
* | error.c: VALUE to messages | nobu | 2012-12-24 | 1 | -3/+2 |
* | * error.c (rb_compile_error_append): fix typo. | nobu | 2012-12-23 | 1 | -1/+1 |
* | error.c: PRIsVALUE | nobu | 2012-12-22 | 1 | -71/+48 |