diff options
author | germeier <germeier> | 2002-09-11 21:34:19 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-09-11 21:34:19 +0000 |
commit | 038bec240cccaa2206f8ea7faa7f89ad9bef3a20 (patch) | |
tree | 54df51a8a6d429b500418b8d59a1255ab290ae58 /ChangeLog | |
parent | edb74ae20741c1d7160c203e1625563e09b2c5f1 (diff) | |
download | mpiosh-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |