diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 06:51:17 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 06:51:17 +0000 |
| commit | d653bde761787d2d1b0d46f766b525d8a4bc4276 (patch) | |
| tree | 6dce132edc9cddce0c13dd14f135c6a081f737c8 /ChangeLog | |
| parent | b31332db90ba3c9c8756d6cece902aef728c8d91 (diff) | |
| download | ruby-d653bde761787d2d1b0d46f766b525d8a4bc4276.tar.gz ruby-d653bde761787d2d1b0d46f766b525d8a4bc4276.tar.xz ruby-d653bde761787d2d1b0d46f766b525d8a4bc4276.zip | |
* array.c (rb_ary_permutation): remove C99 dependency.
[ruby-dev:31934]
* array.c (rb_ary_product): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Oct 4 15:49:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (rb_ary_permutation): remove C99 dependency. + [ruby-dev:31934] + + * array.c (rb_ary_product): ditto. + Wed Oct 3 23:37:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. |
