diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-06 15:05:50 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-06 15:05:50 +0000 |
| commit | eccd4f15ff05f44e2ca0670ef656da1eff560b28 (patch) | |
| tree | 15776a8c73c6544e48a7e51d3ffed80c69635267 /ChangeLog | |
| parent | be5c75c94d6b2ce082e16bd1609cfefa15d0262a (diff) | |
| download | ruby-eccd4f15ff05f44e2ca0670ef656da1eff560b28.tar.gz ruby-eccd4f15ff05f44e2ca0670ef656da1eff560b28.tar.xz ruby-eccd4f15ff05f44e2ca0670ef656da1eff560b28.zip | |
a problem about `associated' String and `str_buf'.
* pack.c (pack_unpack): associates p/P strings once at
last(reverted to 1.26).
* string.c (rb_str_associate): associates an Array at once, not
but a String. realloc's when str_buf.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Aug 6 23:47:46 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * pack.c (pack_unpack): associates p/P strings once at + last(reverted to 1.26). + + * string.c (rb_str_associate): associates an Array at once, not + but a String. realloc's when str_buf. + Mon Aug 6 14:31:37 2001 Usaku Nakamura <usa@ruby-lang.org> * numeric.c (num_divmod): fix typo. |
