ruby-cvs:17177
From: (matz) <matz ruby-lang.org>
Date: Tue, 18 Jul 2006 16:02:37 +0900
Subject: [ruby-cvs:17177] ruby: * pack.c (pack_unpack): propagate association array to copied
matz Tue, 18 Jul 2006 16:02:37 +0900
Modified files:
ruby:
ChangeLog pack.c
Log:
* 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.
Revision Changes Path
1.5189 +11 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5188&r2=1.5189
1.86 +9 -6 ruby/pack.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/pack.c?cvsroot=src&r1=1.85&r2=1.86