aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgermeier <germeier>2002-09-24 15:38:03 +0000
committergermeier <germeier>2002-09-24 15:38:03 +0000
commitd9ec7993f9705a100043fc890eaa050bcba05349 (patch)
treeb90d070abdf68018624f459cc602ad354bc7eb6e /ChangeLog
parent0606ee0c8abd344763d6fa46519e8f6db485538e (diff)
downloadmpiosh-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f16b419..f059c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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