From a19ed1350c8c9dcd96d9326bb69f1d71fc9f3489 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 2 Feb 2011 14:02:18 +0000 Subject: =?UTF-8?q?2011-02-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am, configure.ac: Add mathf/, mathl/. * math/init.c, math/Makefile.am: Reflect having split-out mathl and mathf. * math/domathf.c, math/domathl.c: Remove. * mathf/Makefile.am, mathf/domathf.c, mathf/init.c, mathf/mathf.scn: New (Split out from math/). * mathl/Makefile.am, mathf/domathl.c, mathl/init.c, mathl/mathl.scn: New (Split out from math/). --- testsuites/libtests/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testsuites/libtests/ChangeLog') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 7ea1278a9d..a915997e38 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,14 @@ +2011-02-02 Ralf Corsépius + + * Makefile.am, configure.ac: Add mathf/, mathl/. + * math/init.c, math/Makefile.am: Reflect having split-out + mathl and mathf. + * math/domathf.c, math/domathl.c: Remove. + * mathf/Makefile.am, mathf/domathf.c, mathf/init.c, + mathf/mathf.scn: New (Split out from math/). + * mathl/Makefile.am, mathf/domathl.c, mathl/init.c, + mathl/mathl.scn: New (Split out from math/). + 2011-02-02 Ralf Corsépius * math/init.c, complex/init.c: -- cgit v1.2.3