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 | b209648ddeb78a0b021689ea0b944930566b51cc (patch) | |
| tree | e73281b93b9a4a6f09c944450fa6f6f262ac9abd /ChangeLog | |
| parent | 88b034823a6527cd13c3529592048cfc59f7440c (diff) | |
| download | ruby-b209648ddeb78a0b021689ea0b944930566b51cc.tar.gz ruby-b209648ddeb78a0b021689ea0b944930566b51cc.tar.xz ruby-b209648ddeb78a0b021689ea0b944930566b51cc.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/trunk@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 15:19:07 2006 NAKAMURA Usaku <usa@ruby-lang.org> * intern.h (st_foreach_safe): fix prototype. |
