From 2ff37a1a29c2f3c5950f56c905ca4b545726e1a2 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Jan 2009 04:16:17 +0000 Subject: * lib/securerandom.rb (SecureRandom.uuid): uses unpacked array instead of string, because String#[] returns one length string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2004701b..0508c732e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 29 13:16:11 2009 Nobuyoshi Nakada + + * lib/securerandom.rb (SecureRandom.uuid): uses unpacked array + instead of string, because String#[] returns one length string. + Thu Jan 29 12:29:51 2009 Nobuyoshi Nakada * lib/rake.rb (FileUtils#rake_system): no longer needs workaround -- cgit