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.c
Age
Commit message (
Expand
)
Author
2015-03-05
* internal.h: remove struct method_table_wrapper.
ko1
2015-02-24
eval.c: use the given thread
nobu
2015-02-23
eval.c: static IDs
nobu
2015-01-02
* eval.c (ruby_init): Print ruby_setup() error only in debug mode.
akr
2014-12-09
thread.c: get rid of invalid ID symbol
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
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-13
eval.c: obsolete comment [ci skip]
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-09-13
eval.c: fix message as same as previous versions
nobu
2014-09-12
ruby/ruby.h: freeze singleton class
nobu
2014-09-12
vm_method.c: should not modify frozen objects
nobu
2014-09-11
* vm.c (rb_vm_register_special_exception): make new function to
ko1
2014-08-29
string.c: move frozen_strings table to rb_vm_t
normal
2014-06-28
eval.c: no overwrite SystemStackError backtrace
nobu
2014-06-28
eval.c: no method calls at stack overflow
nobu
2014-06-27
eval.c: reduce machine stack overflow backtrace
nobu
2014-06-26
eval.c: suppress a warning
nobu
2014-06-23
* eval.c (setup_exception): "mesg == sysstack_error" and
naruse
2014-06-23
Backtrace for SystemStackError
nobu
2014-06-19
* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp
ko1
2014-06-18
constify parameters
nobu
2014-06-17
eval.c: pass unknown options
nobu
2014-06-02
* eval.c (rb_using_refinement): add write-barriers for
ko1
2014-05-06
eval.c: method name
nobu
2014-05-04
vm.c: Init_vm_objects
nobu
2014-03-20
* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):
ko1
2014-03-09
* eval.c: remove needless space.
hsbt
2014-02-26
eval.c: suppress a warning
nobu
2014-02-26
eval.c: preserve encoding
nobu
2014-02-26
eval.c: preserve errinfo
nobu
2014-02-26
eval.c: remove unneeded GC guard
nobu
2014-01-17
eval.c: singleton class constants
nobu
2014-01-09
* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
ko1
2014-01-01
eval.c: extra modifier
nobu
2013-12-31
eval.c: raise with cause
nobu
2013-12-24
eval.c: unused declaration
nobu
2013-12-13
eval.c: reuse tag
nobu
2013-12-13
* error.c: add Exception#backtrace_locations.
ko1
2013-12-13
eval.c: clear cache
nobu
2013-12-13
eval.c: indent
nobu
2013-12-11
* eval.c (rb_raise_jump): call c_return hook immediately after
ko1
2013-12-11
revert r44133. See https://bugs.ruby-lang.org/issues/8886 details
ko1
2013-12-11
* eval.c (rb_raise_jump): pop frame after setup exception.
ko1
2013-12-03
* include/ruby/ruby.h (struct RClass): Add wrapper struct around
tmm1
2013-11-30
eval.c: determine exit status and signal before finalization
nobu
2013-11-15
* cont.c : Introdule ensure rollback mechanism. Please see below.
tarui
2013-11-15
eval.c: refactor exception cause
nobu
2013-11-10
error.c: Exception#cause
nobu
[next]