Ticket #2864: New implementation of uc1541 VFS
commit43e4938a0960a68068ca1d41fba8406a44a69149
authorSlava Zanko <slavazanko@gmail.com>
Wed, 22 Aug 2012 07:31:35 +0000 (22 10:31 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 5 Sep 2012 11:29:53 +0000 (5 14:29 +0300)
treeb7aaa2467852d84bf0c8820fee5ad6342c669581
parente6963fc3b292cb9514c572c288a2747c8e2dd174
Ticket #2864: New implementation of uc1541 VFS

Due to date formatting, uc1541 extfs plugin is unusable, even tough the date formatting,
which is the one cause of the problem is coherent with the attached documentation (MM-DD-YYYY hh:mm).

Another problem with uc1541 script is connected rather with legal characters used in filename
rather than with script itself - in PET ASCII it is perfectly fine to use slash "/" character
in filenames, and as a side effect all files containing slash inside d64 image are represented
as directories on MC.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
configure.ac
src/vfs/extfs/helpers/.gitignore
src/vfs/extfs/helpers/Makefile.am
src/vfs/extfs/helpers/uc1541 [new file with mode: 0755]
src/vfs/extfs/helpers/uc1541.in [deleted file]