1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
normal 778bbac8ac stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a single-element arrays.

* ext/psych/lib/psych/visitors/yaml_tree.rb (visit_String):
  eliminate chomp
* lib/net/http.rb (connect): eliminate delete
* lib/net/http/header.rb (basic_encode): ditto
* lib/net/imap.rb (authenticate): eliminate gsub
  (self.encode_utf7): shorten delete arg
* lib/net/smtp.rb (base64_encode): eliminate gsub
* lib/open-uri.rb (OpenURI.open_http): eliminate delete
* lib/rss/rss.rb: ditto
* lib/securerandom.rb (base64): ditto
  (urlsafe_base64): eliminate delete!
* lib/webrick/httpauth/digestauth.rb (split_param_value):
  eliminate chop
* lib/webrick/httpproxy.rb (do_CONNECT): eliminate delete
  (setup_upstream_proxy_authentication): ditto
  [ruby-core:72666] [Feature #11938]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-01-10 00:35:43 +00:00
..
lib stdlib: avoid extra calls to eliminate "\n" from Base64 2016-01-10 00:35:43 +00:00
yaml * ext/psych/*: update psych to 2.0.16 2015-12-07 16:58:10 +00:00
.gitignore
depend
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
psych.c
psych.gemspec * ext/psych/lib/psych.rb: bump version to 2.0.17 2015-12-22 11:25:39 +00:00
psych.h
psych_emitter.c psych_emitter.c: check tags range 2015-12-13 09:28:51 +00:00
psych_emitter.h
psych_parser.c
psych_parser.h
psych_to_ruby.c
psych_to_ruby.h
psych_yaml_tree.c
psych_yaml_tree.h