diff options
author | crunchy <crunchy> | 2002-10-13 19:46:51 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-10-13 19:46:51 +0000 |
commit | 5d20582ad06f7ba99695b6b52b8003689525173f (patch) | |
tree | f3f280f2440bdcc6ba6a42da67b5175e102fb8fe /ChangeLog | |
parent | 11b515c88cb96b5bbe4a02fc7d8285cb77f2afe1 (diff) | |
download | mpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.tar.gz mpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.tar.bz2 mpiosh-5d20582ad06f7ba99695b6b52b8003689525173f.zip |
fixed crash + clean up
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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! |