aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-19 22:23:01 +0000
committercrunchy <crunchy>2002-09-19 22:23:01 +0000
commit21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2 (patch)
tree1d59b665505bbf41c43f46f74433a27b6aef9fe7 /ChangeLog
parentcf208d020339d2c0e755d6de1a5b312328908a4e (diff)
downloadmpiosh-21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2.tar.gz
mpiosh-21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2.tar.bz2
mpiosh-21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2.zip
bug fixes in error handling and fix in regex_fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc9539..0631a9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,23 @@
+2002-09-20 Andreas Buesching <crunchy@tzi.de>
+
+ * mpiosh/mpiosh.c (mpiosh_command_regex_fix): bug fix for .*
+ do not quote the '.' if next character is a '*'
+
+ * libmpio/mpio.c (mpio_strerror): fixed stupid bug no
+ 23.423.543.453.453 (time to go to bed)
+
+2002-09-19 Andreas Buesching <crunchy@tzi.de>
+
+ * libmpio/mpio.c (mpio_strerror): fixed a strange bug with the
+ argument name. Never call an argument errno?!?
+
2002-09-19 Markus Germeier <mager@tzi.de>
* mpiosh/callback.c (mpiosh_cmd_dump, mpiosh_cmd_mget)
(mpiosh_cmd_mdel, mpiosh_cmd_mput): fixed handling of an abort
* libmpio/mpio.c (MPIO_ERR_RETURN): fixed buggy define
+
2002-09-19 Andreas Buesching <crunchy@tzi.de>
* mpiosh/mpiosh.c (mpiosh_command_regex_fix): hopefully fixed a
@@ -17,7 +31,7 @@
(mpio_file_get, mpio_file_put, mpio_file_del): using error
handling functions
->>>>>>> 1.40
+
2002-09-19 Markus Germeier <mager@tzi.de>
* libmpio/mpio.c (mpio_init_internal):