diff options
author | germeier <germeier> | 2002-09-24 15:38:03 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-09-24 15:38:03 +0000 |
commit | d9ec7993f9705a100043fc890eaa050bcba05349 (patch) | |
tree | b90d070abdf68018624f459cc602ad354bc7eb6e /ChangeLog | |
parent | 0606ee0c8abd344763d6fa46519e8f6db485538e (diff) | |
download | mpiosh-d9ec7993f9705a100043fc890eaa050bcba05349.tar.gz mpiosh-d9ec7993f9705a100043fc890eaa050bcba05349.tar.bz2 mpiosh-d9ec7993f9705a100043fc890eaa050bcba05349.zip |
fixed issues with 8.3 names in directory.c
actually use mpio_filetype_t to tag files during writing of internal memory
writing of Config.dat does work now (though it needs some code in mpiosh)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ 2002-09-24 Markus Germeier <mager@tzi.de> + * libmpio/directory.c (mpio_dentry_put): fixed 8.3 handling + to allow correct writing of CONFIG.DAT + (mpio_dentry_find_name_8_3): fixed handling of given filename + * libmpio/mpio.c (mpio_file_del, mpio_file_get): + system files (like sysdum?.du?) can now be read and deleted + (mpio_file_put): use mpio_filetype_t to tag files which are + written to the internal memory (it is now possible to write + config files back to the player) + +2002-09-24 Markus Germeier <mager@tzi.de> * a lot of little changes and updates * mpiosh/callback.c (mpiosh_cmd_dump_mem): renamed function from debug_memory to dump_memory |