1. 07 2月, 2020 1 次提交
  2. 18 5月, 2018 2 次提交
  3. 27 2月, 2018 1 次提交
  4. 24 2月, 2018 1 次提交
  5. 22 2月, 2018 1 次提交
    • K
      erb.rb: deprecate safe_level of ERB.new · cc777d09
      k0kubun 提交于
      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
      cc777d09
  6. 28 10月, 2016 1 次提交
  7. 16 3月, 2016 2 次提交
  8. 15 12月, 2015 2 次提交
  9. 14 12月, 2015 1 次提交
  10. 10 11月, 2015 1 次提交
    • A
      * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". · 68ebbbfe
      akr 提交于
      * lib/pp.rb: Ditto.
      
      * lib/prettyprint.rb: Ditto.
      
      * lib/resolv.rb: Ditto.
      
      * lib/securerandom.rb: Ditto.
      
      * lib/tmpdir.rb: Ditto.
      
      * lib/unicode_normalize/tables.rb: Ditto.
      
      * test/net/ftp/test_buffered_socket.rb: Ditto.
      
      * test/net/ftp/test_mlsx_entry.rb: Ditto.
      
      * test/open-uri/test_open-uri.rb: Ditto.
      
      * test/open-uri/test_ssl.rb: Ditto.
      
      * test/pathname/test_pathname.rb: Ditto.
      
      * test/test_pp.rb: Ditto.
      
      * test/test_prettyprint.rb: Ditto.
      
      * tool/transcode-tblgen.rb: Ditto.
      
      * ext/pathname/lib/pathname.rb: Ditto.
      
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      68ebbbfe
  11. 06 10月, 2015 1 次提交
  12. 05 10月, 2015 1 次提交
  13. 02 6月, 2013 1 次提交
  14. 22 11月, 2012 1 次提交
  15. 24 4月, 2012 1 次提交
    • U
      * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213. · 756ffef4
      usa 提交于
        [ruby-dev:45571] [Feature #6349]
        Requested by Kyouhei Yanagita <yanagi@shakenbu.org>.
      
      * enc/trans/japanese_euc.trans: ditto.
      
      * enc/trans/JIS/JISX0213-[12]%UCS@{BMP,SIP}.src: JIS X 0213:2004 ->
        Unicode mapping table from NetBSD.
      
      * enc/trans/JIS/UCS@{BMP,SIP}%JISX0213-[12].src: Unicode -> JIX X
        0213:2004 mapping table from NetBSD.
      
      * tool/transcode-tblgen.rb: added SIP support.
      
      * test/ruby/test_transcode.rb: tests of above changes.
      
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      756ffef4
  16. 07 4月, 2012 1 次提交
  17. 06 4月, 2012 1 次提交
  18. 17 2月, 2012 1 次提交
  19. 15 5月, 2011 1 次提交
  20. 22 11月, 2010 1 次提交
  21. 21 3月, 2010 2 次提交
  22. 20 3月, 2010 2 次提交
  23. 18 3月, 2010 1 次提交
  24. 16 3月, 2010 4 次提交
  25. 15 3月, 2010 4 次提交
  26. 14 3月, 2010 2 次提交
  27. 13 3月, 2010 1 次提交
  28. 09 3月, 2010 1 次提交
    • M
      * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c,... · 62f8df2d
      muraken 提交于
      * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_emoji.rb, tool/enc-emoji-citrus-gen.rb, tool/enc-emoji4unicode.rb, tool/jisx0208.rb, tool/test/test_jisx0208.rb: new encodings to support emoji charsets, which are used by Japanese mobile phones [ruby-dev:40528].  Thanks Yoji Shidara for a lot of contribution.
      * tool/transcode-tblgen.rb: modified for enc-emoji4unicode.rb.
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      62f8df2d