aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_variable.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* test/ruby: suppress runtime warningsnobu2016-02-191-1/+1
* test/ruby: suppress parser warningsnobu2016-02-191-4/+2
* test: use assert_not_*nobu2016-02-191-1/+1
* variable.c: matched backrefs onlynobu2016-01-141-2/+6
* variable.c: $1..$9 in global_variablesnobu2016-01-141-0/+10
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* vm_eval.c: skip internal namesnobu2015-11-111-0/+11
* variable.c: remove generic ivar support for special constantsnormal2015-06-031-0/+18
* test_variable.rb: suppress warningsnobu2014-11-221-3/+16
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_proc.rb: test_local_variables_in_other_contextnobu2014-07-011-10/+0
* vm_eval.c: exclude hidden variablesnobu2014-05-071-2/+2
* parse.y: no duplicated namesnobu2014-05-061-0/+6
* parse.y: remove duplicated namesnobu2014-05-061-0/+6
* test_variable.rb: fix testnobu2013-12-241-3/+2
* proc.c: Binding#local_variablesnobu2013-12-241-0/+11
* * insns.def (defined): fix to checking class variable.ko12011-08-241-0/+5
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-221-0/+4
* * test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame2010-01-211-0/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_variable.rb (TestVariable#test_variable): addkazu2008-10-141-0/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-1/+1
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-5/+1
* * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ...kazu2008-07-141-0/+9
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+9
* * vm.c (collect_local_variables_in_env): remove unnecessary checkmame2008-05-121-0/+7
* add a test for [ruby-dev:34008].akr2008-03-091-0/+5
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-031-7/+7
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-8/+12
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-6/+3
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-11/+11
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-8/+8
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+58