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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_eval.rb
Age
Commit message (
Expand
)
Author
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2012-08-06
method in instance_eval
nobu
2012-06-22
* iseq.c, vm_eval.c: set th->base_block properly.
ko1
2012-04-12
* compile.c (compile_array, compile_array_):
ko1
2011-03-31
* vm_insnhelper.c (vm_get_ev_const): search root cref properly.
shugo
2010-05-09
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
mame
2009-12-04
fixed tests.
shugo
2009-09-23
* tool/instruction.rb (make_header_prepare_stack): check stack
nobu
2009-08-26
* vm.c (collect_local_variables_in_env): skips internal variables.
nobu
2008-12-27
* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.
ko1
2008-06-10
* vm.c, eval_intern.h (PASS_PASSED_BLOCK):
ko1
2008-05-21
* bootstraptest/test_eval.rb: fix syntax.
ko1
2008-05-19
* eval.c, vm_insnhelper.c: fix cref in instance_eval
ko1
2008-05-19
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2008-05-19
* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.
ko1
2008-01-03
* bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
ko1
2007-12-19
* compile.c (iseq_compile_each): should handle upper level eval iseq
nobu
2007-12-18
* compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]
nobu
2007-11-04
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-06-27
* bootstraptest/runner.rb: fix to show file name.
ko1