index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_error.c
Age
Commit message (
Expand
)
Author
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-06-28
move fields to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-16
removed ruby_error_print
nobu
2017-05-19
fix syntax error
nobu
2017-05-19
eval_error.c: enrich backtrace
nobu
2017-02-22
eval_error.c: backstrace in reverse order
nobu
2017-01-12
immediate message mode of compile error
nobu
2016-12-07
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-11-13
error.c: rb_get_backtrace
nobu
2016-06-06
Thread.report_on_exception
nobu
2016-05-29
vm_core.h: rb_exc_set_backtrace declaration
nobu
2016-05-20
Use RB_GNUC_EXTENSION_BLOCK instead of __extension__
ngoto
2016-05-12
Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
naruse
2016-04-23
eval_error.c: reuse threadptr
nobu
2016-03-06
eval_error.c: trivial optimization
nobu
2016-02-25
eval_error.c: constify
nobu
2016-02-25
eval_error.c: remove warn_printf
nobu
2016-02-25
eval_error.c: error position format
nobu
2016-02-25
eval_error.c: colon in message
nobu
2016-01-03
Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`
yui-knk
2015-10-31
eval_error.c: Fix a format of `NameError#message`
nobu
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-10-28
NameError#receiver of uninitialized constant
nobu
2015-07-19
eval.c: check tag value
nobu
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-02-23
eval.c: static IDs
nobu
2015-01-10
* eval_error.c (error_print): pos and len parameters of rb_str_substr()
usa
2014-11-28
* eval_error.c (error_print): respect the encoding of the message.
usa
2014-11-25
rb_id2str over rb_id2name
nobu
2014-07-26
eval_error.c: quote unprintable
nobu
2014-07-26
eval_error.c: rb_print_inaccessible
nobu
2014-06-25
eval_error.c: newline always
nobu
2014-05-18
eval_error.c: investigate core dump
nobu
2013-06-24
* eval_error.c (warn_printf): use rb_vsprintf instead so ruby specific
charliesome
2013-06-11
* eval_error.c (error_print): reduce RARRAY_AREF().
nobu
2013-06-10
* eval_error.c (error_print): keep that errat is non-shady object.
tarui
2013-06-10
eval_error.c: use checking functions
nobu
2013-06-10
eval_error.c: restore errinfo
nobu
2013-06-10
eval_error.c: reduce setjmp
nobu
2013-05-24
call rb_frame_callee() only once
nobu
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2012-12-22
internal.h: quote unprintable
nobu
2012-10-23
* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),
ko1
2012-05-24
* vm_method.c (rb_method_defined_by): removed.
ko1
2012-05-24
* vm.c: add RubyVM::Backtrace object (btobj).
ko1
2012-04-13
* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.
nobu
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
[next]