aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-22 00:23:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-22 00:23:52 +0000
commitb757ff3ef6659ef959a58d15f345f97e19697731 (patch)
tree94cbd124b5fb7c2049e1ca60755cdeafbe168ac6 /ChangeLog
parent5c533d11fc75d5fe553bf7f31cbe5696d56d7cc9 (diff)
downloadruby-b757ff3ef6659ef959a58d15f345f97e19697731.tar.gz
* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ASCII.
It is to keep the regexp compiled for US-ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fca18d27cb..74b3da644c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 22 09:10:09 2014 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/uri/rfc3986_parser.rb: raise exception when given a URI string
+ has non ASCII in order to keep the regexp compiled for US-ASCII.
+
Sun Jun 22 09:05:42 2014 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/common.rb (URI::REGEXP): move to lib/uri/rfc2396_parser.rb.