aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-10-12 20:06:21 +0000
committercrunchy <crunchy>2002-10-12 20:06:21 +0000
commit9e631a7513ed34c27a36cacd0b22cfb2fd695dad (patch)
tree8b690de807769cfa00f434eec113a127f2c1f651 /ChangeLog
parentde0ca5908fbdfdd14d48ae733b39a323336b62df (diff)
downloadmpiosh-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 875bae7..8d56685 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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