diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-18 07:02:35 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-18 07:02:35 +0000 |
| commit | 12ea63b9e8e8cca66c73e18da094672cbcdd23ae (patch) | |
| tree | b91052f172dce8b6d59bf82da17130c571d1baf8 /ChangeLog | |
| parent | 882e58cc08a85edb87effb6ec8ea606a63288848 (diff) | |
| download | ruby-12ea63b9e8e8cca66c73e18da094672cbcdd23ae.tar.gz ruby-12ea63b9e8e8cca66c73e18da094672cbcdd23ae.tar.xz ruby-12ea63b9e8e8cca66c73e18da094672cbcdd23ae.zip | |
* pack.c (pack_unpack): propagate association array to copied
string. [ruby-core:08223]
* pack.c (pack_unpack): return referenced string itself if it has
same length as specified. a patch from <nobu at ruby-lang.org>
in [ruby-core:08225].
* pack.c (pack_pack): taint 'p' packed strings.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Jul 18 15:49:42 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * pack.c (pack_unpack): propagate association array to copied + string. [ruby-core:08223] + + * pack.c (pack_unpack): return referenced string itself if it has + same length as specified. a patch from <nobu at ruby-lang.org> + in [ruby-core:08225]. + + * pack.c (pack_pack): taint 'p' packed strings. + Tue Jul 18 14:38:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status |
