From b253fdb93db3c2157a6a147e0b621548fc7aad1a Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 18 Sep 2008 11:05:09 +0000 Subject: * lib/uri/common.rb (unescape): skip '%' to make String#hex work correctly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 560a00ea7..59a4f4373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +Thu Sep 18 20:02:48 2008 Yusuke Endoh + + * lib/uri/common.rb (unescape): skip '%' to make String#hex work + correctly. + Thu Sep 18 19:43:04 2008 Yusuke Endoh * st.c (new_size): raise RuntimeError when st_table is too big. + [ruby-dev:36354] Thu Sep 18 18:23:23 2008 Tanaka Akira -- cgit