diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 23:37:02 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 23:37:02 +0000 |
| commit | b8496ccd8fd192c33914bb761c6765350028da73 (patch) | |
| tree | cf4b72fc0dace30dcc68e9f91880b834e2d5525c /ChangeLog | |
| parent | 15a5058f71978e5a4d3660567aa01c339951e287 (diff) | |
| download | ruby-b8496ccd8fd192c33914bb761c6765350028da73.tar.gz ruby-b8496ccd8fd192c33914bb761c6765350028da73.tar.xz ruby-b8496ccd8fd192c33914bb761c6765350028da73.zip | |
* array.c (rb_ary_permutation): small dirty hack by Matz to avoid
arrays on stack.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Tue Oct 2 08:25:50 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_combination): RDoc update to clarify. a patch from David Flanagan. [ruby-core:12344] + * array.c (rb_ary_permutation): small dirty hack by Matz to avoid + arrays on stack. + Tue Oct 2 07:01:05 2007 Koichi Sasada <ko1@atdot.net> * proc.c (proc_dup): proc->block.proc should be self. |
