aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-12 18:49:34 +0000
committercrunchy <crunchy>2002-09-12 18:49:34 +0000
commit5833e532a1dd6084bc5775f4672886b9b7e7658e (patch)
tree82f71bcd8cb82a369f5ba2d251ffbe850c705541 /ChangeLog
parentdf9c31d13d161866af5b950061c7470627d99fb0 (diff)
downloadmpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.tar.gz
mpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.tar.bz2
mpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.zip
mpiosh: some internal changes and support for command sequences
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab905cf..47abd23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-09-12 Andreas Buesching <crunchy@tzi.de>
+
+ * mpiosh/mpiosh.c (mpiosh_command_split):
+ function added to support command sequences separated by ';'
+ changed mpiosh_cmd_t structure, containing help string and
+ argument information
+
+ * mpiosh/callback.h, mpiosh/callback.c ():
+ new files containing callback functions of shell commands
+ (MPIOSH_CHECK_CONNECTION_OPEN, MPIOSH_CHECK_CONNECTION_CLOSED)
+ (MPIOSH_CHECK_ARG): macros for checking status of connection to
+ player
+
2002-09-11 Markus Germeier <mager@tzi.de>
* libmpio/mpio.c (mpio_file_put,mpio_file_get):