diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-14 05:03:22 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-14 05:03:22 +0000 |
| commit | 2dbf7d11f2df4a4f4f40ff7b688097ede497cb35 (patch) | |
| tree | fe8daf34665c933fc861726323b650da76f994cc /ChangeLog | |
| parent | a2e9ec244e1c1b6355b9404f9573c6de44ff9e1a (diff) | |
* pack.c (pack_unpack): the resulted string of unpack('M') must have
ASCII-8BIT encoding (and ENC_CODERANGE_VALID). [ruby-core:34482]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30542 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 Jan 14 14:01:12 2011 NARUSE, Yui <naruse@ruby-lang.org> + + * pack.c (pack_unpack): the resulted string of unpack('M') must have + ASCII-8BIT encoding (and ENC_CODERANGE_VALID). [ruby-core:34482] + Fri Jan 14 13:38:58 2011 NARUSE, Yui <naruse@ruby-lang.org> * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in |
