From 814d95887daac9891b56b0194390a087cb1248f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Dec 2007 19:20:16 +0000 Subject: 2007-12-11 Joel Sherrill * libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c, libmisc/shell/internal.h, libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/shell/shellconfig.h: Command set processing now separated from main command loop. Addition of user commands and aliases tested. Monitor registration now explicit. * libmisc/shell/shell_cmdset.c, libmisc/shell/shell_makeargs.c, libmisc/shell/write_file.c: New files. --- cpukit/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 315b68ccc1..e651ac48b1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2007-12-11 Joel Sherrill + + * libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c, + libmisc/shell/internal.h, libmisc/shell/shell.c, + libmisc/shell/shell.h, libmisc/shell/shellconfig.h: Command set + processing now separated from main command loop. Addition of user + commands and aliases tested. Monitor registration now explicit. + * libmisc/shell/shell_cmdset.c, libmisc/shell/shell_makeargs.c, + libmisc/shell/write_file.c: New files. + 2007-12-11 Joel Sherrill * libmisc/Makefile.am: Fix typo. -- cgit v1.2.3