| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb, | nobu | 2005-10-22 | 1 | -1/+1 |
* | * lib/ostruct.rb (new_ostruct_member): Object#send no longer call | nobu | 2005-09-12 | 1 | -1/+1 |
* | add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103], | akr | 2004-09-07 | 1 | -0/+35 |
* | * test/*: should not depend on $KCODE. | nahi | 2004-02-18 | 1 | -2/+0 |
* | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -34/+34 |
* | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi | 2003-09-05 | 1 | -24/+24 |
* | * test/ruby: tests for ruby itself. | nahi | 2003-09-04 | 1 | -0/+124 |