| Commit message (Expand) | Author | Age | Files | Lines |
| * | use correct svar even if env is escaped | Koichi Sasada | 2023-02-10 | 1 | -0/+78 |
| * | Copy cvar table on clone | eileencodes | 2023-02-09 | 1 | -0/+6 |
| * | [ci skip] Add ticket label to test | Peter Zhu | 2023-01-19 | 1 | -1/+1 |
| * | don't allow setting class variable on module that's frozen [Bug #19341] | lukeg | 2023-01-19 | 1 | -0/+15 |
| * | Fix crash when defining ivars on special constants | Peter Zhu | 2023-01-17 | 1 | -0/+6 |
| * | Remove cvar overtaken classes at end of test methods | Jeremy Evans | 2021-03-10 | 1 | -0/+6 |
| * | Add cvar overtaken tests | eileencodes | 2021-03-10 | 1 | -0/+55 |
| * | Raise RuntimeError for class variable overtaken in nonverbose mode | Jeremy Evans | 2020-06-18 | 1 | -4/+2 |
| * | Prohibit setting class variable on frozen module through inheritance | Alan Wu | 2020-06-11 | 1 | -0/+10 |
| * | Supress class variable overtaken warning when original modules are the same | Jeremy Evans | 2019-11-29 | 1 | -0/+23 |
| * | * remove trailing spaces. [ci skip] | git | 2019-11-29 | 1 | -1/+1 |
| * | fastpath for ivar read of FL_EXIVAR objects. | Koichi Sasada | 2019-11-29 | 1 | -0/+19 |
| * | Fix Module#class_variables for singleton classes of classes/modules | Jeremy Evans | 2019-09-21 | 1 | -0/+28 |
| * | Include inspect value of object in FrozenError messages | Jeremy Evans | 2019-06-04 | 1 | -1/+1 |
| * | Add FrozenError as a subclass of RuntimeError | shyouhei | 2017-12-12 | 1 | -2/+2 |
| * | Fix typos | kazu | 2016-12-06 | 1 | -2/+2 |
| * | Use Integer instead of Fixnum and Bignum. | akr | 2016-05-17 | 1 | -1/+1 |
| * | test/ruby: suppress runtime warnings | nobu | 2016-02-19 | 1 | -1/+1 |
| * | test/ruby: suppress parser warnings | nobu | 2016-02-19 | 1 | -4/+2 |
| * | test: use assert_not_* | nobu | 2016-02-19 | 1 | -1/+1 |
| * | variable.c: matched backrefs only | nobu | 2016-01-14 | 1 | -2/+6 |
| * | variable.c: $1..$9 in global_variables | nobu | 2016-01-14 | 1 | -0/+10 |
| * | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
| * | vm_eval.c: skip internal names | nobu | 2015-11-11 | 1 | -0/+11 |
| * | variable.c: remove generic ivar support for special constants | normal | 2015-06-03 | 1 | -0/+18 |
| * | test_variable.rb: suppress warnings | nobu | 2014-11-22 | 1 | -3/+16 |
| * | * test/lib/envutil.rb: Moved from test/ruby/. | akr | 2014-11-13 | 1 | -1/+0 |
| * | test_proc.rb: test_local_variables_in_other_context | nobu | 2014-07-01 | 1 | -10/+0 |
| * | vm_eval.c: exclude hidden variables | nobu | 2014-05-07 | 1 | -2/+2 |
| * | parse.y: no duplicated names | nobu | 2014-05-06 | 1 | -0/+6 |
| * | parse.y: remove duplicated names | nobu | 2014-05-06 | 1 | -0/+6 |
| * | test_variable.rb: fix test | nobu | 2013-12-24 | 1 | -3/+2 |
| * | proc.c: Binding#local_variables | nobu | 2013-12-24 | 1 | -0/+11 |
| * | * insns.def (defined): fix to checking class variable. | ko1 | 2011-08-24 | 1 | -0/+5 |
| * | * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb, | mame | 2010-01-22 | 1 | -0/+4 |
| * | * test/ruby/test_bignum.rb, test/ruby/test_class.rb, | mame | 2010-01-21 | 1 | -0/+4 |
| * | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
| * | * test/ruby/test_variable.rb (TestVariable#test_variable): add | kazu | 2008-10-14 | 1 | -0/+1 |
| * | * test: assert_raises has been deprecated since a long time ago. | nobu | 2008-09-24 | 1 | -1/+1 |
| * | * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new | mame | 2008-07-15 | 1 | -5/+1 |
| * | * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ... | kazu | 2008-07-14 | 1 | -0/+9 |
| * | * test/ruby/test_object.rb: new tests to achieve over 90% test | mame | 2008-05-14 | 1 | -0/+9 |
| * | * vm.c (collect_local_variables_in_env): remove unnecessary check | mame | 2008-05-12 | 1 | -0/+7 |
| * | add a test for [ruby-dev:34008]. | akr | 2008-03-09 | 1 | -0/+5 |
| * | * variable.c (rb_cvar_set): check whether class variable is | matz | 2007-10-03 | 1 | -7/+7 |
| * | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 1 | -8/+12 |
| * | * test/*: should not depend on $KCODE. | nahi | 2004-02-18 | 1 | -2/+0 |
| * | * test/ruby/test_*.rb: assert_same, assert_match, and so on. | nahi | 2003-09-06 | 1 | -6/+3 |
| * | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -11/+11 |
| * | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi | 2003-09-05 | 1 | -8/+8 |