From 162e12c34e24bc6fe05bda2ade5f6d07f38dd719 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 13 Feb 2008 12:51:31 +0000 Subject: * 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 --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa351cbec..7a4ae586a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 13 21:50:32 2008 Yusuke Endoh + + * 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 * 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 Sat Feb 9 21:20:28 2008 Yusuke Endoh - * 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 -- cgit