summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 07:36:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 07:36:25 +0000
commit6fc0d9a479687bba9aeacd82d2215ef54c1e18d0 (patch)
treec0089cb740e694830b850142588ce2901634e9a1 /testsuites/libtests/ChangeLog
parent2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6fc0d9a479687bba9aeacd82d2215ef54c1e18d0.tar.bz2
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.
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index a116eb20bd..7ea1278a9d 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.