diff options
author | crunchy <crunchy> | 2002-09-18 20:32:21 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-09-18 20:32:21 +0000 |
commit | 4a49120603daab9f9ad280f0ef44e36b0218a302 (patch) | |
tree | b52ecd086c0ffdb03018c7f1cbdfba5634ab923e /ChangeLog | |
parent | 4b5697d9e49aa865058acf71b9a464ff939e8b1e (diff) | |
download | mpiosh-4a49120603daab9f9ad280f0ef44e36b0218a302.tar.gz mpiosh-4a49120603daab9f9ad280f0ef44e36b0218a302.tar.bz2 mpiosh-4a49120603daab9f9ad280f0ef44e36b0218a302.zip |
bug fix for mput; removed compiler warnings; better return values on error
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2002-09-18 Andreas Buesching <crunchy@tzi.de> + + * libmpio/mpio.c (mpio_file_get, mpio_file_put, mpio_file_del): + using new error codes + + * libmpio/defs.h (MPIO_ERR_*): added definitions for possible + errors codes + + * libmpio/mpio.c (mpio_model_name): moved model array from def.h; + removed some compiler warnings (unused variables, missing return + codes) + + * mpiosh/mpiosh.c (mpiosh_command_regex_fix): extented conditions + to not replace sequences like ".*" by "\\..*" + 2002-09-16 Andreas Buesching <crunchy@tzi.de> * kernel/Makefile.am (install-strip): defined to avoid stripping |