diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:30:55 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:30:55 +0000 |
| commit | f0fc0463564b9d8f9c22e1c82c998646e930422f (patch) | |
| tree | b9fc0318affed27f8e1ddb69efa0388b9d0403e2 /ChangeLog | |
| parent | 3e2f55070825f8e21d9727deca6d1e90d0e36187 (diff) | |
merges r24341 from trunk into ruby_1_9_1.
--
* lib/securerandom.rb (SecureRandom.random_bytes): return string should
be ASCII-8BIT. [ruby-core:24640]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24455 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 @@ +Fri Jul 31 18:01:34 2009 NAKAMURA Usaku <usa@ruby-lang.org> + + * lib/securerandom.rb (SecureRandom.random_bytes): return string should + be ASCII-8BIT. [ruby-core:24640] + Fri Jul 31 10:54:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (literal_concat_gen): reduced unnecessary node at string |
