summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-24 16:12:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-24 16:12:49 +0000
commita5bbb06141592892d13e294d67dc7295accd1c3a (patch)
tree6381eab26969206f6c0996cbbac5064b22b44a41 /cpukit/ChangeLog
parent2010-07-23 Vinu Rajashekhar <vinutheraj@gmail.com> (diff)
downloadrtems-a5bbb06141592892d13e294d67dc7295accd1c3a.tar.bz2
2010-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/src/termios_baud2num.c, libcsupport/src/termios_num2baud.c: Use RTEMS associations to simplify code and make easier for coverage. * libcsupport/src/termios_baudtable.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e7b4cd6ec5..1357649e2c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/Makefile.am, libcsupport/src/termios_baud2num.c,
+ libcsupport/src/termios_num2baud.c: Use RTEMS associations to
+ simplify code and make easier for coverage.
+ * libcsupport/src/termios_baudtable.c: New file.
+
2010-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1627/testing