diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-29 04:16:17 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-29 04:16:17 +0000 |
| commit | 2ff37a1a29c2f3c5950f56c905ca4b545726e1a2 (patch) | |
| tree | b54148386a0cb65054b5d6f387254b2051c408ae /ChangeLog | |
| parent | a7c3322f66438a67bc3b42cdeb1c3d8579a02bdb (diff) | |
| download | ruby-2ff37a1a29c2f3c5950f56c905ca4b545726e1a2.tar.gz ruby-2ff37a1a29c2f3c5950f56c905ca4b545726e1a2.tar.xz ruby-2ff37a1a29c2f3c5950f56c905ca4b545726e1a2.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Jan 29 13:16:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * lib/rake.rb (FileUtils#rake_system): no longer needs workaround |
