aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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):