From 1bcb996655e3abbf63b686149376672497ca6af6 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 12 Apr 2002 03:55:04 +0000 Subject: * win32/Makefile.sub: use missing/acosh.c. * win32/config.h.in: define HAVE_COSH, HAVE_SINH, and HAVE_TANH. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82136c2d3..10abf4a30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 12 12:54:04 2002 NAKAMURA Usaku + + * win32/Makefile.sub: use missing/acosh.c. + + * win32/config.h.in: define HAVE_COSH, HAVE_SINH, and HAVE_TANH. + Fri Apr 12 00:34:17 2002 Nobuyoshi Nakada * MANIFEST (missing/acosh.c): added. -- cgit