Age | Commit message (Expand) | Author |
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 |
2013-05-13 | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 |
2013-04-08 | * remove trailing spaces. | nobu |
2013-04-08 | Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS | headius |
2013-03-15 | error.c: rb_sys_fail_path_in | nobu |
2013-02-25 | * error.c: clarify reason for sleep in SignalException example | zzak |
2013-02-25 | * error.c: clarify a document of SignalException. Process.kill() | kosaki |
2013-01-29 | * object.c: Improve error for failed implicit conversions [Bug #7539] | marcandre |
2012-12-25 | error.c: rb_write_error_str | nobu |
2012-12-24 | error.c: NameError::message _dump | nobu |
2012-12-24 | error.c: VALUE to messages | nobu |
2012-12-23 | * error.c (rb_compile_error_append): fix typo. | nobu |
2012-12-22 | error.c: PRIsVALUE | nobu |
2012-11-11 | hash.c: refine error messages | nobu |
2012-10-02 | * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do not | shugo |
2012-07-18 | fix typo | nobu |
2012-07-18 | error.c: map by index | nobu |
2012-06-29 | rb_builtin_type_name | nobu |
2012-06-22 | error.c: rb_check_copyable | nobu |
2012-06-20 | * error.c (err_append): rename err_append() to compile_err_append() | ko1 |
2012-05-29 | * error.c (exc_set_backtrace): Updated documentation to indicate | drbrain |
2012-05-24 | sprintf.c: inspect by plus | nobu |
2012-05-24 | Feature #5896 | nobu |
2012-05-24 | * vm_method.c (rb_method_defined_by): removed. | ko1 |
2012-05-24 | * vm.c: add RubyVM::Backtrace object (btobj). | ko1 |
2012-05-23 | use RB_TYPE_P() instead of comparison of TYPE() | nobu |
2012-04-16 | * configure.in (RUBY_MSVCRT_VERSION): define on mingw too. | nobu |
2012-04-13 | * eval_error.c (error_print): use RB_TYPE_P instead of TYPE. | nobu |
2012-04-10 | * error.c (rb_enc_raise): new function to raise an exception with | nobu |
2012-03-07 | * error.c (rb_load_fail): should honor encoding. | nobu |
2012-03-07 | rb_load_fail | nobu |
2012-03-06 | * error.c (rb_loaderror_with_path): Adding the missing file as an | tenderlove |
2012-02-25 | * error.c (report_bug): use buf and snprintf to avoid consuming stack. | naruse |
2012-02-24 | * dir.c (dir_initialize): keep path in original encoding. | nobu |
2012-02-24 | * error.c: new functions to deal exceptions with string instances. | nobu |
2012-02-07 | * error.c (exc_inspect): Fix typo. patch from Trent Ogren | ayumin |
2012-01-14 | * error.c (exc_equal): clear rb_thread_t::errinfo when ignore | nagachika |
2012-01-14 | * error.c (exc_equal): ignore exceptions during implicit | nobu |
2012-01-13 | Revert "* error.c (exc_equal): try implicit conversion for delegator." | naruse |
2012-01-13 | * error.c (exc_equal): try implicit conversion for delegator. | nobu |
2011-12-15 | * error.c (builtin_type_name): don't return pointer to the buffer of | nagachika |