aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgermeier <germeier>2002-09-11 21:34:19 +0000
committergermeier <germeier>2002-09-11 21:34:19 +0000
commit038bec240cccaa2206f8ea7faa7f89ad9bef3a20 (patch)
tree54df51a8a6d429b500418b8d59a1255ab290ae58 /ChangeLog
parentedb74ae20741c1d7160c203e1625563e09b2c5f1 (diff)
downloadmpiosh-038bec240cccaa2206f8ea7faa7f89ad9bef3a20.tar.gz
mpiosh-038bec240cccaa2206f8ea7faa7f89ad9bef3a20.tar.bz2
mpiosh-038bec240cccaa2206f8ea7faa7f89ad9bef3a20.zip
fixed writing of 8.3 filenames to MPIO
added handling of timestamps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d98f689..ab905cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2002-09-11 Markus Germeier <mager@tzi.de>
+ * libmpio/mpio.c (mpio_file_put,mpio_file_get):
+ set timestamps on files correct
+ * libmpio/directory.c (mpio_dentry_put):
+ write correct 8.3 filenames into directory
+ (mpio_dentry_put):
+ fixed handling of time stamps with a "little" help
+ from the current mtools distribution
+ (date_dos2unix): added function, copied from the linux
+ kernel
+ (mpio_dentry_get_time): added function, uses (date_dos2unix)
+
+2002-09-11 Markus Germeier <mager@tzi.de>
+
* mpio_tool/mpiosh.c (mpiosh_cmd_mdel): added command mdel
2002-09-11 Markus Germeier <mager@tzi.de>