summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:02:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:02:18 +0000
commita19ed1350c8c9dcd96d9326bb69f1d71fc9f3489 (patch)
treef7e01a5a293fbced8d805026c4a6de6006c9e2ae /testsuites/libtests/ChangeLog
parentAdd mathf/, mathl/. (diff)
downloadrtems-a19ed1350c8c9dcd96d9326bb69f1d71fc9f3489.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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/).
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 7ea1278a9d..a915997e38 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,16 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>
+
* math/init.c, complex/init.c:
Use fprintf(stdout,..) instead of printf.
Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.