1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
k0kubun cc777d09f4 erb.rb: deprecate safe_level of ERB.new
Also, as it's in the middle of the list of 4 arguments, 3rd and 4th arguments
(trim_mode, eoutvar) are changed to keyword arguments.
Old ways to specify arguments are deprecated and warned now.

bin/erb: deprecate -S option.

We'll remove all of deprecated ones at Ruby 2.7+.

enc/make_encmake.rb: stopped using deprecated interface
ext/etc/mkconstants.rb: ditto
ext/socket/mkconstants.rb: ditto
sample/ripper/ruby2html.rb: ditto
spec/ruby/library/erb/defmethod/def_erb_method_spec.rb: ditto
spec/ruby/library/erb/new_spec.rb: ditto
test/erb/test_erb.rb: ditto
test/erb/test_erb_command.rb: ditto
tool/generic_erb.rb: ditto
tool/ruby_vm/helpers/dumper.rb: ditto
tool/transcode-tblgen.rb: ditto
lib/rdoc/erbio.rb: ditto
lib/rdoc/generator/darkfish.rb: ditto

[Feature #14256]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-02-22 13:28:25 +00:00
..
-test- ruby.h: relax rb_funcall check on extra args for clang 2018-01-30 23:55:49 +00:00
bigdecimal flexible array member is a C99ism 2018-01-02 06:41:48 +00:00
cgi/escape
continuation
coverage update dependencies 2018-01-09 06:55:55 +00:00
date
dbm marked as NORETURN 2018-01-18 11:34:36 +00:00
digest no ID cache in Init functions 2018-02-16 08:39:48 +00:00
etc erb.rb: deprecate safe_level of ERB.new 2018-02-22 13:28:25 +00:00
fcntl
fiber
fiddle ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bit 2018-02-18 00:38:35 +00:00
gdbm marked as NORETURN 2018-01-18 11:34:36 +00:00
io gperf.sed: static declarations 2017-12-15 14:42:43 +00:00
json no ID cache in Init functions 2018-02-16 08:39:48 +00:00
nkf
objspace no ID cache in Init functions 2018-02-16 08:39:48 +00:00
openssl no ID cache in Init functions 2018-02-16 08:39:48 +00:00
pathname
psych no ID cache in Init functions 2018-02-16 08:39:48 +00:00
pty process.c: add :exception option to Kernel.#system 2018-01-24 14:11:25 +00:00
racc/cparse
rbconfig/sizeof
readline no ID cache in Init functions 2018-02-16 08:39:48 +00:00
ripper ext/ripper/tools/dsl.rb: Use String#sub instead of delete_suffix 2018-01-20 17:52:51 +00:00
rubyvm
sdbm marked as NORETURN 2018-01-18 11:34:36 +00:00
socket erb.rb: deprecate safe_level of ERB.new 2018-02-22 13:28:25 +00:00
stringio no ID cache in Init functions 2018-02-16 08:39:48 +00:00
strscan no ID cache in Init functions 2018-02-16 08:39:48 +00:00
syslog no ID cache in Init functions 2018-02-16 08:39:48 +00:00
win32 win32/resolv.rb: call rb_w32_osid 2018-01-18 01:10:22 +00:00
win32ole no ID cache in Init functions 2018-02-16 08:39:48 +00:00
zlib no ID cache in Init functions 2018-02-16 08:39:48 +00:00
.document
extmk.rb extmk.rb: exclude recursively 2018-01-07 02:49:27 +00:00
Setup
Setup.atheos
Setup.nt