diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:32:09 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:32:09 +0000 |
| commit | e14f6700554025440fd5b0bd512027053a0880c5 (patch) | |
| tree | 1dea87beba2a67d9afa0bef1f8a5ff8ebcb0de9d /ChangeLog | |
| parent | a99bd60e6cc6c4fa66c972172888dea2b50f5043 (diff) | |
merges r24364 from trunk into ruby_1_9_1.
--
* array.c (rb_ary_{permutation,combination}): disallow reentrance
with continuation since work-buffers cannot restore.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Mon Aug 3 13:05:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> +Mon Aug 3 15:48:40 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * array.c (rb_ary_{permutation,combination}): disallow reentrance + with continuation since work-buffers cannot restore. * array.c (rb_ary_{permutation,combination,product}): must not use ary_discard on strings. |
