| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix small issues concerning namespacing in test-all suite | lukeg | 2023-03-17 | 1 | -0/+3 |
* | Lazily create singletons on instance_{exec,eval} (#5146) | John Hawthorn | 2021-12-02 | 1 | -0/+70 |
* | support multi-run for test/ruby/test_eval.rb | Koichi Sasada | 2020-01-28 | 1 | -0/+4 |
* | Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__ | Jeremy Evans | 2020-01-03 | 1 | -3/+6 |
* | Fix dangling path name from fstring | Nobuyoshi Nakada | 2019-08-03 | 1 | -0/+11 |
* | Suppress unused variable warnings | Nobuyoshi Nakada | 2019-06-30 | 1 | -0/+1 |
* | Remove the old disabled assertions for 1.8/1.9 | mame | 2018-04-17 | 1 | -35/+0 |
* | parse.y: warning for locations | nobu | 2017-12-26 | 1 | -0/+6 |
* | Add FrozenError as a subclass of RuntimeError | shyouhei | 2017-12-12 | 1 | -1/+1 |
* | test/ruby/test_eval.rb: use orphan procs | nobu | 2017-11-03 | 1 | -3/+10 |
* | skip/fix wrong tests | nobu | 2017-11-02 | 1 | -0/+1 |
* | fix return in toplevel rescue/ensure | nobu | 2017-06-27 | 1 | -0/+10 |
* | vm_eval.c: fstring instance_eval | nobu | 2016-11-14 | 1 | -0/+8 |
* | deprecate TRUE,FALSE,NIL | nobu | 2016-08-07 | 1 | -3/+1 |
* | Use Integer instead of Fixnum and Bignum. | akr | 2016-05-17 | 1 | -2/+2 |
* | test/ruby: suppress parser warnings | nobu | 2016-02-19 | 1 | -4/+5 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * proc.c (rb_block_clear_env_self): clear by Qfalse intead of Qnil. | ko1 | 2015-08-04 | 1 | -0/+10 |
* | * test/ruby/test_eval.rb: add case to test "sticky" instance_eval | headius | 2014-12-02 | 1 | -0/+9 |
* | * test/lib/envutil.rb: Moved from test/ruby/. | akr | 2014-11-13 | 1 | -1/+0 |
* | * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings. | ktsj | 2014-10-18 | 1 | -0/+15 |
* | * include/ruby/ruby.h: freeze nil/true/false. | ko1 | 2014-09-11 | 1 | -5/+5 |
* | * test/ruby/test_eval.rb (TestEval#make_test_binding): renamed. | usa | 2014-03-04 | 1 | -2/+2 |
* | * test/ruby/test_eval.rb (class TestEval): Use assert_same instead of | tmm1 | 2013-11-27 | 1 | -2/+1 |
* | * test/ruby/test_eval.rb (class TestEval): Add test for shared eval | tmm1 | 2013-11-27 | 1 | -0/+12 |
* | * include/ruby/ruby.h: make Symbol objects frozen. | ko1 | 2013-09-19 | 1 | -1/+1 |
* | parse.y, vm_eval.c: file encoding in eval | nobu | 2013-07-29 | 1 | -0/+5 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -10/+0 |
* | class.c: suppress wrong warning | nobu | 2013-03-30 | 1 | -0/+7 |
* | proc.c: main.define_method | nobu | 2012-11-01 | 1 | -0/+18 |
* | * bignum.c (bignew_1): Bignum instances are frozen. | ko1 | 2012-10-28 | 1 | -1/+1 |
* | vm_eval.c: cref-scope hack | nobu | 2012-08-08 | 1 | -0/+12 |
* | use local variables | nobu | 2012-08-08 | 1 | -22/+22 |
* | method in instance_eval | nobu | 2012-08-06 | 1 | -0/+15 |
* | test_eval.rb: adjust indent | nobu | 2012-07-19 | 1 | -46/+46 |
* | test_eval.rb: use block | nobu | 2012-07-19 | 1 | -10/+6 |
* | * vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc | nobu | 2010-09-23 | 1 | -0/+15 |
* | * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): | nobu | 2009-08-17 | 1 | -0/+7 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * test/ruby/test_eval.rb: add new test. | usa | 2008-12-25 | 1 | -0/+17 |
* | * eval.c, vm_insnhelper.c: fix cref in instance_eval | ko1 | 2008-05-19 | 1 | -7/+10 |
* | * test/ruby/test_eval.rb (test_define_method_block): new test | nobu | 2008-05-17 | 1 | -0/+13 |
* | * test/ruby/test_object.rb: new tests to achieve over 90% test | mame | 2008-05-14 | 1 | -0/+17 |
* | * eval.c (rb_obj_instance_eval): use class of immediate objects. | ko1 | 2007-12-22 | 1 | -1/+1 |
* | test/ruby/test_eval.rb: class variable test updated. | matz | 2007-12-21 | 1 | -12/+7 |
* | * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar): | matz | 2007-11-26 | 1 | -15/+5 |
* | use ML ref. for assertion message. | akr | 2007-11-18 | 1 | -8/+8 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -2/+2 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 1 | -2/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -27/+246 |