summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 11:43:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 11:43:46 +0000
commit5306b497575b1dd02849cb4e977aee1128bf4a3e (patch)
treeffcea529d90b245f2d57c655cf292f9e4fea048a /testsuites/libtests
parentFix parity_table_Entry type. (diff)
downloadrtems-5306b497575b1dd02849cb4e977aee1128bf4a3e.tar.bz2
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios01/init.c: Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 7545091ccc..8d1d794662 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * termios01/init.c: Fix parity_table_Entry type.
+ Correct parity_table initialization.
+ Add PRIdrtems_termios_baud_t.
+ Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
+
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtmonuse/task1.c: Use PRIu32 to print uint32_t's.