summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/ChangeLog')
-rw-r--r--testsuites/itrontests/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index af07cddbfc..23b8b698e0 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * itrontime01/init.c: Use "long"s for "time"s (16bit compliance).
+ * itrontask04/task3.c: Add missing prototypes.
+ * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h:
+ Add missing prototypes.
+ * itrontask02/dormant.c: Add missing prototypes.
+ * itrontask01/task1.c: Add missing prototypes.
+ * itrontask01/system.h: Add missing prototypes.
+ * itronsem01/init.c: Use PRId32 to print INT's.
+ * itronmbf01/init.c: Add missing prototypes.
+
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.