diff options
author | germeier <germeier> | 2002-10-27 17:37:24 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-10-27 17:37:24 +0000 |
commit | 037e02905b802686be908d4f8cd989f0c5002b99 (patch) | |
tree | 2491218ec9c05b4fd54d12dfe21bf5c0674584e2 /ChangeLog | |
parent | 13b7579bd45e89304b8697a6fb471bf0524f49d4 (diff) | |
download | mpiosh-037e02905b802686be908d4f8cd989f0c5002b99.tar.gz mpiosh-037e02905b802686be908d4f8cd989f0c5002b99.tar.bz2 mpiosh-037e02905b802686be908d4f8cd989f0c5002b99.zip |
implemented the switch command
finished support for writing files directly from memory (for config files)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -9,7 +9,16 @@ another fix for the 8.3 handling needed for the config file (one day this will be bug free ...) * mpiosh/callback.c (mpiosh_cmd_config): implement the function - + * libmpio/directory.c (mpio_dentry_find_name_8_3): + another fix for the 8.3 handling needed for the config file + (GRR, one day ...) + * libmpio/mpio.c (mpio_get_model): added function + * mpiosh/callback.c (mpiosh_cmd_switch): implement the function + * libmpio/mpio.c (mpio_file_switch): added function + * mpiosh/callback.c (mpiosh_cmd_mget): added error message + * libmpio/mpio.c (mpio_file_put_real): + updates to support reading files into memory + 2002-10-26 Markus Germeier <mager@tzi.de> * libmpio/mpio.c (mpio_close): fixed segv |