summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-27 12:48:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-27 12:48:41 +0000
commitf3db4ac83a4fa6b82d1671eb348ba3e4084dfde6 (patch)
tree359f38f8d01fa4d9c630e1fec28b236d2c543ed9 /cpukit/ChangeLog
parent2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f3db4ac83a4fa6b82d1671eb348ba3e4084dfde6.tar.bz2
2008-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h: Split out rtems_shell_get_prompt() so it can be overridden by the user. * libmisc/shell/shell_getprompt.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 a1eeea70b7..8cb8e698ec 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h:
+ Split out rtems_shell_get_prompt() so it can be overridden by the
+ user.
+ * libmisc/shell/shell_getprompt.c: New file.
+
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/getproto.c, libnetworking/libc/getprotoent.c,