From 9e631a7513ed34c27a36cacd0b22cfb2fd695dad Mon Sep 17 00:00:00 2001 From: crunchy Date: Sat, 12 Oct 2002 20:06:21 +0000 Subject: add alias support for commands and extended argument completion --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 875bae7..8d56685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2002-10-12 Andreas Buesching + * mpiosh/global.c (commands): removed commands 'put', 'get' and + 'del' and add these to the alias lists of 'mput', 'mget' and + 'mdel'. Also add some more alias to some other commands + + * mpiosh/readline.c (mpiosh_readline_comp_cmd): add aliases to + completion list + + * mpiosh/global.c (commands): use command completion for 'help' + arguments + + * mpiosh/global.h: add alias list to command struct + + * mpiosh/global.c: new file containing global symbols as the + command list + * mpiosh/callback.c: fix compiler warnings * libmpio/mpio.c (mpio_memory_format): fixed compiler warning -- cgit v1.2.3