aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-10-13 19:46:51 +0000
committercrunchy <crunchy>2002-10-13 19:46:51 +0000
commit5d20582ad06f7ba99695b6b52b8003689525173f (patch)
treef3f280f2440bdcc6ba6a42da67b5175e102fb8fe /ChangeLog
parent11b515c88cb96b5bbe4a02fc7d8285cb77f2afe1 (diff)
downloadmpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.tar.gz
mpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.tar.bz2
mpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.zip
fixed crash + clean up
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f91a11a..4ac6543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-10-13 Andreas Buesching <crunchy@tzi.de>
+
+ * mpiosh/callback.c: removed the callback functions of get, put
+ and del. This work is done by mget, mput and mdel now.
+
+ * mpiosh/readline.c (mpiosh_readline_comp_mpio_file): fixed a
+ crash which ocurrs when there is no connection to the player
+ opened. Also stop readline from using default filename completion
+ in the case of not returning any results.
+
2002-10-13 Markus Germeier <mager@tzi.de>
* all operations on external memory should work now!