From 54a7db007fbb4b5f8eff5e7df0f866fa032849c6 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 29 Oct 2008 16:09:14 +0000 Subject: merged r20005 and r20007 from trunk into ruby_1_9_1. * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. * complex.c: follows the above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f67dc72c4..27dbafe53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,12 @@ Wed Oct 29 00:29:46 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_open): need to seek to the end of the file when O_APPEND is specified. +Wed Oct 29 00:08:05 2008 Tadayoshi Funaba + + * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. + + * complex.c: follows the above change. + Tue Oct 28 23:29:06 2008 NARUSE, Yui * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. -- cgit