diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-13 12:51:31 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-13 12:51:31 +0000 |
| commit | 162e12c34e24bc6fe05bda2ade5f6d07f38dd719 (patch) | |
| tree | 1e093944949bd7ea66a7d902a953c6a5377ce2f5 /ChangeLog | |
| parent | 51c4139c513125bca4b84ef21b704cbb6d219df2 (diff) | |
| download | ruby-162e12c34e24bc6fe05bda2ade5f6d07f38dd719.tar.gz ruby-162e12c34e24bc6fe05bda2ade5f6d07f38dd719.tar.xz ruby-162e12c34e24bc6fe05bda2ade5f6d07f38dd719.zip | |
* proc.c (proc_curry): new method. [ruby-dev:33676]
* test/ruby/test_proc.rb: add tests for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Wed Feb 13 21:50:32 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * proc.c (proc_curry): new method. [ruby-dev:33676] + + * test/ruby/test_proc.rb: add tests for above. + Wed Feb 13 20:48:50 2008 Tanaka Akira <akr@fsij.org> * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of @@ -237,8 +243,8 @@ Sat Feb 9 23:22:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> Sat Feb 9 21:20:28 2008 Yusuke Endoh <mame@tsg.ne.jp> - * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and - Math#cbrt, and use assert_in_delta instead of assert. + * test/ruby/test_math.rb: add tests for Math.gamma, Math.lgamma and + Math.cbrt, and use assert_in_delta instead of assert. Sat Feb 9 18:34:45 2008 Tanaka Akira <akr@fsij.org> |
