summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-04-08 04:53:26 +0000
committerChris Johns <chrisj@rtems.org>2008-04-08 04:53:26 +0000
commit8c422e23462130dee38d18ad175064d402b0566d (patch)
treee158c101a793909f469f17645fe96e6efc13d751 /cpukit/ChangeLog
parentstartup/bspstart.c: Clean up non-FPGA use of EPORT interrupts. (diff)
downloadrtems-8c422e23462130dee38d18ad175064d402b0566d.tar.bz2
2008-04-08 Chris Johns <chrisj@rtems.org>
* libmisc/shell/shell.c: Copy the cmd line to a buffer to split into argv parts. Was using the command line history buffer so the history was being corrupted.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e220fa3e99..dbf981b778 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-08 Chris Johns <chrisj@rtems.org>
+
+ * libmisc/shell/shell.c: Copy the cmd line to a buffer to split
+ into argv parts. Was using the command line history buffer so the
+ history was being corrupted.
+
2008-04-03 Chris Johns <chrisj@rtems.org>
* libfs/src/nfsclient/src/librtemsNfs.h,