summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 10:36:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 10:36:24 +0000
commitf6288dbaa497c855e86b7c4dec7ee25e532db6c3 (patch)
treee607318daccb08a4a7a93326e6becb8d1805a64f /ChangeLog
parent9c83c33e66e7c75a09d9203afbd6a289023ef1fc (diff)
downloadruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.tar.gz
ruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.tar.xz
ruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.zip
* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
object_id with printf. [ruby-dev:33347] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15216 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 e2d1cf17b..98e0377fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 24 19:36:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
+ object_id with printf. [ruby-dev:33347]
+
Thu Jan 24 19:29:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* sprintf.c (remove_sign_bits): returns pointer to the first char to