aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgermeier <germeier>2002-10-27 17:37:24 +0000
committergermeier <germeier>2002-10-27 17:37:24 +0000
commit037e02905b802686be908d4f8cd989f0c5002b99 (patch)
tree2491218ec9c05b4fd54d12dfe21bf5c0674584e2 /ChangeLog
parent13b7579bd45e89304b8697a6fb471bf0524f49d4 (diff)
downloadmpiosh-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--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3d80e5..e316eb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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