mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
0fe72040e4
of this change is to unify argument structure of method and block. this change prohibits duplicate block parameter name. new argument infromation: NODE_ARGS [m: int, o: NODE_OPT_ARG, ->] NODE_ARGS_AUX [r: ID, b: ID, ->] NODE_ARGS_AUX [Pst: id, Plen: int, init: NODE*] optarg information: NODE_OPT_ARGS [idx, expr, ->] * vm_macro.def: ditto. * gc.c: ditto. * iseq.c: ditto. * compile.h: fix debug function name. * test/ripper/test_scanner_events.rb: |_,_,foo| -> |_1,_2,foo| * test/ruby/test_lambda.rb: disalbe test temporarily. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
csv | ||
dbm | ||
digest | ||
drb | ||
erb | ||
fileutils | ||
gdbm | ||
io/nonblock | ||
logger | ||
monitor | ||
net | ||
nkf | ||
openssl | ||
optparse | ||
ostruct | ||
pathname | ||
rdoc/parsers | ||
readline | ||
rinda | ||
ripper | ||
rss | ||
ruby | ||
scanf | ||
sdbm | ||
soap | ||
socket | ||
stringio | ||
strscan | ||
testunit | ||
uri | ||
webrick | ||
win32ole | ||
wsdl | ||
xmlrpc | ||
xsd | ||
yaml | ||
zlib | ||
inlinetest.rb | ||
runner.rb | ||
test_generator.rb | ||
test_ipaddr.rb | ||
test_pp.rb | ||
test_prettyprint.rb | ||
test_set.rb | ||
test_shellwords.rb | ||
test_time.rb | ||
test_tsort.rb |