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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_alias.rb
Age
Commit message (
Expand
)
Author
2022-03-10
Fix visibility of alias of zsuper methods
Jeremy Evans
2022-01-27
Fix memory leak at the same named alias [Bug #18516]
Nobuyoshi Nakada
2022-01-27
An alias can suppress method redefinition warning
Nobuyoshi Nakada
2020-03-22
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2017-08-29
test/ruby: tweaked heredocs
nobu
2016-03-08
vm_method.c: fix aliased original name
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-05-30
* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::type
ko1
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-23
vm_method.c: check if klass is 0
nobu
2014-03-20
vm_method.c: fix infinite recursion
nobu
2013-12-24
test_alias.rb: rename duplicate name
nobu
2013-12-19
fix typo
naruse
2013-12-16
* vm_method.c (rb_method_entry_make): fix WB miss.
ko1
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2012-08-04
* test/ruby/test_alias.rb (test_super_in_aliased_module_method):
shugo
2010-01-08
* vm_method.c (rb_alias): skip ZSUPER method when searching body of
mame
2009-11-17
* vm_method.c (rb_alias): should raise TypeError if klass is nil.
shugo
2009-07-19
* vm_method.c (me_opts): fixed optimized method aliasing.
nobu
2009-07-16
* vm_method.c (rb_alias): fix a case which try non-existing method alias.
ko1
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2007-11-04
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-08-24
* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.
matz
2006-12-31
* Merge YARV
ko1
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi