diff options
author | crunchy <crunchy> | 2002-10-12 20:06:21 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-10-12 20:06:21 +0000 |
commit | 9e631a7513ed34c27a36cacd0b22cfb2fd695dad (patch) | |
tree | 8b690de807769cfa00f434eec113a127f2c1f651 /ChangeLog | |
parent | de0ca5908fbdfdd14d48ae733b39a323336b62df (diff) | |
download | mpiosh-9e631a7513ed34c27a36cacd0b22cfb2fd695dad.tar.gz mpiosh-9e631a7513ed34c27a36cacd0b22cfb2fd695dad.tar.bz2 mpiosh-9e631a7513ed34c27a36cacd0b22cfb2fd695dad.zip |
add alias support for commands and extended argument completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2002-10-12 Andreas Buesching <crunchy@tzi.de> + * 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 |