summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6464511391..441b26cc1e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type for
+ boolean values from 'int' to 'bool'. Added option 'login' to enable or
+ disable a login prompt. Changed intialization of global shell
+ environment to static initialization. Changed stack size type to
+ 'size_t' conforming to classic API.
+
+ * libmisc/shell/shellconfig.h: Fixed some typos.
+
2009-02-20 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/sys/priority.h: New.