diff options
author | crunchy <crunchy> | 2002-09-12 18:49:34 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-09-12 18:49:34 +0000 |
commit | 5833e532a1dd6084bc5775f4672886b9b7e7658e (patch) | |
tree | 82f71bcd8cb82a369f5ba2d251ffbe850c705541 /ChangeLog | |
parent | df9c31d13d161866af5b950061c7470627d99fb0 (diff) | |
download | mpiosh-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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): |