summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-12 10:10:38 +0000
committerChris Johns <chrisj@rtems.org>2007-12-12 10:10:38 +0000
commit06bd7c74b111323995ebd9167f472b610e46b551 (patch)
tree77f3741e7208882f1e21484eca0dd103767f094c /cpukit/ChangeLog
parent2007-12-11 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-06bd7c74b111323995ebd9167f472b610e46b551.tar.bz2
2007-12-12 Chris Johns <chrisj@rtems.org>
* Makefile.am: Added libmisc/shell/shellconfig.h to the installed header list. * libmisc/shell/shell_cmdset.c: Let the Initial command add occur in any order rather than before any commands have been added. Also made the command's strings be copies rather than references. * sapi/src/ioregisterdriver.c: Return the I/O initialise calls result.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aedddb254f..7bc9aa7be6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-12 Chris Johns <chrisj@rtems.org>
+
+ * Makefile.am: Added libmisc/shell/shellconfig.h to the installed
+ header list.
+ * libmisc/shell/shell_cmdset.c: Let the Initial command add occur
+ in any order rather than before any commands have been added. Also
+ made the command's strings be copies rather than references.
+ * sapi/src/ioregisterdriver.c: Return the I/O initialise calls result.
+
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, posix/Makefile.am, wrapup/Makefile.am: