From ea90df234adfede1d28070ec8aa1bbb75ca4c1cb Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 3 Apr 2008 03:13:24 +0000 Subject: 2008-04-03 Chris Johns * libfs/src/nfsclient/src/librtemsNfs.h, libfs/src/nfsclient/src/nfs.c: Remove CEXP references. CEXP is external to RTEMS and even if in the cpukit it should not cross reference in this way. * libmisc/shell/shell_getchar.c: New. Taken from the monitor. * libmisc/Makefile.am: Add shell_getchar.c and clean up a little in the shell area. * libmisc/shell/shell.c, libmisc/shell/shell.h: Add line editting support. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7866fdc8e7..e220fa3e99 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2008-04-03 Chris Johns + + * libfs/src/nfsclient/src/librtemsNfs.h, + libfs/src/nfsclient/src/nfs.c: Remove CEXP references. CEXP is + external to RTEMS and even if in the cpukit it should not cross + reference in this way. + * libmisc/shell/shell_getchar.c: New. Taken from the monitor. + * libmisc/Makefile.am: Add shell_getchar.c and clean up a little + in the shell area. + * libmisc/shell/shell.c, libmisc/shell/shell.h: Add line editting + support. + 2008-03-29 Chris Johns * librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as -- cgit v1.2.3