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 cgi/util.rb: Don't escape tilde in #escape 2017-05-17 12:34:59 +00:00
continuation Update dependencies 2016-07-06 05:48:13 +00:00
coverage update dependencies 2018-01-09 06:55:55 +00:00
date Bump version to date-1.0.0 as default gems. 2017-12-11 03:56:01 +00:00
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 Bump version to fcntl-1.0.0 as default gems. 2017-12-11 06:03:53 +00:00
fiber Update dependencies 2016-07-06 05:48:13 +00:00
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 ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
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 pathname.c: improve docs for Pathname 2017-11-07 20:14:46 +00:00
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 Update dependencies 2016-07-06 05:48:13 +00:00
rbconfig/sizeof configure.ac 2017-09-29 13:21:17 +00:00
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 get rid of test failures introduced at r56848 2016-11-20 06:19:05 +00:00
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 ext/.document: follow-up r59734 2017-09-03 13:31:34 +00:00
extmk.rb extmk.rb: exclude recursively 2018-01-07 02:49:27 +00:00
Setup Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.atheos * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.nt * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00