Age | Commit message (Expand) | Author |
2015-06-23 | error.c: index numbers | nobu |
2015-06-18 | error.c: NameError#receiver | nobu |
2015-05-16 | wrapper object before alloc | nobu |
2015-05-12 | vm_dump.c: statement for crash report log | nobu |
2015-03-30 | error.c: update builtin_types | nobu |
2015-02-23 | eval.c: static IDs | nobu |
2015-02-23 | error.c: predefined IDs | nobu |
2015-02-22 | error.c: use static IDs | nobu |
2015-02-16 | use rb_funcallv | nobu |
2015-02-16 | error.c: use static IDs | nobu |
2015-02-06 | error.c: rb_sys_enc_warning | nobu |
2015-02-06 | error.c: warning_string | nobu |
2015-02-03 | error.c: fix r49479 | nobu |
2015-02-03 | remove duplication in warning | nobu |
2014-12-24 | ruby.h: parent in rb_data_type_t | nobu |
2014-12-01 | use 0 for reserved | nobu |
2014-11-29 | ruby.h: no parent in rb_data_type_t | nobu |
2014-11-29 | error.c: simplify message building | nobu |
2014-11-25 | rb_id2str over rb_id2name | nobu |
2014-11-16 | id.def: move IDs for exception | nobu |
2014-11-15 | * internal.h: Include ruby.h and ruby/encoding.h to be | akr |
2014-11-15 | vm_eval.c: UncaughtThrowError | nobu |
2014-10-20 | error.c: check if EWOULDBLOCK is defined | nobu |
2014-10-14 | * error.c: [DOC] Fix case of type in exception message by @tricknotes | zzak |
2014-10-06 | * error.c: update exception tree. [DOC] | usa |
2014-09-19 | error.c: preserve encoding | nobu |
2014-07-03 | Init functions don't need ID caches | nobu |
2014-06-02 | encoding.h: constify rb_encoding | nobu |
2014-06-01 | constify rb_encoding and OnigEncoding | nobu |
2014-05-25 | report bug with machine regisiters | nobu |
2014-02-12 | error.c: Crash Report log | nobu |
2014-02-03 | * error.c: [DOC] Exception#cause may return nil. [ci skip] | kazu |
2014-01-31 | * error.c: [DOC] Document Exception#cause by @jasonrclark [ci skip] | zzak |
2013-12-13 | * error.c: add Exception#backtrace_locations. | ko1 |
2013-11-10 | error.c: Exception#cause | nobu |
2013-10-29 | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 |
2013-10-28 | error.c: remove NameError#to_s | nobu |
2013-10-20 | internal.h: rb_syserr_fail_path | nobu |
2013-10-16 | * error.c (rb_bug_reporter_add): return simply 0 if failed. | ko1 |
2013-10-16 | * error.c, internal.h (rb_bug_reporter_add): add a new C-API. | ko1 |
2013-09-03 | Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH... | naruse |
2013-09-03 | * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390] | zzak |
2013-08-18 | * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete. | ktsj |
2013-08-18 | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj |
2013-06-20 | error.c: evaluate RARRAY_AREF once | nobu |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-06-07 | * internal.h (numberof): Gathered from various files. | akr |
2013-06-02 | fill rdocs | nobu |
2013-06-01 | error.c: better names for rb_exc_new family | nobu |
2013-05-13 | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 |